Quote:
Originally Posted by kall
Code:
<if condition="$var[fieldX]">do stuff</if>
I think.
$var would be $post or $bbuserinfo or whatever.
|
For fields in profile it's $bbuserinfo.
and yes that is the conditional
HTML Code:
<if condition="$bbuserinfo[fieldX]">Some code here </if>
If the user didn't selct a certain choice you don't want displayed, I'mnot exactly sure what you do. I know you can exlude code by != But I'mnot exactly sure how one would excluse a profile field that is notstatic.