File: bp-forums/users/template.php |
Description |
---|---|
bbp_user_can_view_forum |
For check Current topic’s forum is part of group or not. |
bbp_current_user_can_publish_topics() |
Check if the current user can publish topics |
bbp_current_user_can_publish_forums() |
Check if the current user can publish forums |
bbp_current_user_can_publish_replies() |
Check if the current user can publish replies |
bbp_get_forums_for_current_user() |
Get the forums the current user has the ability to see and post to |
bbp_current_user_can_access_create_forum_form() |
Performs a series of checks to ensure the current user can create forums. |
bbp_current_user_can_access_create_topic_form() |
Performs a series of checks to ensure the current user can create topics. |
bbp_current_user_can_access_create_reply_form() |
Performs a series of checks to ensure the current user can create replies. |
bbp_current_user_can_access_anonymous_user_form() |
Performs a series of checks to ensure the current user should see the anonymous user form fields. |
bbp_get_author_link() |
Return the author link of the post |