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′














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