PDA

View Full Version : help with image.php?u=1 show the image - Solved..


Vaupell
10-04-2010, 11:49 AM
Hi guys working on a modification for a guild member list, and i
want to show the avatar of the players..

Work is here : http://www.tebt.org/egm.php?do=main

As you can see the img colum is empty.

Ive used the image.php before to display the user avatar
one eksample is here.. http://www.evisystems.org/emap.php?do=mapdetail&mapid=7

Comments are with avatar..

basicly
http://www.evisystems.org/image.php?u=1 (WORKS)
http://www.tebt.org/image.php?u=1 (DONT WORK)

Both are linked the same way..


Any idea, is it a server setting maybe ?

Vaupell
10-05-2010, 02:57 PM
ansvered on vbcom, shareing ansver here..


I recommend using the function fetch_avatar_url().

Fetches the URL for a User's Avatar


return: Information regarding the avatararray fetch_avatar_url (integer $userid, [boolean $thumb = false])


integer $userid: The User ID
boolean $thumb: Whether to get the Thumbnailed avatar or not

RESULT Of solution : http://www.tebt.org/egm.php?do=main


,