<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress plugin browser Topic: Bbpress Latest Discussion</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: Bbpress Latest Discussion</description>
<language>en</language>
<pubDate>Wed, 15 Oct 2008 20:32:34 +0000</pubDate>

<item>
<title>beernews on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-2039</link>
<pubDate>Mon, 06 Oct 2008 05:16:15 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">2039@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks for the great work on this! Will have to look into customization later.
&#60;/p&#62;</description>
</item>
<item>
<title>alfandango on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-2023</link>
<pubDate>Sun, 05 Oct 2008 00:06:31 +0000</pubDate>
<dc:creator>alfandango</dc:creator>
<guid isPermaLink="false">2023@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks for this.  Got it working straight away :)
&#60;/p&#62;</description>
</item>
<item>
<title>cooke on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1988</link>
<pubDate>Wed, 24 Sep 2008 17:45:10 +0000</pubDate>
<dc:creator>cooke</dc:creator>
<guid isPermaLink="false">1988@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great work, thank you!&#60;/p&#62;
&#60;p&#62;I seems to have one bug, it also shows deleted topics.&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Michael
&#60;/p&#62;</description>
</item>
<item>
<title>pilola on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1777</link>
<pubDate>Sat, 23 Aug 2008 17:44:55 +0000</pubDate>
<dc:creator>pilola</dc:creator>
<guid isPermaLink="false">1777@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;As mentioned earlier swedish characters å ä ö Å Ä Ö don't work. Is there any way to edit the plugin to get this to work?
&#60;/p&#62;</description>
</item>
<item>
<title>mrsmiley on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1533</link>
<pubDate>Sat, 26 Jul 2008 19:12:53 +0000</pubDate>
<dc:creator>mrsmiley</dc:creator>
<guid isPermaLink="false">1533@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;so it looks like this works just fine with .0.9.0.2 great mod!
&#60;/p&#62;</description>
</item>
<item>
<title>mrsmiley on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1504</link>
<pubDate>Tue, 22 Jul 2008 20:57:57 +0000</pubDate>
<dc:creator>mrsmiley</dc:creator>
<guid isPermaLink="false">1504@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is this ever going to be updated to work with bbpress 0.9.x.x? I would really like to use this!
&#60;/p&#62;</description>
</item>
<item>
<title>korhan on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1383</link>
<pubDate>Fri, 20 Jun 2008 00:20:45 +0000</pubDate>
<dc:creator>korhan</dc:creator>
<guid isPermaLink="false">1383@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I forgot to mention that, bbpress and wp are separate and have different databases.&#60;/p&#62;
&#60;p&#62;Website: &#60;a href=&#34;http://www.Trabzonspor.mobi&#34; rel=&#34;nofollow&#34;&#62;www.Trabzonspor.mobi&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>korhan on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1382</link>
<pubDate>Fri, 20 Jun 2008 00:19:01 +0000</pubDate>
<dc:creator>korhan</dc:creator>
<guid isPermaLink="false">1382@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have a website wp running on root and bbpress on /forum.&#60;/p&#62;
&#60;p&#62;I like to have latest topics on my wp front page, on the sidebar.&#60;/p&#62;
&#60;p&#62;I have tried to use this plugin but can't have it activated !?! There is a problem and does not activate.&#60;/p&#62;
&#60;p&#62;As I understand, I have to make changes here:&#60;/p&#62;
&#60;p&#62;function bbld_install() {&#60;br /&#62;
	if (get_option('wpbb_status') == FALSE) {&#60;br /&#62;
		$bbpath = '/bbpress'; // Adjust the path to suit your bbpress location. Example: '/forums'&#60;br /&#62;
		$wpbburl = get_settings('home') . $bbpath;&#60;br /&#62;
		update_option('wpbb_path', $wpbburl);&#60;br /&#62;
		$forum_slimit = '10'; // Adjust the limit to show&#60;br /&#62;
		update_option('wpbb_limit', $forum_slimit);&#60;br /&#62;
		$bbdb_prefix = 'bb_'; // Set Bbpress Prefix&#60;br /&#62;
		update_option('wpbb_bbprefix', $bbdb_prefix);&#60;br /&#62;
		$limit = '100';&#60;br /&#62;
		update_option('wpbb_slimit', $limit);&#60;br /&#62;
		update_option('wpbb_permalink', false);&#60;br /&#62;
		update_option('wpbb_intergrated', false);&#60;br /&#62;
		update_option('wpbb_exdb', false);&#60;br /&#62;
		update_option('wpbb_dbuser', DB_USER);&#60;br /&#62;
		update_option('wpbb_dbpass', DB_PASSWORD);&#60;br /&#62;
		update_option('wpbb_dbname', DB_NAME);&#60;br /&#62;
		update_option('wpbb_dbhost', DB_HOST);&#60;br /&#62;
		$install_status = 'install';&#60;br /&#62;
		update_option('wpbb_status', $install_status);&#60;br /&#62;
		update_option('wpbb_lastposter', true);&#60;br /&#62;
		update_option('wpbb_inside', true);&#60;br /&#62;
	}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;### Function: Add Option Page&#60;br /&#62;
