View Full Version : Myspace field in Contact Info(profile)
StevenIsProek
02-23-2006, 05:37 AM
I would like to add a myspace field in users profile under contact info. basicly a place where they can put their myspace link
How may I do this?
KTBleeding
02-23-2006, 05:42 AM
Admin CP > User Profile Fields > Add New User Profile Field
Then just fill out the process accordingly.
mikeclarke
02-23-2006, 07:41 AM
Who do I make it clickable and open in a new window?
KTBleeding
02-23-2006, 02:16 PM
Well, I haven't tried this.. but it should work:
<if condition="$userinfo[fieldxx]">
<a href="$userinfo[fieldxx]" target="_blank">$userinfo[musername]'s Myspace</a>
</if>
Just change "fieldxx" to whatever field id your myspace profile field is.
The above code is pasted into the MEMBERINFO template. Where? Well, pretty much wherever you want it to show up.
You can also make the "$userinfo[musername]'s Myspace" part a phrase if you're picky like I am. ;)
mikeclarke
02-23-2006, 11:43 PM
Thanks for the help. It works great!
venomx
03-16-2006, 05:43 PM
Anyone know the regular expression so that if the url they enter doesnt have myspace.com in it then it wont save?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.