View Single Post
  #1 (permalink)  
Old 11-08-2004, 05:25 PM
doneandoner doneandoner is offline
Junior Member
 
Join Date: Sep 2004
Posts: 33
Impossible avatar
hi! my names mike and i got this problem, 3 weeks that i'm trying to make it work (and theres nothing to laugh)
anyway i have the same user menu in here (mikem told me where download) not completly the same but version 4, but that's not a problem

so i tried to put an avatr on it like here using this code

/*******************************************/
/* TO SHOW USER AVATAR AT TOP OF USER MENU */
if (eregi("http://", $userinfo[user_avatar])) {
$content .= "<center><img src=\"$userinfo[user_avatar]\" width=60 border=0></center>";
} else {
$content .= "<center><img src=\"modules/Forums/images/avatars/$userinfo[user_avatar]\" width=60 border=0></center>";
}
/********************************************/

but it doens't show the avatar :cry: but it shows the red x and if i right click on it i saw that it display al the path modules/Forums/images/avatars/ but there's no name of the avatar... why???

i hope you can help me
Reply With Quote