Log in

View Full Version : Limiting who can see the quick reply box


kcadd
03-30-2005, 07:20 PM
I have a special user group and I want the members of this group to be able to see the quick reply box at the end of the post, how can I limit it so that ONLY this user group gets to use it? :squareeyed:

tnguy3n
03-30-2005, 09:46 PM
you can use conditionals in template. i.e. <if condition="is_member($bbuserinfo[usergroupid], 6)">show quick reply</if>