Tag Archive for 'bb'

Update: Bbpress Latest Discussion v1.5

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′

Bbpress Latest Discussion For Wordpress

This plugin will generates Latest Discussion list from your bbpress forum into your wordpress page.

Starting today Bbpress Latest Discussion will be host by wordpress. U can get the latest version from here.

Download Plugin @ Wordpress.org
Bbpress Latest Discussion

Requirements:

This plugin requires Wordpress 2.0.5 or better. If you are using an older version, I strongly recommend you to upgrade to the latest version. You can get it at the WordPress Download Page.

Installation & 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.
Continue reading ‘Bbpress Latest Discussion For Wordpress’



Valid XHTML 1.0 Transitional    Powered By Wordpress    Powered By Google