Description The ‘bbp_theme_after_topic_author’ action is used to display content after the author’s avatar and name in a forum 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_theme_after_topic_author
Published on June 26th, 2012 by JarretCbbp_theme_before_topic_author
Published on June 26th, 2012 by JarretCDescription The ‘bbp_theme_before_topic_author’ action is used to display content before the author’s avatar and name in a forum 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_theme_after_forum_freshness_link
Published on June 26th, 2012 by JarretCDescription 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_theme_before_forum_freshness_link
Published on June 26th, 2012 by JarretCDescription 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_forum_row_actions
Published on May 19th, 2012 by JarretCDescription The ‘bbp_forum_row_actions’ action is used to display content within forum topic rows for functions such as administrative shortcuts. Where it can be found Line 1137 /bbp-includes/bbp-extend-buddypress.php Line 396 and 397 /bbp-includes/bbp-forum-template.php Line 34 /bbp-theme-compat/bbpress/loop-single-forum.php How to use it Since this is an action, we can use add_action to hook into it. Sample code example [...]
bbp_theme_after_forum_description
Published on May 19th, 2012 by JarretCDescription The ‘bbp_theme_after_forum_description’ action is used to display content after the description of the forum on forum index pages. Where it can be found On line 32 of /bbp-theme-compat/bbpress/loop-single-forum.php /bbp-themes/bbp-twentyten/bbpress/loop-single-forum.php 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 [...]
bbp_theme_before_forum_description
Published on May 19th, 2012 by JarretCDescription The ‘bbp_theme_before_forum_description’ action is used to display content before the description of the forum on forum index pages. Where it can be found On line 28 of /bbp-theme-compat/bbpress/loop-single-forum.php /bbp-themes/bbp-twentyten/bbpress/loop-single-forum.php 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 [...]
bbp_theme_after_forum_sub_forums
Published on May 19th, 2012 by JarretCDescription The ‘bbp_theme_after_forum_sub_forums’ action is used to display content after each list of sub forum links. Where it can be found On line 26 of /bbp-theme-compat/bbpress/loop-single-forum.php /bbp-themes/bbp-twentyten/bbpress/loop-single-forum.php 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 [...]
bbp_theme_before_forum_sub_forums
Published on May 19th, 2012 by JarretCDescription The ‘bbp_theme_before_forum_sub_forums’ action is used to display content before each list of sub forum links. Where it can be found On line 22 of /bbp-theme-compat/bbpress/loop-single-forum.php /bbp-themes/bbp-twentyten/bbpress/loop-single-forum.php 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 [...]
bbp_theme_before_forum_title
Published on May 18th, 2012 by JarretCDescription The ‘bbp_theme_before_forum_title’ action is used to display content before each forum title on the forum index pages. Where it can be found On line 16 of /bbp-theme-compat/bbpress/loop-single-forum.php /bbp-themes/bbp-twentyten/bbpress/loop-single-forum.php 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 [...]