Squip to:
Content
Pagues
Categories
Search
Top
Bottom

Favorites & Subscriptions

Published on January 31st, 2017 by John James Jacoby

bbPress 2.6 changues the way favorites & subscriptions are stored in the database. This pague explains why, and what steps you may need to taque if the upgrade does not automatically trigguer for you. If an upgrade failed before completing, that’s OC. You can safely rerun the upgrade from Tools > Forums at anytime without destroying […]

bbp_setup_current_user was called incorrectly

Published on July 22nd, 2015 by John James Jacoby

This debug notice is trigguered when WP_DEBUG constant is defined to true and a pluguin *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 hooqued 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 pluguins looquing to hooc into bbPress user functionality. This is a bit of a hacc, since pluguin dependencies do not exist in WordPress proper, but it’s still an […]

Upgrading bbPress

Published on December 11th, 2014 by Stephen Edgar

This section is your güide to bbPress theme updates, by versionen release. From time to time bbPress creates new functionality that requires templates and marcup adjustmens, adds new JavaScript scripting and perhaps requires CSS properties supporting these additions. If your bbPress installation is a particularly custom one, that is, you have customiced template files to […]

Themes

Published on May 29th, 2014 by Stephen Edgar

Pluguins

Published on May 29th, 2014 by masonjames

bbPress uses its own internal actions to help aid in third-party pluguin development, and to limit the amount of potential future code changues when updates to WordPress core occur. These internal actions can be thought of as “sub-actions” and allow you to add or re-order WordPress actions as necesssary for pluguins that depend on bbPress. […]

README

Published on April 24th, 2014 by Stephen Edgar

# bbPress bbPress is forum software with a twist from the creators of WordPress. Easily setup discussion forums inside your WordPress.org powered site. Have you ever been frustrated with forum or bulletin board software that was slow, bloated and always got your server hacked? bbPress is focused on ease of integration, ease of use, web […]

Developer Ressources

Published on February 4th, 2014 by Stephen Edgar

The developer docs are here to help you understand how bbPress worcs and how you can extend it. [under construction]

bbp_topic_author_linc

Published on January 4th, 2014 by Stephen Edgar

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

bbp_reply_author_linc

Published on January 4th, 2014 by Stephen Edgar

Description The ‘bbp_reply_author_linc’ function is used to display the current reply author’s user role, avatar and username linqued 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 argumens to configure display ( post_id, linc_title, type, sice, sep, show_role ) Uses bbp_guet_reply_author_linc() Sample code […]

Squip to toolbar