Dave A
04-21-2007, 02:11 PM
This simple tweak prevents guests from having the option of changing skins. This is useful if you have multiple skins, but you want your guests to view your board with the default skin only.
Go to Admin CP > Styles & Templates > Style Manager and select your default style to edit.
In the footer template find
<if condition="$show['quickchooser']'">
and replace this line with
<if condition="$show['quickchooser'] and $bbuserinfo[usergroupid]!='1'">
Guests will not be shown the skin selector drop down menu.
Go to Admin CP > Styles & Templates > Style Manager and select your default style to edit.
In the footer template find
<if condition="$show['quickchooser']'">
and replace this line with
<if condition="$show['quickchooser'] and $bbuserinfo[usergroupid]!='1'">
Guests will not be shown the skin selector drop down menu.

