I'm trying to add profile user fields and its not working.I did it on my other forum and copied the code and edited the different field #'s for the new fields but on the other forum they arent appearing.what am i doing wrong.heres the code i added.thanks
<if condition="$post['field10']"><div>Sled: $post[field10]</div></if><div>
<if condition="$post['field11']"><div>Mods: $post[field11]</div></if><div>
<if condition="$post['field10']"><div>Sled: $post[field10]</div></if><div>
<if condition="$post['field11']"><div>Mods: $post[field11]</div></if><div>
Comment