<div class='quotetop'>QUOTE (Numb @ Jan 12 2009, 08:50 PM) <{POST_SNAPBACK}></div>
here sumthing some ppl mabe looking for well i did and ppl here helped me to complete it use this code to see user avatar next to their names in online list forums etc[/b]
Code:
$avlink = getavatar($item[2]); if ($avlink!=""){ echo "<img src=\"$avlink\" height=\"25\" width=\"25\" alt=\"avatar\"/> "; }else{ echo "<img src=\"images/nopic.jpg\" height=\"25\" width=\"25\" alt=\"avatar\"/> "; }
Comment