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/theme-compat.php:
bbp_redirect_canonical()
|
Remove the canonical redirect to allow pretty pagination
|
bp-forums/core/template-loader.php:
bbp_template_include_theme_supports()
|
Possibly intercept the template being loaded
|
bp-forums/topics/template.php:
bbp_get_form_topic_content()
|
Return the value of topic content field
|
bp-forums/topics/template.php:
bbp_get_form_topic_tags()
|
Return value of topic tags field
|
bp-forums/topics/template.php:
bbp_get_form_topic_forum()
|
Return value of topic forum
|
bp-forums/topics/template.php:
bbp_get_form_topic_subscribed()
|
Return checked value of topic subscription
|
bp-forums/topics/template.php:
bbp_get_form_topic_title()
|
Return the value of topic title field
|
bp-forums/topics/template.php:
bbp_get_form_topic_status_dropdown()
|
Returns topic status downdown
|
bp-forums/topics/template.php:
bbp_get_form_topic_type_dropdown()
|
Returns topic type select box (normal/sticky/super sticky)
|
bp-forums/topics/template.php:
bbp_get_topic_id()
|
Return the topic id
|
bp-forums/topics/functions.php:
bbp_check_topic_edit()
|
Redirect if unathorized user is attempting to edit a topic
|
bp-forums/users/template.php:
bbp_current_user_can_access_create_topic_form()
|
Performs a series of checks to ensure the current user can create topics.
|
bp-forums/users/template.php:
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.
|
bp-forums/users/template.php:
bbp_get_author_email()
|
Return the author email of a topic or reply.
|
bp-forums/users/template.php:
bbp_get_author_url()
|
Return the author url of a topic or reply.
|
bp-forums/users/template.php:
bbp_get_author_display_name()
|
Return the author name of a topic or reply.
|
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_topic_form_fields()
|
Output the required hidden fields when creating/editing a topic
|
bp-forums/common/template.php:
is_bbpress()
|
Use the above is_() functions to return if in any Forums page
|
bp-forums/common/template.php:
bbp_body_class()
|
Use the above is_() functions to output a body class for each scenario
|
bp-forums/common/template.php:
bbp_is_single_topic()
|
Viewing a single topic
|
bp-forums/common/template.php:
bbp_is_topic_merge()
|
Check if current page is a topic merge page
|
bp-forums/common/template.php:
bbp_is_topic_split()
|
Check if current page is a topic split page
|