For the life of me I can't get this to work for some reason
this line is in the code:
And something "close" to what chatserv posted:
Code:
// Info for users which is logged in
if ($userinfo[user_avatar]) {
$content .= "
<center><img src=\"modules/Forums/images/avatars/$userinfo[user_avatar]\" alt=\"\"></center>
\n";
}
is there something else I'm missing?