Hi all,
I;ve created a custom profile field required on registration (Field 5, single line radio, with options Male, Female) what i would like to do is allow or deny access to a certain form id based on whether they are male or female.
Could someone help with the If conditon? something like:
HTML Code:
<if condition="$forum[forumid] == X">
AND
<if condition="$vbulletin->userinfo['Field5'] == Male"></if>
SHOW A NO PERMISSON, i think its something like $print_no_permisson<else />
</if>
I know this isn't right but it's an idea and i THINK it may go in the forumdisplay template?
Hope you can help