<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: plugins - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/plugins</link>
		<description>bbPress Support Forums &#187; Tag: plugins - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 13:32:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/plugins" rel="self" type="application/rss+xml" />

		<item>
			<title>jijosunny on "Very confused with bbPress and BuddyPress installation"</title>
			<link>http://bbpress.org/forums/topic/very-confused-with-bbpress-and-buddypress-installation#post-102127</link>
			<pubDate>Fri, 27 Apr 2012 07:53:59 +0000</pubDate>
			<dc:creator>jijosunny</dc:creator>
			<guid isPermaLink="false">102127@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@labsecrets<br />
Thanks a lot for figuring it out.<br />
Nice tutorial.
</p>]]></description>
					</item>
		<item>
			<title>mr_pilot on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101109</link>
			<pubDate>Wed, 04 Apr 2012 05:39:20 +0000</pubDate>
			<dc:creator>mr_pilot</dc:creator>
			<guid isPermaLink="false">101109@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks John!</p>
<p>You´re right, that´s pretty deep in the core. Though from a SEO perspective it´s also a nightmare to start a project with URLs you have to rewrite later ;) - Let me know if I can contribute in this special case, the project itsels made huge steps forward - thanks for your work.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101094</link>
			<pubDate>Tue, 03 Apr 2012 22:40:39 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101094@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>mr_pilot,</p>
<p>The BuddyPress permalink structure is hardcoded to look for specific criteria in specific positions. It doesn't really scale well, and we're going to change it in future versions to use proper rewrite rules, but until then it would be a huge nightmare to change; even then, your changes would end up broken when we make improvements to the API.</p>
<p>The rewrite rules themselves get created in register_post_type() in /wp-includes/post.php. Lots of complex logic in there, and I doubt there are many better examples on how to write your own rewrite rules completely from scratch than inside that function.
</p>]]></description>
					</item>
		<item>
			<title>mr_pilot on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101068</link>
			<pubDate>Tue, 03 Apr 2012 12:59:31 +0000</pubDate>
			<dc:creator>mr_pilot</dc:creator>
			<guid isPermaLink="false">101068@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi!</p>
<p>I´m running a wordpress/buddypess/bbpress combination and I also need to change the permalink structure, in a bit different way then eleram - I´m looking for a more logic structure in all forums: example.com/forum/name-of-forum/name-of-post/</p>
<p>-&#62; replace slug "forum" by name of forum<br />
-&#62; replace "topic" by name of topic</p>
<p>I can customize the code, but I´m not sure where to look on.</p>
<p>@John: "WordPress handles the rewrite rules for bbPress's content types" -&#62; where do I have to look for (bbpress´ custom post types) to adjust the permalink logic? </p>
<p>Of course I will share my customization as soon a sfinished.</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101054</link>
			<pubDate>Mon, 02 Apr 2012 20:01:27 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101054@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Correct, but you'll need to be creative, since you'll want to unset or override existing rules.
</p>]]></description>
					</item>
		<item>
			<title>eleram on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101053</link>
			<pubDate>Mon, 02 Apr 2012 19:27:02 +0000</pubDate>
			<dc:creator>eleram</dc:creator>
			<guid isPermaLink="false">101053@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks John<br />
so I need to use "Rewrite API/add rewrite rule" in wordpress, isn't?!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101051</link>
			<pubDate>Mon, 02 Apr 2012 19:19:26 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101051@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Unfortunately not easily. WordPress handles the rewrite rules for bbPress's content types. It's possible to overload them, but you'll need to do so on your own.
</p>]]></description>
					</item>
		<item>
			<title>eleram on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101046</link>
			<pubDate>Mon, 02 Apr 2012 18:08:43 +0000</pubDate>
			<dc:creator>eleram</dc:creator>
			<guid isPermaLink="false">101046@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>How can I do this?!</p>
<p><a href="http://127.0.0.1/wp/" rel="nofollow">http://127.0.0.1/wp/</a> %Topic_slug% /%topic_name%</p>
<p>to :</p>
<p><a href="http://127.0.0.1/wp/" rel="nofollow">http://127.0.0.1/wp/</a> %Topic_slug% / %topic_ID%</p>
<p>Example:</p>
<p>h ttp://127.0.0.1/wp/topic/test-topic</p>
<p>to</p>
<p>h ttp://127.0.0.1/wp/topic/1234
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Plugin Idea: Daily New Topics Digest"</title>
			<link>http://bbpress.org/forums/topic/plugin-idea-daily-new-topics-digest#post-98935</link>
			<pubDate>Sun, 04 Mar 2012 20:36:11 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">98935@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for the link to the plugin. Feel free to start a new thread about it, locking this one as its 4 years old :)
