Quote:
Originally Posted by CuriousGeorge
I am planning on implementing this hack into my boards. Yet, I am wondering if its possible to add onto it slightly.
I want a profile field such as "I Agree to post by the rules" that everyone has to fill out. However, if a user choses 'no' I want their account to be placed ina usergroup that will not let them post until they choose 'yes' in their profile field.
Any guidance on how I can go about accomplishing this? Thanks.
|
I might suggest this:
add a condition that checks the value from that field after submission, if the value is "NO" ... then change that users groupid to the groupid you want.
if zzz_customfield = 'NO'{ bbusergroupid = 10};