Where would this condition need to be inserted, before or after $bbuserinfo[field5]? I tried to modify my code but no luck.
Quote:
Originally Posted by Kirk Y
You might want to consider changing the replacements to:
Code:
<if condition="$bbuserinfo['fieldX']">$bbuserinfo[fieldX]<else />$bbuserinfo[username]</if>
Otherwise people who haven't set a "Preferred Name" won't have a Username. 
|