</p>]]></description>
					</item>
		<item>
			<title>Milan Dinić on "Plugin Idea: Daily New Topics Digest"</title>
			<link>http://bbpress.org/forums/topic/plugin-idea-daily-new-topics-digest#post-98930</link>
			<pubDate>Sun, 04 Mar 2012 16:30:10 +0000</pubDate>
			<dc:creator>Milan Dinić</dc:creator>
			<guid isPermaLink="false">98930@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Since this topic tops Google SERP, just to note that for bbPress 2.0 (ie. bbPress as a WordPress plugin), there is a plugin <a href="http://blog.milandinic.com/wordpress/plugins/bbpress-digest/">bbPress Digest</a> that does something similar as requested in first post.
</p>]]></description>
					</item>
		<item>
			<title>labsecrets on "Very confused with bbPress and BuddyPress installation"</title>
			<link>http://bbpress.org/forums/topic/very-confused-with-bbpress-and-buddypress-installation#post-97446</link>
			<pubDate>Mon, 23 Jan 2012 02:20:41 +0000</pubDate>
			<dc:creator>labsecrets</dc:creator>
			<guid isPermaLink="false">97446@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>We've done a little tutorial video to show how you can setup either a BuddyPress Group Forum, a SiteWide bbPress 2.0 Forum, or a custom hybrid forum page using shortcodes. You can have all three at one time. Hope this helps ;-)</p>
<p><a href="http://labsecrets.com/2012/01/23/buddypress-and-bbpress-forums-made-easy/" rel="nofollow">http://labsecrets.com/2012/01/23/buddypress-and-bbpress-forums-made-easy/</a></p>
<p>Cheers!<br />
Spence<br />
<a href="http://labsecrets.com" rel="nofollow">http://labsecrets.com</a>
</p>]]></description>
					</item>
		<item>
			<title>Sean_A on "Very confused with bbPress and BuddyPress installation"</title>
			<link>http://bbpress.org/forums/topic/very-confused-with-bbpress-and-buddypress-installation#post-97135</link>
			<pubDate>Fri, 13 Jan 2012 21:15:52 +0000</pubDate>
			<dc:creator>Sean_A</dc:creator>
			<guid isPermaLink="false">97135@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks a lot, yeah I figured that out. I was confused between the 1.x and 2.x versions. Then I realised the 2.x version is basically a completely new thing that just kept the name, and is no longer stand alone. </p>
<p>Just finding that 2.x needs more plugins!
</p>]]></description>
					</item>
		<item>
			<title>labsecrets on "Very confused with bbPress and BuddyPress installation"</title>
			<link>http://bbpress.org/forums/topic/very-confused-with-bbpress-and-buddypress-installation#post-97134</link>
			<pubDate>Fri, 13 Jan 2012 20:48:05 +0000</pubDate>
			<dc:creator>labsecrets</dc:creator>
			<guid isPermaLink="false">97134@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>When you are actively using the plugin already, the bbPress admin area is under Settings/Forums. When you initially wish to install bbPress sitewide forums, you do that from the BuddyPress Tab, under Forums.</p>
<p>Setup is rather easy, and you can actually use both bbPress sitewide as well as the original BuddyPress Group Forums. Follow these important step however:</p>
<p>1) Install Group Forums as usual, from BuddyPress. Instead of using the original slug of "Forums", please instead create a new page called "Group Forums" (or anything other than "Forums"), and select that as the active page to host Group Forums;</p>
<p>2) Go to your Pages area in WP and DELETE any "Forums" page. Be SURE to also delete it permanently from the TRASH because otherwise the slug is still being reserved and can't be used by sitewide forums;</p>
<p>3) If you have not done so yet, go into BuddyPress tab and the Forums sub menu, and click on the option to install bbPress Sitewide Forums;</p>
<p>4) Go into your Appearance / Menus menu and manually create new menu item that has "/forums" as the url and whatever name you prefer (such as "Forums"). Save this menu item and add it to your primary or other menus.</p>
<p>5) Go into Settings/Permalinks and hit "Save" to be sure you have updated your permalink structure.</p>
<p>When you reload your page you will find that you now have bbPress AND BuddyPress Group Forums. Voila!</p>
<p>Cheers!<br />
Spence</p>
<p><a href="http://LabSecrets.com" rel="nofollow">http://LabSecrets.com</a>
</p>]]></description>
					</item>
		<item>
			<title>Sean_A on "Very confused with bbPress and BuddyPress installation"</title>
			<link>http://bbpress.org/forums/topic/very-confused-with-bbpress-and-buddypress-installation#post-96881</link>
			<pubDate>Sun, 08 Jan 2012 17:05:55 +0000</pubDate>
			<dc:creator>Sean_A</dc:creator>
			<guid isPermaLink="false">96881@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>As noobish as it sounds, how the heck do you get to the admin area of the bbpress 2.0.2 plugin to install other plugins on it then?
