File: bp-forums/common/shortcodes.php |
Description |
---|---|
BBP_Shortcodes::display_reply_form() |
Display the reply form in an output buffer and return to ensure post/page contents are displayed first. |
BBP_Shortcodes::display_topic_tags() |
Display a tag cloud of all topic tags in an output buffer and return to ensure that post/page contents are displayed first. |
BBP_Shortcodes::display_topics_of_tag() |
Display the contents of a specific topic tag in an output buffer and return to ensure that post/page contents are displayed first. |
BBP_Shortcodes::display_topic_tag_form() |
Display the contents of a specific topic tag in an output buffer and return to ensure that post/page contents are displayed first. |
BBP_Shortcodes::display_view() |
Display the contents of a specific view in an output buffer and return to ensure that post/page contents are displayed first. |
BBP_Shortcodes::add_shortcodes() |
Register the Forums shortcodes |
BBP_Shortcodes::unset_globals() |
Unset some globals in the $bbp object that hold query related info |
BBP_Shortcodes::start() |
Start an output buffer. |
BBP_Shortcodes::end() |
Return the contents of the output buffer and flush its contents. |
BBP_Shortcodes::display_forum_index() |
Display an index of all visible root level forums in an output buffer and return to ensure that post/page contents are displayed first. |