get_member_icon
Usage: string get_member_icon ([int memberid])
Purpose: Returns a member's icon in HTML.
Availability: IPB SDK 1.0
Purpose: Returns a member's icon in HTML.
Availability: IPB SDK 1.0
Get the HTML code for member memberid's member icon. This is the same icon which will be shown in IPB - if the group has an individual icon this will be returned, otherwise pips will be returned.
If the memberid argument is not provided, the currently logged in member's member icon will be returned.
/* Displays current member's icon */
echo $SDK->get_member_icon();
echo $SDK->get_member_icon();
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.