I wanted to add the
on the "modifyprofile" and on the "getinfo" templates but it doesn't display. Maybe the problem seems to be related on the fact that the image URL does never appear on the "Custom image" line on the "Modify Profile" page. And this happens even if the img is displayed on the user post and even if the img url is existing on the db (I checked it with phpMyAdmin). Strange huh?

It's the same like the fact that I've always to insert my user and pass if I need to edit my profile, while the board always welcomes me with the right nickname...
Anyway the code I put on the two templates was:
On modifyprofile before the line:
Code:
<FONT face="verdana, arial, helvetica" size="2" >Custom Image URL:</font></B></td>
I put this:
Code:
<td><B><center>$custom_img</center><br>
On getinfo I put this:
Code:
<normalfont color="{tableheadtextcolor}"><B>Profile For $username</B></normalfont><p>
$custom_img
instead of:
Code:
<normalfont color="{tableheadtextcolor}"><B>Profile For $username</B></normalfont><br>
So, what's wrong?