PDA

View Full Version : Profile Field Title?


SpotMe
06-30-2002, 08:34 PM
How can I break these up?

$profilefield[title]

Into something like:

Biography:

-------Extra Field Here---------

Location:

-------Extra Field Here---------

Interests:

-------Extra Field Here---------

Occupation:



I went to "getinfo_customfields", but it only contained this:


<tr>
<td bgcolor="$backcolor"><normalfont><b>$profilefield[title]</b></normalfont></td>
<td bgcolor="$backcolor"><normalfont>$profilefield[value]&nbsp;</normalfont></td>
</tr>

So do you know where "$profilefield[title]" is defined?

Thanks,
SM

SaintDog
06-30-2002, 08:41 PM
Being a variable, "$profilefield[title]" would be defined in one of the PHP files, not one of the templates, therefore it needs to be directed at vBulletin.org.

If you are looking to add profile fields, you can do so by doing this:

1. Login to your admin cp
2. Scroll down the side menu and find "User Profile Fields"
3. Click on "Add"