schlottkej
08-15-2008, 10:00 PM
Step 1
Add New User Profile Field
Settings:
Single-Line Text Box
Title: Profile Picture Caption
Description: Adds a caption below your profile picture
The rest of the options in creating are up to you (your choice where you display they information)
When you are finished and saved, find the field's ID number (i.e. fieldid21) and remember it for step 2.
Step 2
Find: <td id="profilepic_cell" class="tborder alt2"><img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" />
Add Below: (change field27 to your field #)<if condition="$userinfo[field27]"><p><center><i><font size="1">$userinfo[field27]</i></font></center></p></if>
Add New User Profile Field
Settings:
Single-Line Text Box
Title: Profile Picture Caption
Description: Adds a caption below your profile picture
The rest of the options in creating are up to you (your choice where you display they information)
When you are finished and saved, find the field's ID number (i.e. fieldid21) and remember it for step 2.
Step 2
Find: <td id="profilepic_cell" class="tborder alt2"><img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" />
Add Below: (change field27 to your field #)<if condition="$userinfo[field27]"><p><center><i><font size="1">$userinfo[field27]</i></font></center></p></if>