How to display user profile fields in profile?

chaotic_geo

New Member
How to display custom user profile fields in profile in a different place?

The standard: doesn't work...

HTML:
<if condition="$post['field21']">
		<tr><td class="smallfont">$post[field21]</td></tr>
	</if>

Help?
 
The whole thing is in <div> tags and shows the button. But when clicked it shows no info at all. Can't get it to display anywhere else in the profile either.
 
Back
Top