@since: bbPress (r3127)
Description
bbp_current_user_can_publish_topics()

Check if the current user can publish topics

Source: bp-forums/users/template.php:1852

bbp_current_user_can_publish_replies()

Check if the current user can publish replies

Source: bp-forums/users/template.php:1918

bbp_get_forums_for_current_user()

Get the forums the current user has the ability to see and post to

Source: bp-forums/users/template.php:1959

bbp_current_user_can_access_create_topic_form()

Performs a series of checks to ensure the current user can create topics.

Source: bp-forums/users/template.php:2056

bbp_current_user_can_access_create_reply_form()

Performs a series of checks to ensure the current user can create replies.

Source: bp-forums/users/template.php:2092

bbp_user_can_view_forum()

Check if the user can access a specific forum

Source: bp-forums/users/template.php:1785