Oh gosh that sounds SO obvious now! And so simple! Although I didn't really know about the custom profile fields bit.. Thanks so much, and a 3 minute reply! <3
--------------- Added [DATE]1231464894[/DATE] at [TIME]1231464894[/TIME] ---------------
Maybe I was too quick... It doesn't seem to work lol
<if condition="$post['field5']" == 1">
$vbphrase[posts]: $post[posts]
<else />
test
</if>
All I ever see is 'test'.
Even tried:
<if condition="$post['field5']" == Yes">
<if condition="$user['field5']" == 1">
<if condition="$user['field5']" == Yes">
Any ideas?
--------------- Added [DATE]1231465850[/DATE] at [TIME]1231465850[/TIME] ---------------
My mistake, you didn't need the quotes around field5. Thanks again!