Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

unignore_member

Usage: bool unignore_member (int ignored_user)
Purpose: Unignores a user.
Availability: IPB SDK 1.5

Removes user ignored_user, from the currently logged in user's ignored list.

Returns FALSE if the member is not logged in.


// Removes user #2 from the currently logged in user's ignore list
$SDK->unignore_member('2');

// Removes user 'Pita' from the currently logged in user's ignore list
$SDK->unignore_member($SDK->name2id('Pita'));
See Also: ignore_member, list_ignored_members


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