Introduction   Getting Started   Upgrading   Function Reference   Changelog   Support and Feedback

get_member_readable_forums

Usage: array get_member_readable_forums ()
Purpose: Returns forums readable by currently logged in member.
Availability: IPB SDK 0.5

Returns an multi-dimensional array of forums readable by the currently logged in member.

Information will be returned in the following array structure:

Array (
      [1] => Array (
            [id] => 1
            [name] => A Test Forum
            [description] => A test forum that may be removed at any time
            [topics] => 32
            [posts] => 247
            [permission_array] => a:5:{s:11:"start_perms";s:1:"*";s:11:"reply_perms";s:1:"*";s:10:"read_perms";s:1:"*";s:12:"upload_perms";s:0:"";s:10:"show_perms";s:1:"*";}
            [parent_id] => 1
            [category_name] => A Test Category
            [readable] => 1
            [read_perms] => *
            [start_perms] => *
            [reply_perms] => *
            [upload_perms] =>
            [show_perms] => *
      )
)
See Also: get_member_postable_forums, get_member_startable_forums


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