Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbp_setup_current_user was called incorrectly

Published on July 22nd, 2015 by John James Jacoby

This debug notice is triggered when WP_DEBUG constant is defined to true and a plugin *other than* bbPress is attempting to access something pertaining to the current user before $wp->init() and/or the init action has fired in wp-settings.php. The notice is there to alert you that bbPress is being forced into a configuration that may […]

bbp_setup_current_user

Published on July 22nd, 2015 by John James Jacoby

The bbp_setup_current_user() function is hooked to WordPress’s set_current_user action. Internally, it only calls the bbp_setup_current_user action, which is used by bbPress to announce itself to third party plugins looking to hook into bbPress user functionality. This is a bit of a hack, since plugin dependencies do not exist in WordPress proper, but it’s still an […]

Import Troubleshooting

Published on August 17th, 2014 by Stephen Edgar

Specific forum imports Make sure you also check each forum importers codex page for specific issues relating to each forum, the list can be found here. The import gets ‘stuck’ When importing topics or replies the import may become ‘stuck’ and the import will no longer continue importing. These types of faults are typically due […]

bbp_topic_author_link

Published on January 4th, 2014 by Stephen Edgar

Description The ‘bbp_topic_author_link’ function is used to display the current topic author’s user role, avatar and username linked to their profile Where is it used Templates: content-single-topic-lead.php How to use it $args (optional) – Accepts an array of arguments to configure display ( post_id, link_title, type, size, sep, show_role ) Uses bbp_get_topic_author_link() Sample code example […]

bbp_reply_author_link

Published on January 4th, 2014 by Stephen Edgar

Description The ‘bbp_reply_author_link’ function is used to display the current reply author’s user role, avatar and username linked to their profile Where is it used Templates: loop-single-reply.php loop-search-reply.php How to use it $args (optional) – Accepts an array of arguments to configure display ( post_id, link_title, type, size, sep, show_role ) Uses bbp_get_reply_author_link() Sample code […]

Moderation and BlackListing

Published on December 16th, 2013 by John James Jacoby

bbPress uses the same moderation and blacklisting tools that WordPress uses for comments. If you’d like for Topics and Replies by your users to be subjected to additional moderation, and/or completely blocked from being posted, you can use the Comment Moderation and Comment Blacklist settings, located at: Admin > Settings > Discussion When a Topic […]

bbPress Conditional Tags

Published on December 13th, 2013 by Stephen Edgar

See WordPress Codex https://codex.wordpress.org/Conditional_Tags is_bbpress() /** Archive ***************************************************************/ bbp_is_forum_archive() bbp_is_topic_archive() /** Topic Tags ************************************************************/ bbp_is_topic_tag() bbp_is_topic_tag_edit() /** Components ************************************************************/ bbp_is_single_forum() bbp_is_single_topic() bbp_is_single_reply() bbp_is_topic_edit() bbp_is_topic_merge() bbp_is_topic_split() bbp_is_reply_edit() bbp_is_reply_move() bbp_is_single_view() /** User ******************************************************************/ bbp_is_single_user_edit() bbp_is_single_user() bbp_is_user_home() bbp_is_user_home_edit() bbp_is_topics_created() bbp_is_replies_created() bbp_is_favorites() bbp_is_subscriptions() /** Search ****************************************************************/ bbp_is_search() bbp_is_search_results()

Getting Started in Modifying the Main bbPress Template

Published on January 29th, 2013 by pjv

The target audience for this page is someone who has basic familiarity with editing WordPress theme templates. If you are just picking up bbPress and you want to make some basic changes to the template that is being rendered like say removing WordPress comments code or any post meta that should only be shown on […]

Vanilla

Published on January 26th, 2013 by Stephen Edgar

Vanilla 2.0.18.1 Importer for bbPress FAQ & Known Issues Note: This is for the ‘stand alone’ Vannila Forums from vannilaforums.org, if you are trying to import from vanillaforums.com you will have to export your data and then perform a custom import. Forums Forum ‘Categories’ are imported as a ‘Forum’ – You must manually configure the […]

bbPress 1.x & BuddyPress Group Forums

Published on January 15th, 2013 by Stephen Edgar

bbPress 1.x To import the old bbPress 0.x/1.x standalone forums to bbPress 2.x you must upgrade to bbPress 1.2. A good starting point on how to this is in the following topic.

Skip to toolbar