</p>]]></description>
					</item>
		<item>
			<title>labsecrets on "Very confused with bbPress and BuddyPress installation"</title>
			<link>http://bbpress.org/forums/topic/very-confused-with-bbpress-and-buddypress-installation#post-96877</link>
			<pubDate>Sun, 08 Jan 2012 07:15:38 +0000</pubDate>
			<dc:creator>labsecrets</dc:creator>
			<guid isPermaLink="false">96877@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yes, you can install bbpress plugins...so long as they are designed for 2.0.2 or higher. There are also many wordpress and buddypress plugins that will work with bbPress 2.0 in this configuration.</p>
<p>You can see many examples of these plugins on our demo sites at <a href="http://labsecrets.com/showcase" rel="nofollow">http://labsecrets.com/showcase</a></p>
<p>Cheers!<br />
Spence
</p>]]></description>
					</item>
		<item>
			<title>ealltech on "Very confused with bbPress and BuddyPress installation"</title>
			<link>http://bbpress.org/forums/topic/very-confused-with-bbpress-and-buddypress-installation#post-96856</link>
			<pubDate>Sat, 07 Jan 2012 09:52:07 +0000</pubDate>
			<dc:creator>ealltech</dc:creator>
			<guid isPermaLink="false">96856@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>My question is, can I install bbpress plugins on this type of setup? I'm looking to get for example youtube embedding etc. <a href="http://www.jovy-systems.com">infrared Stations</a>going on them as well as the b or img or other shortcodes.
</p>]]></description>
					</item>
		<item>
			<title>Sean_A on "Very confused with bbPress and BuddyPress installation"</title>
			<link>http://bbpress.org/forums/topic/very-confused-with-bbpress-and-buddypress-installation#post-96854</link>
			<pubDate>Sat, 07 Jan 2012 09:06:20 +0000</pubDate>
			<dc:creator>Sean_A</dc:creator>
			<guid isPermaLink="false">96854@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I installed WordPress, and then BuddyPress. As far as I know, BuddyPress comes with bbPress 2.0.2.<br />
In BuddyPress' components, the "Discussion Forums" component is NOT ticked, it's off.<br />
Instead, I have a bbPress 2.0.2 plugin on the wordpress' list of plugins. I unfortunately don't remember if I installed the plugin, or it got installed as I installed BuddyPress. </p>
<p>My question is, can I install bbpress plugins on this type of setup? I'm looking to get for example youtube embedding etc. going on them as well as the b or img or other shortcodes. </p>
<p>Any help is appreciated. Thank you.
</p>]]></description>
					</item>
		<item>
			<title>Themes Support on "Installing plugins in bbPress 1.0.2 - noob needs help please!"</title>
			<link>http://bbpress.org/forums/topic/installing-plugins-in-bbpress-102-noob-needs-help-please#post-96709</link>
			<pubDate>Thu, 05 Jan 2012 02:28:04 +0000</pubDate>
			<dc:creator>Themes Support</dc:creator>
			<guid isPermaLink="false">96709@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Maybe you should use another plugins such as "Members" or "User Role Editor".
</p>]]></description>
					</item>
		<item>
			<title>StevieBee on "Installing plugins in bbPress 1.0.2 - noob needs help please!"</title>
			<link>http://bbpress.org/forums/topic/installing-plugins-in-bbpress-102-noob-needs-help-please#post-96618</link>
			<pubDate>Tue, 03 Jan 2012 11:01:10 +0000</pubDate>
			<dc:creator>StevieBee</dc:creator>
			<guid isPermaLink="false">96618@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello everyone,</p>
