PDA

View Full Version : Add another contact feild that is clickable


SVTCobraLTD
07-20-2007, 03:59 PM
What about adding a link to myspace. The users could enter the ending of their myspace account and that would add an image I upload to their profile/posts and also when anyone clicks on it, it would direct them to www.myspace.com/"inserts what they put here", can this be done?

SVT

SVTCobraLTD
07-24-2007, 12:21 PM
:confused:

SVT

Kirk Y
07-24-2007, 05:05 PM
This can be achieved through a Custom Profile Field added through the AdminCP and a template edit to MEMBERINFO or postbit(_legacy) if you'd like it displayed in the user's posts.

The basic code behind displaying it would be something like this (For MEMBERINFO):
<if condition="$userinfo[fieldX]">
<a href="http://myspace.com/$userinfo[fieldX]"><img src="/path/to/image.gif" /></a>
</if>

Where X is the Field ID assigned to your new Profile Field.

SVTCobraLTD
07-24-2007, 05:07 PM
No I know about that one. I need an edit in the Contacts section. I want to edit where AIM, MSN, YAHOO, and SKYE are.

SVT

Kirk Y
07-24-2007, 05:09 PM
That would require some hacking; you could take a look at this, and change it up a bit to suit your needs - but the basic premise behind it is the same.

https://vborg.vbsupport.ru/showthread.php?t=141145

SVTCobraLTD
07-29-2007, 02:46 AM
Thank you ill look into that.

SVT