These functions allow you to interact with Invision Power Board's member system.
- create_account - Creates a new member account.
- get_active_count - Returns the active user count.
- get_advinfo - Returns advanced information on a member.
- get_avatar - Returns a member's avatar.
- get_birthday_members - Returns members born on a day.
- get_info - Returns information on a member.
- get_member_icon - Returns a member's icon in HTML.
- get_member_pips - Returns the amount of pips a member has.
- get_photo - Returns a member's photo.
- get_raw_sig - Returns a member's signature in raw BBCode.
- id2name - Returns the username of the member ID specified.
- ignore_member - Ignores a member.
- is_admin - Returns whether a user is a admin.
- is_ingroup - Returns whether a user in in a group.
- is_loggedin - Returns whether the current user is logged in to your forum.
- is_supermod - Returns whether a user is a super moderator.
- list_ignored_members - Lists the currently logged in user's ignored members.
- list_members - Lists the board's members.
- list_online_members - Returns an array of online members.
- login - Authenticates and login a user.
- logout - Logs the current user out.
- name2id - Returns the member ID of the member specified.
- unignore_member - Unignores a member.
- update_member - Update a member's profile/details.
- update_photo - Update the currently logged in user's photograph.
- update_sig - Update the currently logged in user's signature.
User Contributed Notes
Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net
ShytKicka
How about update avatar? I will try doing this myself. If I get it I will submit it.