Quote:
Originally Posted by StarBuG
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
|
It can't be THIS_SCRIPT because i had this wrong and it worked for me. :surprised:
So it is either the globaltemplate or the include of the global.php. I did nothing else.
Cheers,