PDA

View Full Version : [REQUEST] Style Options for Super Mods


colicab-d
05-30-2004, 08:02 AM
Hi id like to request that someone alter the code that allows admins to preview non-public styles so that super-moderators may also do this.

Im in desperate need of this as I work on styles alot and need my staff to be able to help but without having to make them admins, also so they can preview the styles

Giveit2u43
05-30-2004, 10:44 AM
in Global.php find:
else if ($bbuserinfo['styleid'] > 0 AND ($vboptions['allowchangestyles'] == 1 OR ($bbuserinfo['permissions']['adminpermissions'] & CANCONTROLPANEL)))

and change it to:
else if ($bbuserinfo['styleid'] > 0 AND ($vboptions['allowchangestyles'] == 1 OR ($bbuserinfo['permissions']['adminpermissions'] & ISMODERATOR)))

that should do it for you.

colicab-d
05-30-2004, 02:34 PM
Thnks mate i,ll try this out :)