Development > Fixed or Bogus Bugs

Standalone Portal activity in Who's Online

(1/2) > >>

PokemonS:
SP 2.3.5. SMF 2.0.2.

Hi,

In index.php?action=who, there are no Standalone Portal activity detected, but there are still activity from SP's pages.

Help?

Thx.

[SiNaN]:
You mean, when running on standalone mode, users viewing the portal page are not logged? See if this change fixes it:

PortalStandalone.php


--- Code: (Find) ---sportal_init(true);
--- End code ---


--- Code: (Replace) ---writeLog();

sportal_init(true);
--- End code ---

bigguy:
I'll try this fix and get back to you tomorrow. My users online on the portal does not show anyone online unless you go into a board or the admin panel.

bigguy:
Seems to work for me. :)

PokemonS:

--- Quote from: [SiNaN] on July 30, 2013, 12:24:51 PM ---You mean, when running on standalone mode, users viewing the portal page are not logged? See if this change fixes it:

PortalStandalone.php


--- Code: (Find) ---sportal_init(true);
--- End code ---


--- Code: (Replace) ---writeLog();

sportal_init(true);
--- End code ---

--- End quote ---

Yes, that was I mean. And your code is works!! Thanks! :D

But, if possible, how to change the name of activity?
The activity still say "Viewing the board index of <forumname>." though the activity is still on standalone portal.

Navigation

[0] Message Index

[#] Next page

Go to full version