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/templates/default/bbpress-functions.php:
BBP_Default::enqueue_scripts()
|
Enqueue the required Javascript files
|
bp-forums/templates/default/bbpress-functions.php:
BBP_Default::localize_topic_script()
|
Load localizations for topic script
|
bp-forums/topics/template.php:
bbp_has_topics()
|
The main topic loop. WordPress makes this easy for us
|
bp-forums/topics/functions.php:
bbp_display_topics_feed_rss2()
|
Output an RSS2 feed of topics, based on the query passed.
|
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_get_user_subscribe_link()
|
Return the link to subscribe/unsubscribe from a forum or topic
|
bp-forums/groups.php:
BBP_Forums_Group_Extension::redirect_canonical()
|
Ensure that forum content associated with a BuddyBoss group can only be viewed via the group URL.
|
bp-forums/forums/template.php:
bbp_get_form_forum_subscribed()
|
Return checked value of forum subscription
|
bp-forums/forums/template.php:
bbp_get_forum_id()
|
Return the forum id
|
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_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
|