paul41598
07-20-2006, 05:28 PM
I'm trying to write a conditional and need help. I made a custom profile field, YES & NO options. Now Im trying to display something on the forumhome, if the user selects YES in their USERCP.
<if condition="$post[field38]=='Yes'">
INFO
</if>
This works great in the postbit, but not for forumhome template. Any ideas?
<if condition="$post[field38]=='Yes'">
INFO
</if>
This works great in the postbit, but not for forumhome template. Any ideas?