add_action('admin_menu', 'wpbb_add_pages');&#60;br /&#62;
function wpbb_add_pages() {&#60;br /&#62;
	add_options_page(__(&#34;BBpress Latest Discussions Option&#34;), __('BbLD Option'), 8, __FILE__, 'wp_bb_option');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;### Function: Trim some text&#60;br /&#62;
function wpbb_trim($paragraph, $limit) {&#60;br /&#62;
	$original = strlen($paragraph);&#60;br /&#62;
	if ($original &#38;gt; $limit) {&#60;br /&#62;
		$text = substr($paragraph, 0, $limit) . &#34; [...]&#34;;&#60;br /&#62;
	}&#60;br /&#62;
	else {&#60;br /&#62;
		$text = $paragraph;&#60;br /&#62;
	}&#60;br /&#62;
	return $text;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;### Function: BBpress Latest Discussions Option&#60;br /&#62;
function wp_bb_option() {&#60;br /&#62;
	global $wpdb,$BbLD_version;&#60;br /&#62;
	$ori_url = $_SERVER['REQUEST_URI'];&#60;br /&#62;
	if ($_POST['wpbb_save']){&#60;br /&#62;
		$test = $_POST['bburl'];&#60;br /&#62;
		update_option('wpbb_path', $test);&#60;br /&#62;
		update_option('wpbb_slimit', $_POST['bbslimit']);&#60;br /&#62;
		update_option('wpbb_limit', $_POST['bblimit']);&#60;br /&#62;
		update_option('wpbb_permalink', $_POST['wpbb_permalink']);&#60;br /&#62;
		update_option('wpbb_intergrated', $_POST['wpbb_intergrated']);&#60;br /&#62;
		update_option('wpbb_bbprefix', $_POST['bbprefix']);&#60;br /&#62;
		update_option('wpbb_exdb', $_POST['use_outdb']);&#60;br /&#62;
		update_option('wpbb_dbuser', $_POST['bbuser']);&#60;br /&#62;
		update_option('wpbb_dbpass', $_POST['bbpass']);&#60;br /&#62;
		update_option('wpbb_dbname', $_POST['bbname']);&#60;br /&#62;
		update_option('wpbb_dbhost', $_POST['bbhost']);&#60;br /&#62;
		update_option('wpbb_lastposter', $_POST['wpbb_lastposter']);&#60;br /&#62;
		update_option('wpbb_inside', $_POST['wpbb_inside']);&#60;br /&#62;
		update_option('wpbb_exclude', $_POST['wpbb_exclude']);&#60;br /&#62;
		$update_msg = &#34;&#38;lt;div id='message' class='updated fade'&#38;gt;&#38;lt;p&#38;gt;BBpress Latest Discussions options saved successfully.&#38;lt;/p&#38;gt;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;But when I enter all the necessary info here, the plugin does not work?!!&#60;/p&#62;
&#60;p&#62;Can someone please help? I am using wordpress 2.3.3 and bbpress 8.3 version.
&#60;/p&#62;</description>
</item>
<item>
<title>korhan on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1365</link>
<pubDate>Sat, 14 Jun 2008 04:08:14 +0000</pubDate>
<dc:creator>korhan</dc:creator>
<guid isPermaLink="false">1365@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;great plugin thanx.
&#60;/p&#62;</description>
</item>
<item>
<title>au8ust on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1233</link>
<pubDate>Sun, 11 May 2008 09:34:24 +0000</pubDate>
<dc:creator>au8ust</dc:creator>
<guid isPermaLink="false">1233@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is it working with WordPress Mu?
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1075</link>
<pubDate>Fri, 25 Apr 2008 06:21:26 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1075@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;It's a WordPress widget to display the Latest Discussion of BBPress
&#60;/p&#62;</description>
</item>
<item>
<title>tomano on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1055</link>
<pubDate>Tue, 22 Apr 2008 03:04:04 +0000</pubDate>
<dc:creator>tomano</dc:creator>
<guid isPermaLink="false">1055@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Anda barbaro esto!&#60;br /&#62;
Muchas Gracias&#60;/p&#62;
&#60;p&#62;se puede ver en funcionamiento en &#60;a href=&#34;http://www.argentinoZ.com&#34; rel=&#34;nofollow&#34;&#62;http://www.argentinoZ.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;nice dude!!&#60;/p&#62;
&#60;p&#62;working correctly at &#60;a href=&#34;http://www.argentinoZ.com&#34; rel=&#34;nofollow&#34;&#62;http://www.argentinoZ.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards from Argentina!
&#60;/p&#62;</description>
</item>
<item>
<title>affacat on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-985</link>
<pubDate>Mon, 07 Apr 2008 09:07:06 +0000</pubDate>
<dc:creator>affacat</dc:creator>
<guid isPermaLink="false">985@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;does this plugin still work for wp2.5/bbpress 0.9.1?
&#60;/p&#62;</description>
</item>
<item>
<title>itissue on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-899</link>
<pubDate>Thu, 06 Mar 2008 07:21:36 +0000</pubDate>
<dc:creator>itissue</dc:creator>
<guid isPermaLink="false">899@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Do you need Wordpress in order to use this plugin? I tried using it, and I don't use Wordpress on my forum web site. It gave me an error when I tried activating the plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>icesar on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/#post-799</link>
<pubDate>Tue, 12 Feb 2008 18:01:45 +0000</pubDate>
<dc:creator>icesar</dc:creator>
<guid isPermaLink="false">799@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This is great!  Thanks Atsutane.  I'm going to be using it on my homepage (near future) at &#60;a href=&#34;http://argentinastravel.com&#34; rel=&#34;nofollow&#34;&#62;http://argentinastravel.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;@hans3 - I had to do this too.  It's pretty easy if you just look into the code (line 205 or line 302); there's only one file.
&#60;/p&#62;</description>
</item>
<item>
<title>hans3 on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/#post-739</link>
<pubDate>Thu, 17 Jan 2008 22:08:52 +0000</pubDate>
<dc:creator>hans3</dc:creator>
<guid isPermaLink="false">739@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is there a way to change the title of the widget?  I have a very narrow sidebar and would like to shorten the title so it fits better.  Any ideas anyone?
&#60;/p&#62;</description>
</item>
<item>
<title>mephisto73 on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/#post-631</link>
<pubDate>Fri, 09 Nov 2007 10:06:34 +0000</pubDate>
<dc:creator>mephisto73</dc:creator>
<guid isPermaLink="false">631@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is there a way to make this plugin with latin charset database? As it is it returns only garbage for special characters such as å , ä and ö. &#60;/p&#62;
&#60;p&#62;Otherwise I applaud your plugin, thanx.
&#60;/p&#62;</description>
</item>
<item>
<title>ubhansen on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/#post-583</link>
<pubDate>Tue, 02 Oct 2007 10:31:46 +0000</pubDate>
<dc:creator>ubhansen</dc:creator>
<guid isPermaLink="false">583@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Works straight out of the box, super! - Thanks...
&#60;/p&#62;</description>
</item>
<item>
<title>meerblickzimmer on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/#post-582</link>
<pubDate>Mon, 01 Oct 2007 20:20:27 +0000</pubDate>
<dc:creator>meerblickzimmer</dc:creator>
<guid isPermaLink="false">582@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi! Thanks for your great Plugin, but i like to add an avatar. I need a code for the user-id. How can i get the user-id (because user-id is the name of the gravatar). Can you help me? Thanks &#38;#38; Greetings. M
&#60;/p&#62;</description>
</item>
<item>
<title>Atsutane on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/#post-567</link>
<pubDate>Wed, 19 Sep 2007 16:34:18 +0000</pubDate>
<dc:creator>Atsutane</dc:creator>
<guid isPermaLink="false">567@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;By default it should use display name. Try open option page and check &#34;Intergrated with Wordpress&#34; maybe that work
&#60;/p&#62;</description>
</item>

</channel>
</rss>
