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_tags()
|
Return value of topic tags field
|
bp-forums/topics/template.php:
bbp_get_form_topic_subscribed()
|
Return checked value of topic subscription
|
bp-forums/topics/template.php:
bbp_get_topic_id()
|
Return the topic id
|
bp-forums/users/template.php:
bbp_current_user_can_access_create_reply_form()
|
Performs a series of checks to ensure the current user can create replies.
|
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/forums/template.php:
bbp_get_form_forum_subscribed()
|
Return checked value of forum subscription
|
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_reply_form_fields()
|
Output the required hidden fields when creating/editing a reply
|
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_reply()
|
Viewing a single reply
|
bp-forums/common/template.php:
bbp_is_reply_move()
|
Check if current page is a reply move page
|
bp-forums/replies/template.php:
bbp_get_form_reply_content()
|
Return the value of reply content field
|
bp-forums/replies/template.php:
bbp_get_cancel_reply_to_link()
|
Return the cancellation link for a reply to a reply
|
bp-forums/replies/template.php:
bbp_get_reply_id()
|
Return the id of the reply in a replies loop
|
bp-forums/replies/functions.php:
bbp_check_reply_edit()
|
Redirect if unathorized user is attempting to edit a reply
|