PDA

View Full Version : Custom Profile Fileds below Avatar


ArgylePhoto
01-28-2007, 02:05 PM
How do I get a user's custom profile fields to appear below the avatar along with the Join Date, Post Count etc?

Am I missing something obvious or is it a template mod?

Thanks in advance.

PS: Version 3.6.4

ArgylePhoto
02-01-2007, 01:09 AM
Anyone?

webmazter
02-01-2007, 04:33 AM
You will need to edit "postbit" or "postbit_legacy" depending which you're using.

find

<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>


You can add above or below that lines. Or whereever you prefer.
It's advised you use the IF condition, so that it's not showing blank fields.

ArgylePhoto
02-03-2007, 05:10 PM
Spot on, thank you :)