Published on
3 months, 3 weeks ago in
BbLD, Bbpress and Wordpress.
Tags: Bbpress, discussion, latest, older, only, plugins, read, reloaded, slug, url, Wordpress, xml-rpc.

“BbPress Reloaded” is the child of “BbPress Latest Discussion”. Without BbPress Latest Discussion, BbPress Reloaded will never be born. So what the hell is BbPress Reloaded? BbPress Reloaded is a plugin for Wordpress that aim to bring the same function like BuddyPress group forum in normal Wordpress. So in short way, seamlessly integration between Wordpress and BbPress.
BbPress Reloaded use the XML-RPC function found inside BbPress 1.0 and above. So older BbPress wont be able to use this plugin. Why using XML-RPC? Why not use the same way as BbPress Latest Discussion? The answer is simple, to reduce unnecessary code. Because everything i need already being provide by XML-RPC. Also BbPress Reloaded need user database integration to work correctly.
Continue reading ‘Code Name “BbPress Reloaded”’
The latest version for Bbpress Latest Discussion plugin for Wordpress has been update.
What New?:
- Fix BuddyPress permalink to support custom ‘groups’ slugs. Props Ashley L.
- Add Support For BuddyPress 1.1
- Try to fix several problem with title display.
- Fix paging number problem.
- Fix typo error on admin page.
Download Plugin @ Wordpress.org
Bbpress Latest Discussion
Continue reading ‘Update: Bbpress Latest Discussion v1.6.3′
Published on
8 months, 4 weeks ago in
BbLD, Bbpress and Wordpress.
Tags: 1.5, avatar, bb, Bbpress, bbpress_latest_discussion, buddypress, discuss, discussion, gravatar, latest, update.
The latest version for Bbpress Latest Discussion plugin for Wordpress has been update.
What New?:
- Fix display name problem.
- Fix external bbpress cant show data while share with external wordpress.
- Fix option template page for forum list.
- Add back user data function to support 0.9.0.*
- Add exclude option for forum list, Share same exclude option for latest list.
- Fix wrong query code for exclude forum list.
- Add support for `BuddyPress 1.0.1`.
- Add 3 filter for display support. Current filter: `bbld_page`, `bbld_sidebar` and `bbld_forum`.
- Share `$user_data` globally.
- Add `user_id` inside `$user_data` variable.
Yeah you all have been reading it right. As of version 1.5, Bbpress Latest Discussion is supporting BuddyPress Group Forum. And you can use one of the filter hook to change the default Gravatar to use BuddyPress own avatar system.
Example how to use the new filter:
// BbLD sidebar filter hook
add_filter('bbld_sidebar', gravatar_avatar);
function gravatar_avatar($temp) {
global $user_data;
$var = str_replace("%GRAVATAR%", bp_core_get_avatar($user_data['id'],1), $temp);
return $var;
}
Download Plugin @ Wordpress.org
Bbpress Latest Discussion
Continue reading ‘Update: Bbpress Latest Discussion v1.5′
The latest version for Bbpress Latest Discussion plugin for Wordpress has been update.
What New?:
- Add new template function `Forum List`.
- Change how BbLD read query data.
- Now non share user data also can show gravatar.
Download Plugin @ Wordpress.org
Bbpress Latest Discussion
How to update:
Simply download the Zip-Archive and extract all folder into your wp-content/plugins/ directory. Then go into your WordPress administration page, click on Plugins and activate it. Go to BbLD Option page, to setup this plugin.
make sure the path become like this “wp-content/plugins/bbpress-latest-discussion/”
It is to make sure that wordpress find the plugin correctly so it can check for new update.
For more info about installation and usage visit here.
Published on
9 months, 4 weeks ago in
BbLD, Bbpress and Wordpress.
Tags: 1.3.2, BbLD, Bbpress, code, display, gravatar, page, php, post, rc1, syntax.
The latest version for Bbpress Latest Discussion plugin for Wordpress has been update.

Recent Change (v1.3.2):
- Add option to select what forum to be show on page.
<?php
// Example Code For Page/Post Display
if function_exists('wp_bb_get_discuss') {
wp_bb_get_discuss(1,2,3,4,5); // The forum ID number that you want to show. Separate by comma.
}
?>
Recent Change (v1.3.1):
- Add gravatar template tag for sidebar display.
- Add post count tag for sidebar display.
Recent Change (v1.3):
- Fix how BbLD show topic title and forum name. Fix encoding issue. Report by Justin01.
Recent Change (v1.2.1):
- Fix up query code. Now only use 1 query for 1 function. Report by dragunoof.
- Add back `permalink type` option.
- Add back `share userdata` option.
Recent Change (v1.2):
- Major Clean Up Code.
- Add Donate link option.
Recent Change (v1.1.2):
- Add Bbpress.js file.
- Fix external db connection.
Recent Change (v1.1.1):
- Fix permalink not working. Report by guyom.
Download Plugin @ Wordpress.org
Bbpress Latest Discussion
Continue reading ‘Update: Bbpress Latest Discussion v1.3.2′
Latest Comments
rabbitton, Brent, Yui Husband, Keitaro004, Genex
Sean Newlin, tim, rebecca, Katie Conway
Atsutane Shirane, noname_26, Atsutane Shirane, IyouweBlog.com
MrOnizuka, kilikulu89, kanryu, Yenzie, kanryu, No Fear
Atsutane Shirane, Yenzie