Quote:
Originally Posted by Freesteyelz
You'll need to adjust the code to make it work. That was just an example conditional used in vB. I'm not sure exactly what the PHP protocol is but maybe:
Code:
if ($vbulletin->userinfo['usergroupid']=="6")
{
echo "Admin/Mod CP button goes here!";
}
|
That doesn't produce any errors, but it doesn't do anything either...
I think there needs to be some other code before it to tell the script that it is looking for a vB variable...