Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbp_theme_after_forum_freshness_link

Published on June 26th, 2012 by Jarret

Description The ‘bbp_theme_after_forum_freshness_link’ action is used to display content after the forum freshness link How to use it Since this is an action, we can use add_action to hook into it. Sample code example Note: Always remember to prefix your functions to avoid conflicts!

bbp_get_forum_freshness_link

Published on June 26th, 2012 by Jarret

How to use it $forum_id (optional) – Returns the link for the most recent reply within a forum Used in bbp_forum_freshness_link() Sample code example Returns the link for the most recent reply within a forum Returns the link for the most recent reply within the specified forum with an ID of 1

bbp_forum_freshness_link

Published on June 26th, 2012 by Jarret

Description The ‘bbp_forum_freshness_link’ function displays a link to the most recent reply within a forum How to use it $forum_id (optional) – Displays link to the most recent activity within defined forum Uses bbp_get_forum_freshness_link() Sample code example Displays a link to the most recent reply within a forum Displays the link to the most recent […]

bbp_theme_before_forum_freshness_link

Published on June 26th, 2012 by Jarret

Description The ‘bbp_theme_before_forum_freshness_link’ action is used to display content before the forum freshness link How to use it Since this is an action, we can use add_action to hook into it. Sample code example Note: Always remember to prefix your functions to avoid conflicts!

bbp_get_forum_post_count

Published on June 26th, 2012 by Jarret

Description The ‘bbp_get_forum_post_count’ function is used to return the total count of all replies to topics within a forum and sub forums How to use it $forum_id (optional) – Returns count for particular forum id $total_count (optional) – Returns total count for all replies in forum and sub forums by default or if true, otherwise […]

bbp_forum_post_count

Published on June 26th, 2012 by Jarret

Description The ‘bbp_forum_post_count’ function is used to display the total count of all replies to topics within a forum and sub forums How to use it $forum_id (optional) – Returns count for particular forum id $total_count (optional) – Returns total count for all replies in forum and sub forums by default or if true, otherwise […]

bbPress User Roles and Capabilities

Published on June 17th, 2012 by Siobhan

Overview bbPress comes built in with user Roles that give the website owner the ability to tailor user access to their website. This page details the bbPress capabilities that each role has. You manage bbPress users roles in the same way you manage WordPress user roles. (/wp-admin/users.php) Under the hood details of the roles and […]

Theme Compatibility

Published on June 10th, 2012 by masonjames

bbPress 2.x has built-in theme support. All required elements such as front-end editing are included. This means that all functionality will work, even when a theme has no specific bbPress templates or code included with it. All bbPress compat can be overridden using a theme or another plugin. Check bbp-theme-compat template wrappers for what a […]

Creating Content

Published on June 10th, 2012 by masonjames

bbPress creates three new menu items in the WordPress backend to manage your three custom post types.These are: Forums – Contains all the topics and replies that were created in the forum. Topics – Topics are created within forums, they are the subjects that are being discussed. Replies – Replies are the actual discussion taking place. […]

bbp_get_forum_reply_count

Published on May 19th, 2012 by Jarret

Description The ‘bbp_get_forum_reply_count’ function is used to return the total count of all replies to topics within a forum and sub forums How to use it $forum_id (optional) – Returns count for particular forum id $total_count (optional) – Returns total count for all replies in forum and sub forums by default and returns total count […]

Skip to toolbar