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] </normalfont></td>
</tr>
So do you know where "$profilefield[title]" is defined?
Thanks,
SM
$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] </normalfont></td>
</tr>
So do you know where "$profilefield[title]" is defined?
Thanks,
SM