...ok I got the breadcrumbs all fixed up nice.
LAST QUESTION!! (that I hope someone will answer other than me)
How do I get it to show up in the Who's online. I added some lines to the functions_online.php, but it doesn't work, I added the following...
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;
Yet it still says Viewing Index even though a user isn't.