The problem start 2 day ago and i just realise it this evening. Well the problem is happen because by mistake i put double “widget_init” trigger making other widget cant work or getting error. Hopefully the problem is fix with the newer version since. Ok the new version still don’t fix this. But one thing i found is that BBLD work fine with akismet and any other plugin that use new WP widget class. Only some plugin break and this leave me with the question why…?
I think i found out the reason why. In akismet they still use old plugin function and not the new widget class, BUT! Akismet start the widget on “INIT” not on “WIDGET_INIT”. All the plugin that conflict with BBLD is using “WIDGET_INIT” to call the plugin.
So it is not a problem with BBLD 1.7. Not believe me download WP-Polls by Lesterchan and you will receive the same error.
http://wpdevel.wordpress.com/2009/04/22/widgets-redesign/
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, 3 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.
Latest Comments
Atsutane Shirane, noname_26, Atsutane Shirane, IyouweBlog.com
MrOnizuka, kilikulu89, kanryu, Yenzie, kanryu, No Fear
Atsutane Shirane, Yenzie
Richard
Khairi