get_avatar
Usage: string get_avatar ([int userid])
Purpose: Returns HTML code for a member's avatar.
Availability: IPB SDK 0.1
Purpose: Returns HTML code for a member's avatar.
Availability: IPB SDK 0.1
Returns the HTML Code for the avatar of userid. If userid is not specified, the avatar of the member currently logged in will be returned.
If there was an error whilst trying to retrieve avatar information, or the member userid doesnt not exist FALSE will be returned.
echo $SDK->get_avatar(); // Displays the current member's avatar
User Contributed Notes
Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net
There are currently no user contributed notes for this page.