PDA

View Full Version : How To Call A Field?


Hex_legend
12-31-2007, 06:46 PM
For VBulletin 3.7 (beta 3)

How do I call field data on the MEMBERINFO (profile page)

Users would input data into the field under "Edit Profile", how would I show this data ON the profile?

Freesteyelz
12-31-2007, 09:44 PM
If you've created a custom Profile Field remember that ID then add code:


$userinfo[field5]



Change 5 to whatever ID # you want displayed.

rainyleaves
01-02-2008, 10:46 AM
If you've created a custom Profile Field remember that ID then add code:


$userinfo[field5]



Change 5 to whatever ID # you want displayed.
Awesome!! Thanks Freesteyelz.