weaver |
10-18-2005 10:26 PM |
Code:
<if condition="$post['fieldx'] != '' ">
<font style="font-family:$post[fieldx]; color:$post[fieldx];">$post[musername]</font>
<else />
$post[musername]
</if>
If I'm understanding this step correctly then isn't this only checking either font or color in that first line before executing? What if I put my color selection's profile field number in the bolded area, but one of my users only has a font style selected without color? Won't this skip the check for a font selection?
I apologize if I'm misunderstanding this step.
ETA: That seems to be the way it is working. I had a color selected but not a font. The profile field ID I used in the bolded conditional statement was for font. Since I didn't have a font selected it skipped over my color selection.
|