PDA

View Full Version : admin access in $userinfo


kamilkurczak
08-12-2010, 11:58 AM
hello,

I would like to know, where vBulletin keeps information about my admin access.
I would like to show information only if user is an admin, but I dont know where wbulletin keeps it.

kh99
08-12-2010, 12:45 PM
Maybe you mean this?

<if condition="$bbuserinfo[usergroupid] == 6">
// user is an admin
</if>