Quote:
Originally Posted by NexVision
this is a neat hack however how would we restrict this for certain groups only like admins and mods or vice versa
|
Replace the
else in the new code with
PHP Code:
elseif ($bbuserinfo[usergroupid] == X)
Don't forget to replace X with the usergroupids!
Add the following for more usergroups
PHP Code:
or $bbuserinfo[usergroupid] == X