Quote:
Originally posted by User_001
Thanks for the help. Just one little question, is it possible to do this for individual users? It's not important, but I'd just like to know for future reference.
|
yes.. if you change
PHP Code:
and $bbuserinfo[usergroupid]!=5
as
PHP Code:
and $bbuserinfo[userid]!=X
and X with the userid of the user, it will work for the individual user..