i add these codes in the function_online.php
Code:
case '/index.php':
switch($values['page'])
{
case 'recipe':
case 'nonrecipe':
case 'items':
$userinfo['activity'] = 'items';
}
break;
Code:
case 'items':
$userinfo['action'] = 'Viewing Items List';
$userinfo['where'] = "<a href=\"/index.php?page=items\">$vboptions[bbtitle] Items List</a>";
break;
but when a member is viewing the page /index.php?page=items, in the online list it still says "Viewing Forum Index"
any ideas?
Edit: btw, index.php is vBAdvanced portal file, it's in the root folder (not the one in the forum folder)