Quote:
Originally Posted by Kingdombuilder
I installed the mod and it works great, but I could not get the viewing online members part to work.
Code:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
This does not exist in my functions_online.php file
Is there something else I can searc for to make sure i get it in the right spot?
I'm using 3.8.4 VB
Thank you for the mod, and thank you in advance for the help...
|
You could create an online location by using plugins (which I prefer over editing php files) by having a look at the article
here as well.
Hope that helps you