Is it possible to add an icon under a user name? Like an IM
--------------- Added [DATE]1245633716[/DATE] at [TIME]1245633716[/TIME] ---------------
Quote:
Originally Posted by Redlinemotorsports
Basically, to do like how I did it in mine in the link above, go to your AdminCP > User Profile Fields > Add New User Profile Field with the following:
Code:
Profile Field Type: Single-Line Text Box
Title: Myspace ID
Description: Enter your Myspace Profile ID if you have one
Field Required: No
Field Editable by User: Yes
Private Field: No
Field Searchable on Members List: No
Show on Members List: No
Then go to AdminCP > Styles & Templates > Style Manager > Edit Templates > memberinfo_block_contactinfo:
<!-- Start U.S. Military Life Customization --><if condition="$userinfo['fieldx']"><dt class="shade">Myspace</dt><dd><a href="http://www.myspace.com/$userinfo[fieldx]">$userinfo[fieldx]</a></dd><else /><dt class="shade">Myspace</dt><dd>$userinfo[musername] has not entered their MySpace Friend ID</dd></if><!-- End U.S. Military Life Customization -->
And change x to your profile field number
How did you get it on the contact us page? I can only do the about me page?