The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What is diff between bbuserinfo and $vbulletin->userinfo?
I'm a bit confused as I thought:
$bbuserinfo[usergroupid] and $vbulletin->userinfo[usergroupid] were essentially the same thing. But I appear to be wrong. I was just doing some stuff and for a single user I do: $vbulletin->userinfo[usergroupid] and I get back "9" $bbuserinfo[usergroupid] and I get back "2" I'm sure this is basic, but could someone clue me in? |
#2
|
|||
|
|||
i'm trying this
Code:
,user.userid FROM user WHERE user.username='{$username}' AND (usergroupid !=3 OR usergroupid !=4 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|