Just wondering if this would be possible on specific sub forums so that something like the Rules when you sign up you have to tick a box saying "I agree to the rules and regulations" to be able to click the create new thread button.
I use the
<if condition="is_member_of($bbuserinfo, 1)">
In my navbar for a certain usergroup, but is there something similar I can apply to the sub forum so anyone who posts in that one subforum only has to use the checkbox before submitting a new thread?
Cheers
I use the
<if condition="is_member_of($bbuserinfo, 1)">
In my navbar for a certain usergroup, but is there something similar I can apply to the sub forum so anyone who posts in that one subforum only has to use the checkbox before submitting a new thread?
Cheers
Comment