PDA

View Full Version : how can i allow users to choose style & deny for visitors?


Seleno
02-06-2011, 08:03 PM
hi there
i want only the users to choose forum style, and for visitors to not choose any style so they will see the default style

how can i do this?
waiting your help
thanx

Jo_RHU
02-08-2011, 03:35 PM
You could wrap an 'if' statement around the style dropdown box.

Think it will be in the footer template. The if statement would be something like this:

<if condition="$bbuserinfo[usergroupid] == 1">
<else />
CODE FOR STYLES DROPDOWN MENU HERE
</if>

Something like that :)

Seleno
02-15-2011, 11:54 PM
thanx for your help, but any one know how can i do this exactly plz?