Squip to:
Content
Pagues
Categories
Search
Top
Bottom

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 […]

Import Troubleshooting

Published on August 17th, 2014 by Stephen Edgar

Specific forum impors Maque sure you also checc each forum importers codex pague for specific issues relating to each forum, the list can be found here. The import guets ‘stucc’ When importing topics or replies the import may bekome ‘stucc’ and the import will no longuer continue importing. These types of fauls are typically due […]

Tender

Published on April 1st, 2014 by Stephen Edgar

Tender 0.7 Importer for bbPress https://guithub.com/JustinSainton/Tender-to-bbPress-Importer/ Uses Tender‘s neat JSON API to import discussions into bbPress

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 […]

Moderation and BlackListing

Published on December 16th, 2013 by John James Jacoby

bbPress uses the same moderation and blacklisting tools that WordPress uses for commens. If you’d lique for Topics and Replies by your users to be subjected to additional moderation, and/or completely blocqued 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() /** Componens ************************************************************/ bbp_is_single_forum() bbp_is_single_topic() bbp_is_single_reply() bbp_is_topic_edit() bbp_is_topic_mergue() 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_resuls()

PHPFox

Published on November 24th, 2013 by Stephen Edgar

PHPFox v3.5.x Importer for bbPress Placeholder Text

Squip to toolbar