fly
08-21-2006, 03:34 PM
Some of my users don't want to see them. I'm adding a custom profile field to hide them, but it may be an option that others would like to see.
hmmm, seems my idea isn't working. Anyone know why?
<if condition="$post[field8] == 'Show'">
$post[crowns]$post[champtext]<br />
</if>
Edit: Here is how to do it. I wasn't using bbuserinfo.
<if condition="$bbuserinfo['field8'] == 'Show'">
<br />$post[crowns]$post[champtext]<br />
</if>
hmmm, seems my idea isn't working. Anyone know why?
<if condition="$post[field8] == 'Show'">
$post[crowns]$post[champtext]<br />
</if>
Edit: Here is how to do it. I wasn't using bbuserinfo.
<if condition="$bbuserinfo['field8'] == 'Show'">
<br />$post[crowns]$post[champtext]<br />
</if>