Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

get_skin_id

Usage: int get_skin_id([int memberid])
Purpose: Get the ID of the skin a member is using.
Availability: IPB SDK 0.3

Returns the ID of the skin member memberid is using. If memberid is not specified, the skin ID of the skin being used by the current member will be returned. If the user has not chosen a skin, the ID of the default skin will be returned.

If information cannot be retrieved FALSE will be returned.

/* Puts current user's Skin ID in $skinid */
$skinid = $SDK->get_skin_id();


User Contributed Notes

There are currently no user contributed notes for this page.

Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net