PDA

View Full Version : get usergroup on non-forum page?


dimava
02-09-2003, 04:06 AM
I want to make a small page script that will only display to these usergroups:
5, 6, 10, 13, 14, and 15

The script is basically to show the staff's aim, msn, email, etc. And I would only like staff members to be able to see it.

Bascially i'm looking for the code that I need to know what the $loggedin['usergroup'] is

thanks,

Dimava

Xenon
02-09-2003, 11:50 AM
you have to require global.php in your non vb page and then you can use $bbuserinfo[usergroupid]

dimava
02-09-2003, 05:18 PM
o ok, thanks a lot