Okay i want to know if you could help me make it only so mods and Admids can see the catogory drop down box in the new thread, edit thread ect...
not sure if i could do somthing like this.
HTML Code:
<if condition="$bbuserinfo[usergroupid] == 6,5">code here</if>
or maybe
HTML Code:
<if condition="$bbuserinfo[usergroupid] == 6">code here
<if condition="$bbuserinfo[usergroupid] == 5">code here</if>
<else />
code here
</if>
</if>
Any ideas?