{"id":5207,"date":"2009-04-03T04:45:52","date_gmt":"2009-04-03T04:45:52","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/bbpress-latest-discussion\/"},"modified":"2009-12-15T10:12:58","modified_gmt":"2009-12-15T10:12:58","slug":"bbpress-latest-discussion","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/bbpress-latest-discussion\/","author":117330,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.7.2","stable_tag":"1.7","tested":"2.9.2","requires":"2.8.6","requires_php":"","requires_plugins":"","header_name":"BBpress Latest Discussions","header_author":"Atsutane Shirane","header_description":"","assets_banners_color":"","last_updated":"2009-12-15 10:12:58","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.atsutane.net\/","header_plugin_uri":"http:\/\/forums.atsutane.net\/forum\/bbpress-latest-discussion","header_author_uri":"http:\/\/www.atsutane.net\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":20833,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.7","0.8","0.9","1.0","1.2","1.3","1.4","1.5","1.6","1.7"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1559360","resolution":"2","location":"plugin","width":500,"height":297},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1559360","resolution":"1","location":"plugin","width":500,"height":298},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1559360","resolution":"3","location":"plugin","width":460,"height":320},"screenshot-5.jpg":{"filename":"screenshot-5.jpg","revision":"1559360","resolution":"5","location":"plugin","width":500,"height":232},"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1559360","resolution":"4","location":"plugin","width":500,"height":247}},"screenshots":{"1":"BbLD New Admin Page","2":"BbLD Template system","3":"Sample shot how BbLD do the job","4":"Sample shot how BbLD do the job","5":"Sample shot with Gravatar support"}},"plugin_section":[],"plugin_tags":[128386,2770,5708,4977],"plugin_category":[43,44],"plugin_contributors":[128388],"plugin_business_model":[],"class_list":["post-5207","plugin","type-plugin","status-closed","hentry","plugin_tags-bbld","plugin_tags-bbpress","plugin_tags-discussion","plugin_tags-latest","plugin_category-customization","plugin_category-discussion-and-community","plugin_contributors-atsutane","plugin_committers-atsutane"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/bbpress-latest-discussion.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/bbpress-latest-discussion\/trunk\/screenshot-1.jpg?rev=1559360","caption":"BbLD New Admin Page"},{"src":"https:\/\/ps.w.org\/bbpress-latest-discussion\/trunk\/screenshot-2.jpg?rev=1559360","caption":"BbLD Template system"},{"src":"https:\/\/ps.w.org\/bbpress-latest-discussion\/trunk\/screenshot-3.jpg?rev=1559360","caption":"Sample shot how BbLD do the job"},{"src":"https:\/\/ps.w.org\/bbpress-latest-discussion\/trunk\/screenshot-4.jpg?rev=1559360","caption":"Sample shot how BbLD do the job"},{"src":"https:\/\/ps.w.org\/bbpress-latest-discussion\/trunk\/screenshot-5.jpg?rev=1559360","caption":"Sample shot with Gravatar support"}],"raw_content":"<!--section=description-->\n<p>This plugin will generates Latest Discussion list from your bbpress forum into your wordpress. It has the ability to generate latest discussion on sidebar also.<\/p>\n\n<p>The administrator can also set the behavior for this plugin. Even if your bbpress is not intergrated with your wordpress. U still can use this plugin with a little change on the option page.<\/p>\n\n<p>Bbpress Latest Discussion has been around since almost 2 years ago at Bbpress.org<\/p>\n\n<p>Currently support bbPress <code>0.9.0.5<\/code>, <code>1.0-RC-3<\/code> And BuddyPress <code>1.0.1<\/code><\/p>\n\n<p>If you like my work, Please give a link back.<\/p>\n\n<p>For more support and help, please go <a href=\"http:\/\/forums.atsutane.net\/forum\/bbpress-latest-discussion\">here<\/a><\/p>\n\n<!--section=installation-->\n<p>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.<\/p>\n\n<p>make sure the path become like this <code>wp-content\/plugins\/bbpress-latest-discussion\/<\/code><\/p>\n\n<p>It is to make sure that wordpress find the plugin correctly so it can check for new update.<\/p>\n\n<p>I?ve created two template tags you can use in your pages:<\/p>\n\n<ol>\n<li><code>wp_bb_get_discuss()<\/code> : Show Bbpress latest discussion on wp static page.<\/li>\n<li><code>wp_bb_get_discuss_sidebar()<\/code> : Show Bbpress latest discussion on wp sidebar.<\/li>\n<li><code>bbld_getforum()<\/code> : Show Bbpress forum list on wp static page.<\/li>\n<li><code>wp_bb_get_forum_sidebar()<\/code> : Show Bbpress forum list on wp sidebar.page.<\/li>\n<\/ol>\n\n<p>Examples of use:<\/p>\n\n<pre><code>&lt;?php wp_bb_get_discuss(); ?&gt;\n\n&lt;?php wp_bb_get_discuss_sidebar(); ?&gt;\n\n&lt;?php bbld_getforum(); ?&gt;\n\n&lt;?php wp_bb_get_forum_sidebar(); ?&gt;\n<\/code><\/pre>\n\n<p>Optional Usage:<\/p>\n\n<pre><code>&lt;?php wp_bb_get_discuss(1,2,3,4,5); ?&gt; Insert Forum ID Number That Need To Be Show, Will overide existing filter option. Seperate by comma.\n<\/code><\/pre>\n\n<p>Extra Stuff:<\/p>\n\n<p>Filter Hook: <code>bbld_page<\/code>, <code>bbld_sidebar<\/code>, <code>bbld_forum<\/code><\/p>\n\n<p>For more support and help, please go <a href=\"http:\/\/forums.atsutane.net\/forum\/bbpress-latest-discussion\">here<\/a><\/p>\n\n<!--section=faq-->\n<p>How to use different database?<\/p>\n\n<ol>\n<li>Make sure you check \"External DB\" option and input the data for your external database.<\/li>\n<\/ol>\n\n<p>For more support and help, please go <a href=\"http:\/\/forums.atsutane.net\/forum\/bbpress-latest-discussion\">here<\/a><\/p>\n\n<!--section=changelog-->\n<h4>1.7.2 (2009-12-15)<\/h4>\n\n<ul>\n<li>Change into new conversion engine to help solve encoding problem.<\/li>\n<\/ul>\n\n<h4>1.7 (2009-12-12)<\/h4>\n\n<ul>\n<li>Add new format for widget class. Now only support new widget.<\/li>\n<\/ul>\n\n<h4>1.6.4 (2009-11-26)<\/h4>\n\n<ul>\n<li>Add wp nonce into both BBld forms.<\/li>\n<\/ul>\n\n<h4>1.6.3 (2009-11-14)<\/h4>\n\n<ul>\n<li>Fix typo error on admin page.<\/li>\n<\/ul>\n\n<h4>1.6.2 (2009-11-09)<\/h4>\n\n<ul>\n<li>Fix BuddyPress permalink to support custom 'groups' slugs. Props Ashley L.<\/li>\n<\/ul>\n\n<h4>1.6.1 (2009-10-16)<\/h4>\n\n<ul>\n<li>Add Support For BuddyPress 1.1<\/li>\n<li>Try to fix several problem with title display.<\/li>\n<li>Fix paging number problem.<\/li>\n<\/ul>\n\n<h4>1.5.2 (2009-07-12)<\/h4>\n\n<ul>\n<li>Add No Encoding Option.<\/li>\n<li>Fix permalink function. Report By Fab.<\/li>\n<\/ul>\n\n<h4>1.5 (2009-06-22)<\/h4>\n\n<ul>\n<li>Add support for <code>BuddyPress 1.0.1<\/code>.<\/li>\n<li>Add 3 filter for display support. Current filter: <code>bbld_page<\/code>, <code>bbld_sidebar<\/code> and <code>bbld_forum<\/code>.<\/li>\n<li>Share <code>$user_data<\/code> globally.<\/li>\n<li>Add <code>user_id<\/code> inside <code>$user_data<\/code> variable.<\/li>\n<\/ul>\n\n<h4>1.4.0.8 (2009-06-16)<\/h4>\n\n<ul>\n<li>Fix wrong query code for exclude forum list.<\/li>\n<\/ul>\n\n<h4>1.4.0.6 (2009-06-16)<\/h4>\n\n<ul>\n<li>Add exclude option for forum list, Share same exclude option for latest list.<\/li>\n<\/ul>\n\n<h4>1.4.0.4 (2009-06-14)<\/h4>\n\n<ul>\n<li>Fix display name problem.<\/li>\n<li>Fix external bbpress cant show data while share with external wordpress.<\/li>\n<li>Fix option template page for forum list<\/li>\n<li>Add back user data function to support 0.9.0.*<\/li>\n<\/ul>\n\n<h4>1.4.0.2 (2009-06-13)<\/h4>\n\n<ul>\n<li>Add new function: Forum list.<\/li>\n<li>Proper error notice.<\/li>\n<li>Fix how BBLD fetch data for topic and user.<\/li>\n<li>Support gravatar for non share user database.<\/li>\n<\/ul>\n\n<h4>1.3.9.2 (2009-06-1)<\/h4>\n\n<ul>\n<li>Fix Divide By Zero Problem.<\/li>\n<\/ul>\n\n<h4>1.3.9 (2009-05-27)<\/h4>\n\n<ul>\n<li>Fix paging problem. Credit to thekmen, Pr1me, dragunoff<\/li>\n<li>Fix wrong table name for 9.0.4. Credit to douglsmith<\/li>\n<\/ul>\n\n<h4>1.3.6 (2009-05-27)<\/h4>\n\n<ul>\n<li>Fix something that suppose to be fix on 1.3.4<\/li>\n<li>Change how the query read meta table.<\/li>\n<\/ul>\n\n<h4>1.3.5 (2009-05-27)<\/h4>\n\n<ul>\n<li>Fix compatibility issue with 1.3.4, Add new option for backward compatibility<\/li>\n<\/ul>\n\n<h4>1.3.4 (2009-05-26)<\/h4>\n\n<ul>\n<li>Fix forum page problem.<\/li>\n<\/ul>\n\n<h4>1.3.3 (2009-05-26)<\/h4>\n\n<ul>\n<li>Change url to show latest post for the topic.<\/li>\n<li>Fix problem in 1.3.2.<\/li>\n<\/ul>\n\n<h4>1.3.2 (2009-05-24)<\/h4>\n\n<ul>\n<li>Add option to select what forum to be show on page.<\/li>\n<\/ul>\n\n<h4>1.3.1 (2009-05-07)<\/h4>\n\n<ul>\n<li>Add gravatar template tag for sidebar display.<\/li>\n<li>Add post count tag for sidebar display<\/li>\n<\/ul>\n\n<h4>1.3 (2009-04-24)<\/h4>\n\n<ul>\n<li>Fix how BbLD show topic title and forum name. Fix encoding issue. Report by Justin01<\/li>\n<\/ul>\n\n<h4>1.2.1 (2009-04-17)<\/h4>\n\n<ul>\n<li>Fix up query code. Now only use 1 query for 1 function. Report by dragunoof<\/li>\n<li>Add back <code>permalink type<\/code> option.<\/li>\n<li>Add back <code>share userdata<\/code> option<\/li>\n<\/ul>\n\n<h4>1.2 (2009-04-16)<\/h4>\n\n<ul>\n<li>Major Clean Up Code<\/li>\n<li>Add Donate link option<\/li>\n<\/ul>\n\n<h4>1.1.2 (2009-04-12)<\/h4>\n\n<ul>\n<li>Add Bbpress.js file.<\/li>\n<li>Fix external db connection.<\/li>\n<\/ul>\n\n<h4>1.1.1 (2009-04-11)<\/h4>\n\n<ul>\n<li>Fix permalink not working. Report by guyom.<\/li>\n<\/ul>\n\n<h4>1.1 (2009-04-08)<\/h4>\n\n<ul>\n<li>Fix permalink structure to match BBPress 1.0 Alpha-6. Report by irina57.<\/li>\n<li>Change how BbLD read permalink data<\/li>\n<li>Change how BbLD read exclude data<\/li>\n<li>Fix several external db option<\/li>\n<\/ul>\n\n<h4>1.0.4 (2009-04-07)<\/h4>\n\n<ul>\n<li>Fix wrong id number use on forum url. Report by matiaspunx.<\/li>\n<\/ul>\n\n<h4>1.0.3 (2009-04-06)<\/h4>\n\n<ul>\n<li>Remove permalink option. Now BbLD will auto detect.<\/li>\n<li>Remove last poster &amp; inside option. Using template for sidebar display.<\/li>\n<li>Remove Wordpress\/Bbpress Integration option. Now BbLD will auto use display name if exist.<\/li>\n<li>Add templates system for sidebar display.<\/li>\n<li>Add support for multi active plugin<\/li>\n<\/ul>\n\n<h4>1.0.2 (2009-04-05)<\/h4>\n\n<ul>\n<li>Fix wrong text inside option page.<\/li>\n<\/ul>\n\n<h4>1.0.1 (2009-04-05)<\/h4>\n\n<ul>\n<li>Fix a work-around for display name.<\/li>\n<\/ul>\n\n<h4>1.0 (2009-04-04)<\/h4>\n\n<ul>\n<li>New Admin Option Page.<\/li>\n<li>New templates system.<\/li>\n<li>Add support for widget control.<\/li>\n<li>Major clean up code.<\/li>\n<\/ul>\n\n<h4>0.9.2 (2009-04-02)<\/h4>\n\n<ul>\n<li>Clean up some code<\/li>\n<li>Add pot file support<\/li>\n<\/ul>\n\n<h4>0.9.1 (2009-04-02)<\/h4>\n\n<ul>\n<li>Add function to check what permalink type Bbpress use.<\/li>\n<li>Add more class option to style the table.<\/li>\n<\/ul>\n\n<h4>0.9 (2007-04-25)<\/h4>\n\n<ul>\n<li>Add option to display last poster and forum category. Props James Zapico.<\/li>\n<li>Add option to exclude forum from being display.<\/li>\n<\/ul>\n\n<h4>0.8.2 (2007-04-06)<\/h4>\n\n<ul>\n<li>Update on active plugin setup.<\/li>\n<\/ul>\n\n<h4>0.8 (2007-03-20)<\/h4>\n\n<ul>\n<li>Add option to trim text length.<\/li>\n<\/ul>\n\n<h4>0.7.4 (2007-03-15)<\/h4>\n\n<ul>\n<li>Fix typo in line 226. Props wittmania.<\/li>\n<\/ul>\n\n<h4>0.7.3 (2007-03-14)<\/h4>\n\n<ul>\n<li>Add Widget Support  :).<\/li>\n<\/ul>\n\n<h4>0.7.2 (2007-03-12)<\/h4>\n\n<ul>\n<li>Add Category link in sidebar list.<\/li>\n<li>Optimize the code a little.<\/li>\n<\/ul>\n\n<h4>0.7.1 (2007-03-11)<\/h4>\n\n<ul>\n<li>Add Multi Lang Support.<\/li>\n<\/ul>\n\n<h4>0.7 (2007-03-09)<\/h4>\n\n<ul>\n<li>Fix custom wp table prefix problem.<\/li>\n<li>Remove bbpress favorite function.<\/li>\n<\/ul>\n\n<h4>0.6 (2007-03-08)<\/h4>\n\n<ul>\n<li>Add option to set Bbpress table prefix.<\/li>\n<li>Change option page name. From ?Bbpress Option? into ?BbLD Option?.<\/li>\n<\/ul>\n\n<h4>0.5 (2007-03-04)<\/h4>\n\n<ul>\n<li>Fix display name for bbpress that not integrated with wordpress.<\/li>\n<li>Add option to set if your wordpress is integrated with bbpress or not.<\/li>\n<li>Add use Bbpress permalink option<\/li>\n<\/ul>\n\n<h4>0.4 (2007-03-04)<\/h4>\n\n<ul>\n<li>Bbpress Latest Discussion Option Page.<\/li>\n<li>Ability to set Bbpress url<\/li>\n<li>Ability to use different database<\/li>\n<\/ul>\n\n<h4>0.3 (2007-01-17)<\/h4>\n\n<ul>\n<li>Change the table to use display name instead of using username.<\/li>\n<li>Enable to set the ?number of post?<\/li>\n<\/ul>\n\n<h4>0.2 (2006-11-11)<\/h4>\n\n<ul>\n<li>Fix post number bug. (It seem i use the wrong sql table XD)<\/li>\n<\/ul>\n\n<h4>0.1 (2006-11-05)<\/h4>\n\n<ul>\n<li>Initial Release.<\/li>\n<\/ul>","raw_excerpt":"This plugin will generates Latest Discussion list from your bbpress forum into your wordpress page.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5207","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=5207"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/atsutane"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5207"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5207"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5207"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5207"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5207"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}