SimplePortal

Development => Bugs => Fixed or Bogus Bugs => Topic started by: PokemonS on April 10, 2013, 01:47:37 AM

Title: Standalone Portal activity in Who's Online
Post by: PokemonS on April 10, 2013, 01:47:37 AM
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.
Title: Re: Standalone Portal activity in Who's Online
Post by: [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) [Select]
sportal_init(true);
Code: (Replace) [Select]
writeLog();

sportal_init(true);
Title: Re: Standalone Portal activity in Who's Online
Post by: bigguy on September 02, 2013, 11:05:54 PM
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.
Title: Re: Standalone Portal activity in Who's Online
Post by: bigguy on September 02, 2013, 11:28:12 PM
Seems to work for me. :)
Title: Re: Standalone Portal activity in Who's Online
Post by: PokemonS on October 03, 2013, 09:59:33 AM
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) [Select]
sportal_init(true);
Code: (Replace) [Select]
writeLog();

sportal_init(true);

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.
Title: Re: Standalone Portal activity in Who's Online
Post by: [SiNaN] on August 14, 2014, 03:18:21 PM
Fixed for the upcoming version.
SimplePortal 2.3.8 © 2008-2024, SimplePortal