Tag Archive for 'BbLD'

BBLD 1.7 Make The World Wide Web Crash… Duh!

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/

Update: Bbpress Latest Discussion v1.6.3

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′

Update: Bbpress Latest Discussion v1.3.2

The latest version for Bbpress Latest Discussion plugin for WordPress has been update.

Update: Bbpress Latest Discussion v1.3.2

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′

WordPress Inside Bbpress – Part 1

WordPress + Bbpress

WordPress and Bbpress are kinda like brother and sister. Both being born from the same group that bring us the wonderful WordPress. And most people like to see both Bbpress and WordPress integrate together. It still a long way to archive a full integration but still it not like it gonna be impossible.

With Bbpress Latest Discussion (BbLD), We can already share some of Bbpress data inside WordPress. But we hardly can see some plugin for Bbpress that show WordPress post inside Bbpress.

How bout we try to make one… :) First, we need to build a function to fetch the data. I assume that both your WordPress and Bbpress database are inside the same “Database Name”.
Continue reading ‘WordPress Inside Bbpress – Part 1′

internet-webhosting.com Promotion

Update: Bbpress Latest Discussion v1.1

The latest version for Bbpress Latest Discussion plugin for WordPress has been update.

Recent Change (v1.1):

  • Fix permalink structure to match BBPress 1.0 Alpha-6. Report by irina57.
  • Change how BbLD read permalink data.
  • Change how BbLD read exclude data.
  • Fix several external db option.

Recent Change (v1.0.4):

  • Fix wrong id number use on forum url. Report by matiaspunx.

Download Plugin @ WordPress.org
Bbpress Latest Discussion

Continue reading ‘Update: Bbpress Latest Discussion v1.1′