Find:
PHP Code:
<td bgcolor="#13486D"><normalfont>$userinfo[usertitle] <img src="$userinfo[avatarurl]" border="0" align="middle"></normalfont></td>
Change to:
PHP Code:
<td bgcolor="#13486D"><normalfont>$userinfo[usertitle] <img src="$userinfo[field#]" width="$post[width]" height="$post[hieght]" border="0" align="middle"></normalfont></td>
Mind that little mistake.
Its $post[height] instead of $post[hieght]
Installed it, works like a charme..
finaly question, how can i show a preview of there avatar, once they have change it and they visit the usercp again?
(like the old one)