Functions
Description
bbp_set_theme_compat_active()

Sets true/false if page is currently inside theme compatibility

Source: bp-forums/core/theme-compat.php:200

bbp_set_theme_compat_original_template()

Set the theme compat original_template global

Source: bp-forums/core/theme-compat.php:242

bbp_set_theme_compat_template()

Set the theme compat template global

Source: bp-forums/core/theme-compat.php:228

bbp_set_theme_compat_templates()

Set the theme compat templates global

Source: bp-forums/core/theme-compat.php:214

bbp_set_user_role()

Return a user’s main role

Source: bp-forums/users/capabilities.php:56

bbp_settings_integration()

Integrate settings into existing WordPress pages

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

bbp_setup_akismet()

Loads Akismet inside the Forums global class

Source: bp-forums/core/extend.php:22

bbp_setup_current_user()

Setup the currently logged-in user

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

bbp_setup_globals()

Setup globals AFTER includes

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

bbp_setup_option_filters()

Add filters to each Forums option and allow them to be overloaded from inside the $bbp->options array.

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

bbp_setup_theme()

The main action used for executing code before the theme has been setup

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

bbp_setup_theme_compat()

Setup the default theme compat theme

Source: bp-forums/core/theme-compat.php:95

bbp_setup_updater()

Setup the Forums updater

Source: bp-forums/core/update.php:163

bbp_setup_user_option_filters()

Add filters to each Forums option and allow them to be overloaded from inside the $bbp->options array.

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

bbp_show_lead_topic()

The plugin version of Forums comes with two topic display options: – Traditional: Topics are included in the reply loop (default) – New Style: Topics appear as “lead” posts, ahead of replies

Source: bp-forums/topics/template.php:111

bbp_show_on_root()

Return the search slug

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

bbp_single_forum_description()

Output a fancy description of the current forum, including total topics, total replies, and last activity.

Source: bp-core/deprecated/buddyboss/1.0.php:672

bbp_single_topic_description()

Output a fancy description of the current topic, including total topics, total replies, and last activity.

Source: bp-core/deprecated/buddyboss/1.0.php:577

bbp_spam_reply()

Marks a reply as spam

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

bbp_spam_topic()

Marks a topic as spam

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

bbp_split_topic_count()

Fix counts on topic split

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

bbp_split_topic_form_fields()

Split topic form fields

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

bbp_split_topic_handler()

Split topic handler

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

bbp_stick_topic()

Sticks a topic to a forum or front

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

bbp_subscriptions_handler()

Handles the front end subscribing and unsubscribing topics

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

bbp_subscriptions_permalink()

Output the link to the user’s subscriptions page (profile page)

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

bbp_suppress_private_author_link()

Replace forum author details for users that cannot view them.

Source: bp-forums/forums/template.php:1957

bbp_suppress_private_forum_meta()

Replace forum meta details for users that cannot view them.

Source: bp-forums/forums/template.php:1931

bbp_tab_index()

Output the current tab index of a given form

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

bbp_template_include()

The main filter used for theme compatibility and displaying custom Forums theme files.

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

bbp_template_include_theme_compat()

Reset main query vars and filter ‘the_content’ to output a Forums template part as needed.

Source: bp-forums/core/theme-compat.php:445

bbp_template_include_theme_supports()

Possibly intercept the template being loaded

Source: bp-forums/core/template-loader.php:50

bbp_template_notices()

Display possible errors & messages inside a template file

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

bbp_template_redirect()

The main action used for redirecting Forums theme actions that are not permitted by the current_user

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

bbp_the_content()

Output a textarea or TinyMCE if enabled

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

bbp_the_forum()

Loads up the current forum in the loop

Source: bp-forums/forums/template.php:227

bbp_the_reply()

Loads up the current reply in the loop

Source: bp-forums/replies/template.php:324

bbp_the_search_result()

Loads up the current search result in the loop

Source: bp-forums/search/template.php:192

bbp_the_topic()

Loads up the current topic in the loop

Source: bp-forums/topics/template.php:462

bbp_theme_compat_reset_post()

This fun little function fills up some WordPress globals with dummy data to stop your average page template from complaining about it missing.

Source: bp-forums/core/theme-compat.php:301

bbp_thread_replies()

Are replies threaded

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

bbp_thread_replies_depth()

Maximum reply thread depth

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

bbp_time_since()

Output formatted time to display human readable time difference.

Source: bp-forums/common/functions.php:92

bbp_title()

Custom page title for Forums pages

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

bbp_title_breadcrumb()

Output the page title as a breadcrumb

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

bbp_title_max_length()

Output the maximum length of a title

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

bbp_toggle_reply_handler()

Handles the front end spamming/unspamming and trashing/untrashing/deleting of replies

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

bbp_toggle_topic_handler()

Handles the front end opening/closing, spamming/unspamming, sticking/unsticking and trashing/untrashing/deleting of topics

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

bbp_tools_admin_tabs()

Output the tabs in the admin area

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

bbp_tools_modify_menu_highlight()

This tells WP to highlight the Tools > Forums menu item, regardless of which actual Forums Tools screen we are on.

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