<p>I'm new to this - and not an experienced coder - so I apologise if what I write doesn't make much sense. </p>
<p>I've just taken over running our internal forum in my job and it's a bit of a mess. We're running bbPress 1.0.2 and we don't really have much set up. For example, only admins can create new threads.</p>
<p>Anyhow, I'm trying to install a plugin to enable me to create user groups and levels of permission. Here's the plugin link - <a href="http://bbpress.org/plugins/topic/role-manager/" rel="nofollow">http://bbpress.org/plugins/topic/role-manager/</a></p>
<p>I can download the plugin but can't find anywhere to install it. Can anyone help please? I'd be very grateful!</p>
<p>Thanks, and a happy new year to you all,</p>
<p>StevieBee
</p>]]></description>
					</item>
		<item>
			<title>applesofgold1 on "Pagination for Topics?"</title>
			<link>http://bbpress.org/forums/topic/pagination-for-topics#post-96327</link>
			<pubDate>Sun, 25 Dec 2011 19:35:51 +0000</pubDate>
			<dc:creator>applesofgold1</dc:creator>
			<guid isPermaLink="false">96327@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Nevermind! Sorry. I found it. It's already a setting in the admin area.
</p>]]></description>
					</item>
		<item>
			<title>applesofgold1 on "Pagination for Topics?"</title>
			<link>http://bbpress.org/forums/topic/pagination-for-topics#post-96326</link>
			<pubDate>Sun, 25 Dec 2011 19:20:55 +0000</pubDate>
			<dc:creator>applesofgold1</dc:creator>
			<guid isPermaLink="false">96326@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there pagination for topics? I have a very long thread going on my website and it looks like it's just going to add to the same page forever. What if there are 1000 posts, will it all go into 1 page? </p>
<p>I am using the Kakumei theme.</p>
<p>Is there a plugin for this?</p>
<p>Thank you!<br />
Afshin
</p>]]></description>
					</item>
		<item>
			<title>applesofgold1 on "SEO Plugin?"</title>
			<link>http://bbpress.org/forums/topic/seo-plugin#post-96266</link>
			<pubDate>Fri, 23 Dec 2011 19:32:19 +0000</pubDate>
			<dc:creator>applesofgold1</dc:creator>
			<guid isPermaLink="false">96266@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm using the BBpress standalone software (not through WordPress blog).</p>
<p>Is this plugin available as a standalone and where can I download it?</p>
<p>I appreciate your help!
</p>]]></description>
					</item>
		<item>
			<title>Gautam on "SEO Plugin?"</title>
			<link>http://bbpress.org/forums/topic/seo-plugin#post-96264</link>
			<pubDate>Fri, 23 Dec 2011 19:26:20 +0000</pubDate>
			<dc:creator>Gautam</dc:creator>
			<guid isPermaLink="false">96264@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You might try WordPress SEO which has some support for custom post types, a feature of WordPress that bbPress uses. :)
</p>]]></description>
					</item>
		<item>
			<title>applesofgold1 on "SEO Plugin?"</title>
			<link>http://bbpress.org/forums/topic/seo-plugin#post-96150</link>
			<pubDate>Thu, 22 Dec 2011 03:35:50 +0000</pubDate>
			<dc:creator>applesofgold1</dc:creator>
			<guid isPermaLink="false">96150@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Badly needed: A simple SEO plugin that allows me to change the Title of the home page meta tag. </p>
<p>Other items badly needed: SEO for keywords, description. </p>
<p>WordPress has a great plugin called, "All in One SEO PACK" -- something like that but for bbpress.</p>
<p>Anyone??? </p>
<p>My biggest challenge right now to using bbpress is difficulty finding quality plugins.</p>
<p>Please help!</p>
<p>Thank you!!!
</p>]]></description>
					</item>
		<item>
			<title>tnwinn on "bbpress version 2 plugin"</title>
			<link>http://bbpress.org/forums/topic/bbpress-version-2-plugin#post-95245</link>
			<pubDate>Tue, 06 Dec 2011 09:15:39 +0000</pubDate>
			<dc:creator>tnwinn</dc:creator>
			<guid isPermaLink="false">95245@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I can't seem to get any of the bbPress widgets to work properly... the shortcodes function, but they aren't formatted or anything, so if I try to use them in a text widget I just end up with messy text that is about 100 lines long, and get a bunch of Page Not Found errors when clicking on it.</p>
<p>I think I am having trouble because I originally installed bbPress separately, then added the plugin when it became available. I'm not sure what to do.. it is all a big mess :(
</p>]]></description>
					</item>
		<item>
			<title>Anointed on "Facebook connect"</title>
			<link>http://bbpress.org/forums/topic/facebook-connect-1#post-94720</link>
			<pubDate>Sun, 27 Nov 2011 17:58:12 +0000</pubDate>
			<dc:creator>Anointed</dc:creator>
			<guid isPermaLink="false">94720@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There is not a bbPress admin area with the new 2x version of bbPress. Those documents are for the old system.</p>
