bp-forums/templates/default/bbpress-functions.php:
BBP_Default::media_localize_script()
|
Localize scripts for Media component for forums
|
bp-forums/core/theme-compat.php:
bbp_template_include_theme_compat()
|
Reset main query vars and filter ‘the_content’ to output a Forums template part as needed.
|
bp-forums/core/template-loader.php:
bbp_template_include_theme_supports()
|
Possibly intercept the template being loaded
|
bp-forums/users/template.php:
bbp_current_user_can_access_create_forum_form()
|
Performs a series of checks to ensure the current user can create forums.
|
bp-forums/forums/template.php:
bbp_get_form_forum_subscribed()
|
Return checked value of forum subscription
|
bp-forums/forums/template.php:
bbp_get_form_forum_type_dropdown()
|
Return the forum type dropdown
|
bp-forums/forums/template.php:
bbp_get_form_forum_status_dropdown()
|
Return the forum status dropdown
|
bp-forums/forums/template.php:
bbp_get_form_forum_visibility_dropdown()
|
Return the forum visibility dropdown
|
bp-forums/forums/template.php:
bbp_get_form_forum_title()
|
Return the value of forum title field
|
bp-forums/forums/template.php:
bbp_get_form_forum_content()
|
Return the value of forum content field
|
bp-forums/forums/template.php:
bbp_get_form_forum_parent()
|
Return value of forum parent
|
bp-forums/forums/template.php:
bbp_get_form_forum_type()
|
Return value of forum type
|
bp-forums/forums/template.php:
bbp_get_form_forum_visibility()
|
Return value of forum visibility
|
bp-forums/forums/template.php:
bbp_get_forum_id()
|
Return the forum id
|
bp-forums/forums/functions.php:
bbp_check_forum_edit()
|
Redirect if unathorized user is attempting to edit a forum
|
bp-forums/common/template.php:
bbp_title()
|
Custom page title for Forums pages
|
bp-forums/common/template.php:
bbp_get_breadcrumb()
|
Return a breadcrumb ( forum -> topic -> reply )
|
bp-forums/common/template.php:
bbp_forum_form_fields()
|
Output the required hidden fields when creating/editing a forum
|
bp-forums/common/template.php:
bbp_is_single_forum()
|
Viewing a single forum
|