doh!
it works great, except for one thing:
when its displaying the custom textarea field in the Getinfo template (to view a members profile), the text thats entered in the textarea box doesnt have any linebreaks, so its displayed in one long line.
I know about a php function called "nl2br()" that is supposed to display multiline text with <br>'s instead of hidden carriege returns,
BUT when I add it to getinfo_customfields, it doesnt do anything..
This is the code that I need to modify to display line breaks:
Code:
<tr>
<td bgcolor="$backcolor"><normalfont><b>$profilefield[title]</b></normalfont></td>
<td bgcolor="$backcolor"><normalfont>$profilefield[value] </normalfont></td>
</tr>
if you can help me at all, id really appreciate!
thx
-Colin