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_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_topic_notices()
|
Displays topic notices
|
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/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_get_user_subscribe_link()
|
Return the link to subscribe/unsubscribe from a forum or topic
|
bp-forums/users/template.php:
bbp_get_user_favorites_link()
|
User favorites link
|
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_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:
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/replies/template.php:
bbp_get_topic_pagination_count()
|
Return the topic pagination count
|
bp-forums/replies/template.php:
bbp_has_replies()
|
The main reply loop. WordPress makes this easy for us
|
bp-forums/replies/functions.php:
bbp_display_replies_feed_rss2()
|
Output an RSS2 feed of replies, based on the query passed.
|