<p>Best to watch this video to see how to get bbPress working on a new website.</p>
<p><a href="http://bbpress.org/forums/topic/bbpress-20-how-to-video" rel="nofollow">http://bbpress.org/forums/topic/bbpress-20-how-to-video</a>
</p>]]></description>
					</item>
		<item>
			<title>3hreedee on "Facebook connect"</title>
			<link>http://bbpress.org/forums/topic/facebook-connect-1#post-94713</link>
			<pubDate>Sun, 27 Nov 2011 11:22:24 +0000</pubDate>
			<dc:creator>3hreedee</dc:creator>
			<guid isPermaLink="false">94713@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Can you install Facebook connect to a bbpress forum that is embedded within a wordpress site? </p>
<p>I have downloaded the following plugin - <a href="http://bbpress.org/plugins/topic/simple-facebook-connect/" rel="nofollow">http://bbpress.org/plugins/topic/simple-facebook-connect/</a></p>
<p>However when I uploaded it to the plugins directory within my wordpress site, it does not appear in the plugins admin menu. I cannot locate the bbpress plugins area within my WordPress site either?</p>
<p>Any help is much appreciated.</p>
<p>Regards<br />
Dan
</p>]]></description>
					</item>
		<item>
			<title>doy1914 on "bbpress version 2 plugin"</title>
			<link>http://bbpress.org/forums/topic/bbpress-version-2-plugin#post-94607</link>
			<pubDate>Thu, 24 Nov 2011 09:49:16 +0000</pubDate>
			<dc:creator>doy1914</dc:creator>
			<guid isPermaLink="false">94607@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>if you have not try shortcodes here are they:</p>
<p>* Forums<br />
[bbp-forum-index] - Show the forum index/archive<br />
[bbp-single-forum id=$forum_id] - Show a single forums topics</p>
<p>* Topics<br />
[bbp-topic-index] - Show the topics index/archive<br />
[bbp-topic-form] - Show the new topic form<br />
[bbp-single-topic id=$topic_id] - Show a single topic</p>
<p>* Topic Tags<br />
[bbp-topic-tags] - Show a tag cloud of all topic tags<br />
[bbp-single-topic-tag] - Show the topics within a specific tag</p>
<p>* Replies<br />
[bbp-reply-form] - Show the topic reply form</p>
<p>* Views<br />
[bbp-single-view] - Show topics associated with a specific view</p>
<p>* Account<br />
[bbp-login] - Show the login screen<br />
[bbp-register] - Show the register screen<br />
[bbp-lost-pass] - Show the lost password screen </p>
<p>*this codes post by <a href="http://bbpress.org/forums/topic/bbpress-20-shortcodes">johnjamesjacoby</a> in his forum </p>
<p><a href="http://bbpress.org/forums/topic/bbpress-20-shortcodes">http://bbpress.org/forums/topic/bbpress-20-shortcodes</a>
</p>]]></description>
					</item>
		<item>
			<title>doy1914 on "bbpress version 2 plugin"</title>
			<link>http://bbpress.org/forums/topic/bbpress-version-2-plugin#post-94606</link>
			<pubDate>Thu, 24 Nov 2011 09:46:15 +0000</pubDate>
			<dc:creator>doy1914</dc:creator>
			<guid isPermaLink="false">94606@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello mr. globetrotterdk, for your first question unfortunately there is no available documentation for bbpress 2.0 up to now.. pray that developer will update this soon. Thanks for them who makes their effort to update.</p>
<p>for your second question, have you try using bbpress shortcodes?
</p>]]></description>
					</item>
		<item>
			<title>shooo on "got all bbpress plugins for integrating into wp - how do you set them up?"</title>
			<link>http://bbpress.org/forums/topic/got-all-bbpress-plugins-for-integrating-into-wp-how-do-you-set-them-up#post-94327</link>
			<pubDate>Wed, 16 Nov 2011 19:25:41 +0000</pubDate>
			<dc:creator>shooo</dc:creator>
			<guid isPermaLink="false">94327@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ok, hum, all this plugin arent bbpress 2.0 compatible, but bbpress 1.0 compatible.</p>
<p>for bbpress login you can just put a widget in your sidebar, it's on your wordpress admin bar ;)</p>
<p>exactly same for last replies, last forum, ... </p>
<p>bbpress 2.0 isn't the same thing that bbpress 1.0</p>
<p>bbPress 2.0 doesnt require integration, it is a plugin to wordpress.</p>
<p>good luck
</p>]]></description>
					</item>

	</channel>
</rss>

