As this page is related to the German translation of bbPress the following is written in German. For English information about localization of bbPress, please go to bbPress in Your Language 1) Download Für die aktuelle bbPress 2.x Version, also ab 2.2.4 oder höher, Download: http://deckerweb.de/sprachdateien/bbpress-forum/ (inkl. informeller und formaler Version – “DU”- und “SIE”-Version) [...]
German – Deutsch (de_DE)
Published on November 1st, 2012 by daveshine (David Decker)Theme Compatibility
Published on June 10th, 2012 by masonjamesbbPress 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 [...]
Widgets
Published on May 10th, 2012 by Stephen EdgarbbPress comes with five widgets available to add to any of your WordPress themes sidebars, to active them simply open up your WordPress admin dashboard and go to ‘Appearance’ -> ‘Widgets’ (bbPress) Forums List – A list of forums with an option to set the parent. Options: Title: Here you can set the title of [...]
Shortcodes
Published on May 9th, 2012 by Stephen EdgarSince Version 2.0 bbPress support so called Shortcodes. They have been introduced for creating macros to be used in the layout of your forum content on WordPRess pages. To use any of the shortcodes simply insert the desired shortcode into any WordPress page. To get the required numerical ID for $forum_id, $topic_id, $reply_id and $tag_id [...]
bbp_loaded
Published on February 5th, 2012 by John James JacobyThe ‘bbp_loaded’ action is hooked onto WordPress’s ‘plugins_loaded’ action with default priority 10 in: /includes/core/actions.php It’s one of several ‘piggy-back’ actions intended to help load code only when bbPress is active. It’s used to execute code early in the WordPress load order. How it's hooked Where it's used