HowIChrgeLazer
Well-known member
I'm coming across a problem for an addon I'm developing.
When getSessionActivityDetailsForList is used, it causes all session activity for users to be stuck at "viewing forum list" no matter where they navigate on the forums
The code for the php files in ControllerPublic is located here: https://github.com/HowIChrgeLazer/S...develop/upload/library/Steam/ControllerPublic
The files in question are
Steam.php
Steam/Owned.php
Steam/Played.php
Steam/Recent.php
The weird thing is. User activity works for your account but it's "broken" for everyone else. Did I setup my classes incorrectly? Am I extending the wrong class? I'm confused as to how this is happening.
When I comment out the following lines:
Session activity works across the forum again for all users (however, if you a view a page for the addon, it says Viewing Unknown Page in last seen).
EDIT: Here's an example of what those files do in ControllerPublic : http://ragecagegaming.com/forum/steam/
When getSessionActivityDetailsForList is used, it causes all session activity for users to be stuck at "viewing forum list" no matter where they navigate on the forums
The code for the php files in ControllerPublic is located here: https://github.com/HowIChrgeLazer/S...develop/upload/library/Steam/ControllerPublic
The files in question are
Steam.php
Steam/Owned.php
Steam/Played.php
Steam/Recent.php
The weird thing is. User activity works for your account but it's "broken" for everyone else. Did I setup my classes incorrectly? Am I extending the wrong class? I'm confused as to how this is happening.
When I comment out the following lines:
PHP:
public static function getSessionActivityDetailsForList(array $activities)
{
return new XenForo_Phrase('checking_out_steam_stats', array('steamUrl' => XenForo_Link::buildPublicLink('steam')));
}
Session activity works across the forum again for all users (however, if you a view a page for the addon, it says Viewing Unknown Page in last seen).
EDIT: Here's an example of what those files do in ControllerPublic : http://ragecagegaming.com/forum/steam/