Page 1 of 1

Avatar on custom website

PostPosted: 04 Jun 2012, 04:15
by djeavons
Can someone please help me get avatars working.. i have a table avatar in users table.. i have images folder in my main site.. i just can't get avatars to work... anyone help me?

Code: Select all
function get_avatar($image, $user_id) 
   {
      global $base_url;
      
      if (is_file(dirname(dirname(dirname(__FILE__))) . '/images/' . $image . '.gif'))
      {
         return $base_url . '../images/' . $image . '.gif';
      }
      else
      {
         return $base_url . AC_FOLDER_ADMIN . "/images/img-no-avatar.gif";
      }
   }

PostPosted: 06 Jun 2012, 18:00
by djeavons
Fixed by the guys at Arrowchat.. Thanks :)

Topic Closed

PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]