Functions
Description
bbp_current_anonymous_user_data()

Echoes the values for current poster (uses WP comment cookies)

Source: bp-forums/users/functions.php:42

bbp_current_author_ip()

Get the poster IP address

Source: bp-forums/users/functions.php:112

bbp_current_author_ua()

Get the poster user agent

Source: bp-forums/users/functions.php:125

bbp_current_user_avatar()

Output avatar of current user

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

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.

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

bbp_current_user_can_access_create_forum_form()

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

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

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_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_publish_forums()

Check if the current user can publish forums

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

bbp_current_user_can_publish_replies()

Check if the current user can publish replies

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

bbp_current_user_can_publish_topics()

Check if the current user can publish topics

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

bbp_current_user_id()

Output ID of current user

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

bbp_current_user_name()

Output name of current user

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

bbp_dashboard_widget_right_now()

Forums Dashboard Right Now Widget

Source: bp-forums/admin/metaboxes.php:33

bbp_db_version()

Output the Forums database version

Source: bp-forums/core/functions.php:39

bbp_db_version_raw()

Output the Forums database version directly from the database

Source: bp-forums/core/functions.php:58

bbp_deactivation()

Runs on Forums deactivation

Source: bp-forums/core/sub-actions.php:39

bbp_decode_callback()

Callback to decode the tags in topic or reply content

Source: bp-forums/common/formatting.php:266

bbp_delete_forum()

Called before deleting a forum.

Source: bp-forums/forums/functions.php:2434

bbp_delete_forum_topics()

Delete all topics (and their replies) for a specific forum ID

Source: bp-forums/forums/functions.php:2271

bbp_delete_options()

Delete default options

Source: bp-forums/core/options.php:136

bbp_delete_reply()

Called before deleting a reply

Source: bp-forums/replies/functions.php:1804

bbp_delete_rewrite_rules()

Delete a blogs rewrite rules, so that they are automatically rebuilt on the subsequent page load.

Source: bp-forums/core/functions.php:564

bbp_delete_topic()

Called before deleting a topic.

Source: bp-forums/topics/functions.php:3258

bbp_delete_user_options()

Delete default user options

Source: bp-forums/users/options.php:71

bbp_deleted_forum()

Called after deleting a forum

Source: bp-forums/forums/functions.php:2494

bbp_deleted_reply()

Called after deleting a reply

Source: bp-forums/replies/functions.php:1857

bbp_deleted_topic()

Called after deleting a topic

Source: bp-forums/topics/functions.php:3404

bbp_deregister_template_stack()

Deregisters a previously registered template stack location.

Source: bp-forums/core/template-functions.php:281

bbp_deregister_view()

Deregister a Forums view

Source: bp-forums/core/functions.php:195

bbp_display_replies_feed_rss2()

Output an RSS2 feed of replies, based on the query passed.

Source: bp-forums/replies/functions.php:2112

bbp_display_topics_feed_rss2()

Output an RSS2 feed of topics, based on the query passed.

Source: bp-forums/topics/functions.php:3612

bbp_displayed_user_field()

Output a sanitized user field value

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

bbp_displayed_user_id()

Output ID of displayed user

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

bbp_do_ajax()

Hooked to the ‘bbp_template_redirect’ action, this is Forums’ custom theme-side ajax handler.

Source: bp-forums/common/ajax.php:61

bbp_do_uninstall()

Uninstall all Forums options and capabilities from a specific site.

Source: bp-forums/admin/functions.php:178

bbp_dropdown()

Output a select box allowing to pick which forum/topic a new topic/reply belongs in.

Source: bp-forums/common/template.php:1425

bbp_dummy_role_names()

Dummy gettext calls to get strings in the catalog.

Source: bp-forums/common/locale.php:40

bbp_edit_forum_handler()

Handles the front end edit forum submission

Source: bp-forums/forums/functions.php:389

bbp_edit_reply_handler()

Handles the front end edit reply submission

Source: bp-forums/replies/functions.php:520

bbp_edit_topic_handler()

Handles the front end edit topic submission

Source: bp-forums/topics/functions.php:499

bbp_edit_topic_tag_handler()

Handles the front end tag management (renaming, merging, destroying)

Source: bp-forums/topics/functions.php:1878

bbp_edit_user_blog_role()

Output blog role selector (for user edit)

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

bbp_edit_user_contact_methods()

Return user contact methods Selectbox

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

bbp_edit_user_display_name()

Drop down for selecting the user’s display name

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

bbp_edit_user_form_fields()

Output the required hidden fields when editing a user

Source: bp-forums/common/template.php:1793

bbp_edit_user_forums_role()

Output forum role selector (for user edit)

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

bbp_encode_bad()

Filter the content and encode any bad HTML tags

Source: bp-forums/common/formatting.php:186

bbp_encode_callback()

Callback to encode the tags in topic or reply content

Source: bp-forums/common/formatting.php:229

bbp_encode_empty_callback()

Callback to replace empty HTML tags in a content string

Source: bp-forums/common/formatting.php:296