Fixed Viewing Unknown Page

When a member is in the Arcade, they are shown as "viewing unknown page"

To fix this, you should include a "getSessionActivityDetailsForList" method in your controllers like so...

Code:
public static function getSessionActivityDetailsForList(array $activities)
{
return new XenForo_Phrase('XFArcade_location_phrase');
}

Don't forget to make the XFArcade_location_phrase phrase "Playing Arcade".
 
Sure, sure... I get the bugs forum cleared out last night with 0.0.4 and first thing in the morning there is a new thread. :P
 
This will be addressed in the 0.0.5 release. For now the status will be basic... an indicator if the user is viewing the main Arcade page, if they are playing a game, or if they are browsing a game category. There will also be a link to the arcade, game, or category (as appropriate). I say "basic" for now because it won't display the actual game or category name that the user is playing/browsing (on the To Do list for future enhancing).
 
Back
Top