Quote:
Originally Posted by Pseudomizer
Your code is correct. So you either have a comma wrong or you placed it into the wrong section.
And thanks for the navbar hint. I will build this into the next version.
Cheers,
|
I put it exactly below your code infact I copied your code and just replaced the needed parts.
here:
case 'LinkMe':
$userinfo['action'] = 'LinkMe';
$userinfo['where'] = "<a href=\"LinkMe.php\">$vboptions[bbtitle] LinkMe</a>";
break;
case 'Jukebox':
$userinfo['action'] = 'vB Jukebox';
$userinfo['where'] = "<a href=\"vb_jukebox.php\">$vboptions[bbtitle] vB Jukebox</a>";
break;
default:
if ($permissions['wolpermissions'] & CANWHOSONLINEBAD)
AND:
case 'LinkMe.php':
$userinfo['activity'] = 'LinkMe';
break;
case 'vb_jukebox.php':
$userinfo['activity'] = 'vB Jukebox';
break;
default:
$userinfo['activity'] = 'unknown';
}
Can it be that there is something that needs to be in the file vb_jukebox.php too to work?
Star