Quote:
Originally Posted by Zachery
What was the point of this?
|
People that are on my site/forums trying to get to chat it wouldn't let them for whatever reason if they were logged into the forums. If they were logged out it worked fine, something with the prefix |oR| I imagine even though you can use that on gamesurge. Regardless, by forcing people to login using the default oRForumGuest?? nick they CAN get in, then just change the nick to whatever they want.
Also I didn't like the popup option, and I also changed the navbar to use the sites main one as well as the footer, and included the breadcrumb as well. Now I'm trying to figure out why it doesn't show up in the Who's Online.
I added
Code:
case '/chat/index.php':
$userinfo['activity'] = 'chat';
break;
Code:
case 'Chat':
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'In Chat');
$userinfo['where'] = "<a href=\"/chat/index.php?$session[sessionurl]\">$vboptions[bbtitle] Chat</a>";
break;
To the Functions_Online.php, yet it stilld doesn't work. Any thoughts?