The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add another contact feild that is clickable
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 |
#2
|
|||
|
|||
SVT |
#3
|
||||
|
||||
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): Code:
<if condition="$userinfo[fieldX]"> <a href="http://myspace.com/$userinfo[fieldX]"><img src="/path/to/image.gif" /></a> </if> |
#4
|
|||
|
|||
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 |
#5
|
||||
|
||||
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 |
#6
|
|||
|
|||
Thank you ill look into that.
SVT |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|