Quote:
Originally Posted by Quincy Wisdom
Good work, works perfectly
What would I edit it I wanted to allow my supermods to edit as well? (User id - 5)
Thanks again.
|
just find all instances of:
Code:
if ($bbuserinfo['usergroupid'] == '6')
and change to:
Code:
if ($bbuserinfo['usergroupid'] == '6' or $bbuserinfo['usergroupid'] == '5')
That should fix you right up.
I could add a small query which adds "can edit" to the user table, and then you could control on the fly who can edit webpages through the usergroup control in the Admin CP.