Hi,
I am wanting to add a paid subscription to my site where if a user has paid they can have the option to remove ads.
I am doing this by creating a custom user field called Remove ads:
I then go to my header template style and add the code
Code:
<vb:if condition="$bbuserinfo['field14'] == No">
This does not work. Any idea how I can get this working?
Thanks,
Jason