get_member_postable_forums
Usage: array get_member_postable_forums ()
Purpose: Returns forums which the currently logged in member can post in.
Availability: IPB SDK 0.5
Purpose: Returns forums which the currently logged in member can post in.
Availability: IPB SDK 0.5
Returns an multi-dimensional array of forums which the currently logged in member can make posts in.
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
[postable] => 1
[read_perms] => *
[start_perms] => *
[reply_perms] => *
[upload_perms] =>
[show_perms] => *
)
)
[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
[postable] => 1
[read_perms] => *
[start_perms] => *
[reply_perms] => *
[upload_perms] =>
[show_perms] => *
)
)
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.