<?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: templates - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/templates</link>
		<description>bbPress Support Forums &#187; Tag: templates - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 13:52:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/templates" rel="self" type="application/rss+xml" />

		<item>
			<title>StephAO on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/5#post-103189</link>
			<pubDate>Thu, 24 May 2012 20:02:59 +0000</pubDate>
			<dc:creator>StephAO</dc:creator>
			<guid isPermaLink="false">103189@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>no the good forum. sorry
</p>]]></description>
					</item>
		<item>
			<title>templs on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/5#post-101332</link>
			<pubDate>Mon, 09 Apr 2012 05:15:54 +0000</pubDate>
			<dc:creator>templs</dc:creator>
			<guid isPermaLink="false">101332@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hey, villagora!<br />
Can you tell more how you did this?</p>
<blockquote><p>I copied the bbp-twentyten theme and personnalized it.</p></blockquote>
<p>Did you move the copy to <strong>bbp-themes</strong> or to the <strong>wp-content/themes</strong>?</p>
<blockquote><p>Then I redefined it as the default bbpress theme</p></blockquote>
<p>Do you mean changes in both <strong>functions.php</strong> or making changes in core?</p>
<blockquote><p>%FUNCTIONS_PHP_OF_MY_BBPRESS_THEME%</p></blockquote>
<p>What is that? Should I change it to path to functions.php and should this path to be absolute?</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>natproff on "Forum user styling"</title>
			<link>http://bbpress.org/forums/topic/forum-user-styling#post-101180</link>
			<pubDate>Thu, 05 Apr 2012 20:21:57 +0000</pubDate>
			<dc:creator>natproff</dc:creator>
			<guid isPermaLink="false">101180@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for replying but I've figured it out. I had the right page all along but the right classes from the Bones template weren't being passed to the div container. I've added them manually and it's working fine.</p>
<p>Thanks again,<br />
Natalie
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Forum user styling"</title>
			<link>http://bbpress.org/forums/topic/forum-user-styling#post-101132</link>
			<pubDate>Wed, 04 Apr 2012 21:29:32 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">101132@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What version of bbPress are you using?
</p>]]></description>
					</item>
		<item>
			<title>natproff on "Forum user styling"</title>
			<link>http://bbpress.org/forums/topic/forum-user-styling#post-101120</link>
			<pubDate>Wed, 04 Apr 2012 14:36:24 +0000</pubDate>
			<dc:creator>natproff</dc:creator>
			<guid isPermaLink="false">101120@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hi,</p>
<p>I am currently integrating BBPress with my custom theme. All going well so far, i've edited all the template files so they fit with my blog but i can't seem to find the file that controls the user profile page. Can anyone point me in the right direction?</p>
<p>Thanks,<br />
Natalie
</p>]]></description>
					</item>
		<item>
			<title>villagora on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/5#post-99984</link>
			<pubDate>Wed, 14 Mar 2012 18:14:46 +0000</pubDate>
			<dc:creator>villagora</dc:creator>
			<guid isPermaLink="false">99984@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi everyone,</p>
<p>I read the beginning of the topic cause I am very interested in building compatibility between my theme (a child theme of buddypress) and bbpress (indeed I installed the buddypress plugin and the bbpress one).</p>
<p>I don't know if this has already be given as a solution (or even if it actually one :). I copied the bbp-twentyten theme and personnalized it. Then I redefined it as the default bbpress theme, in order it is the one used instead of bbp-twentyten.</p>
<p>What I wrote in the functions.php of my theme:</p>
<pre><code>if ( class_exists(&#039;bbPress&#039;) &#38;&#38; file_exists(%FUNCTIONS_PHP_OF_MY_BBPRESS_THEME%) ) {
    require_once %FUNCTIONS_PHP_OF_MY_BBPRESS_THEME%;
} else {
    add_action(&#039;admin_notices&#039;, &#039;message_if_my_bbpress_theme_is_absent&#039;);
}</code></pre>
<p>In the functions file of my bbpress theme I have:</p>
<p><code>$bbp-&#62;theme_compat-&#62;theme = new MY_BBP_THEME();</code></p>
<p>And thus I have my child theme from buddypress safe and my second theme for bbpress used instead of bbp-twentyten.</p>
<p>Hope this is a good solution and it can be helpful!
</p>]]></description>
					</item>
		<item>
			<title>engin1984 on "Need help customizing part of the template"</title>
			<link>http://bbpress.org/forums/topic/need-help-customizing-part-of-the-template#post-98327</link>
			<pubDate>Mon, 20 Feb 2012 15:04:03 +0000</pubDate>
			<dc:creator>engin1984</dc:creator>
			<guid isPermaLink="false">98327@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What about: <a href="http://bbpress.org/plugins/topic/bbpm/" rel="nofollow">http://bbpress.org/plugins/topic/bbpm/</a>
</p>]]></description>
					</item>
		<item>
			<title>acoburn4 on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/5#post-97794</link>
			<pubDate>Thu, 02 Feb 2012 20:43:05 +0000</pubDate>
			<dc:creator>acoburn4</dc:creator>
			<guid isPermaLink="false">97794@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Finally got a bbPress child theme working.  Just wanted to make a slight clarification, in case someone ran into the same stumbling block.</p>
<p>Make sure when you copy files from /bbpress/bbp-themes/bbp-twentyten that you maintain the subfolder structure as well (e.g. css, js, bbpress).  I was copying all files into the root of my custom wordpress theme (wp-content/themes/mytheme) without maintaining the directory structure and I was getting some strange behavior.</p>
<p>Hope this helps someone who might be having trouble!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Zomg: theming in 2.1"</title>
			<link>http://bbpress.org/forums/topic/zomg-theming-in-21#post-97672</link>
			<pubDate>Tue, 31 Jan 2012 01:34:19 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">97672@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Glad you approve. I think it's an improvement over 2.0, and about as good as it can get for now.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Download Templates"</title>
			<link>http://bbpress.org/forums/topic/download-templates#post-97663</link>
			<pubDate>Tue, 31 Jan 2012 01:04:10 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">97663@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Awful spammy to bump a 5 year old topic. Closing.
</p>]]></description>
					</item>
		<item>
			<title>Aakash_tablet on "Download Templates"</title>
			<link>http://bbpress.org/forums/topic/download-templates#post-97637</link>
			<pubDate>Mon, 30 Jan 2012 21:16:40 +0000</pubDate>
			<dc:creator>Aakash_tablet</dc:creator>
			<guid isPermaLink="false">97637@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Few other sites provide the themes for BBPress </p>
<p>here is a such<br />
<a href="http://bbshowcase.org/forums/view/available-themes" rel="nofollow">http://bbshowcase.org/forums/view/available-themes</a>
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Zomg: theming in 2.1"</title>
			<link>http://bbpress.org/forums/topic/zomg-theming-in-21#post-97594</link>
			<pubDate>Sun, 29 Jan 2012 00:57:43 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97594@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Frigging great.</p>
<p>Well done guys, seriously. Being able to just drop in the files I want is sooooooooooooooo nice.</p>
<p>Fantastic jeorb!
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Child theme (when running along side Buddypress 1.5"</title>
			<link>http://bbpress.org/forums/topic/child-theme-when-running-along-side-buddypress-15#post-97525</link>
			<pubDate>Thu, 26 Jan 2012 03:04:16 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97525@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks a million!
</p>]]></description>
					</item>
		<item>
			<title>labsecrets on "Child theme (when running along side Buddypress 1.5"</title>
			<link>http://bbpress.org/forums/topic/child-theme-when-running-along-side-buddypress-15#post-97523</link>
			<pubDate>Thu, 26 Jan 2012 02:41:07 +0000</pubDate>
			<dc:creator>labsecrets</dc:creator>
			<guid isPermaLink="false">97523@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You can always override the default twentyten bbPress (core) theme using CSS, for most elements or their attributes. </p>
<p>However, to override the default markup, it would most likely require you to use an action or filter in your wp theme (or child theme) functions.php, or to modify the core plugin theme files (being aware of the fact that you would then have to protect these in the event of any plugin update). See this for a list of some 110 action hooks: <a href="https://gist.github.com/1372637" rel="nofollow">https://gist.github.com/1372637</a></p>
<p>You could use body.bbPress xxxx {element:attribute;} in your css to help you restrict your css mods to only bbPress pages. I believe you can also use many bbPress specific conditional tags as well. See: <a href="http://bbpress.org/forums/topic/bbpress-20-conditional-tags" rel="nofollow">http://bbpress.org/forums/topic/bbpress-20-conditional-tags</a>
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Child theme (when running along side Buddypress 1.5"</title>
			<link>http://bbpress.org/forums/topic/child-theme-when-running-along-side-buddypress-15#post-97522</link>
			<pubDate>Thu, 26 Jan 2012 01:32:40 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97522@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hmm... so is there no way to override the bbPress theme, from my theme?</p>
<p>Is there at least a conditional tag I can use in my theme to determine whether I'm on a forum page or not?
</p>]]></description>
					</item>
		<item>
			<title>labsecrets on "Child theme (when running along side Buddypress 1.5"</title>
			<link>http://bbpress.org/forums/topic/child-theme-when-running-along-side-buddypress-15#post-97520</link>
			<pubDate>Thu, 26 Jan 2012 00:36:26 +0000</pubDate>
			<dc:creator>labsecrets</dc:creator>
			<guid isPermaLink="false">97520@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Unfortunately you can't do that...bbpress doesn't work with the native wp template, or child, it only works "within" the template structure (think of it like an insert that goes into the content area of the wp template).</p>
<p>As a result, just make a regular page with your wp theme, and add shortcode to the post editor. If you want you can style the wp template for header and footer and sidebar and width, etc., but not to add the short codes for bbpress :-)
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Child theme (when running along side Buddypress 1.5"</title>
			<link>http://bbpress.org/forums/topic/child-theme-when-running-along-side-buddypress-15#post-97518</link>
			<pubDate>Thu, 26 Jan 2012 00:06:15 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97518@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This seemed like a brilliant solution, but I'm sure I'm doing something wrong.</p>
<p>I already had a "forums" page, with the short code in place. The page slug is "forums."</p>
<p>So, I figured I would make a template called page-forums.php, thinking that WordPress's template hierarchy would take over... no such luck.</p>
<p>I will watch the vid when I get off the train. I'm sure the answer appears within the first 30 seconds...
</p>]]></description>
					</item>
		<item>
			<title>labsecrets on "Child theme (when running along side Buddypress 1.5"</title>
			<link>http://bbpress.org/forums/topic/child-theme-when-running-along-side-buddypress-15#post-97511</link>
			<pubDate>Wed, 25 Jan 2012 12:39:02 +0000</pubDate>
			<dc:creator>labsecrets</dc:creator>
			<guid isPermaLink="false">97511@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Undoubtedly, your easiest way to go is to use shortcodes for this purpose. You simply create a new page for each view (like forum-view), then add the shortcode you prefer to the page via the post editor. In this case a forum view is easy and uses "bbp-forum-index" (within short code brackets...remove the quotes). Here is a list of shortcodes to start: <a href="http://bbpress.org/forums/topic/bbpress-20-shortcodes" rel="nofollow">http://bbpress.org/forums/topic/bbpress-20-shortcodes</a></p>
<p>We have a full video that might also help you:<br />
<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>ben_allison on "Child theme (when running along side Buddypress 1.5"</title>
			<link>http://bbpress.org/forums/topic/child-theme-when-running-along-side-buddypress-15#post-97478</link>
			<pubDate>Tue, 24 Jan 2012 15:51:12 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97478@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>So I'm running bbPress 2.0 alongside Buddypress 1.5. I'm using a child theme, based on Buddypress's default theme... but I want to tweak some bbPress pages.</p>
<p>Let's say, for example, the main forum view.</p>
<p>Right now, it's based off page.php in my child theme, and is taking the title of the last forum, and using that in the the_title() tag I have for the page title.</p>
<p>On other "pages" I this makes sense; it's getting the title while in the loop.</p>
<p>For the bbPress forum page, it's wonky.</p>
<p>So, I want to make a main forum-view specific template file... but I'm unsure as to the best approach when I'm running a child theme for Buddypress.</p>
<p>FWIW, all forum's are being handled by bbPress and it's default template files.</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>inliving on "Need help customizing part of the template"</title>
			<link>http://bbpress.org/forums/topic/need-help-customizing-part-of-the-template#post-97464</link>
			<pubDate>Mon, 23 Jan 2012 16:06:59 +0000</pubDate>
			<dc:creator>inliving</dc:creator>
			<guid isPermaLink="false">97464@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm trying to insert a button on the forum that allows a user to private message another user.</p>
<p>The idea is when a user is reading a Topic, they can click a button to directly message the person who created a particular topic or reply. I'm thinking it would fit somewhere under the avatar.</p>
<p>I have a plugin called cartpauj PM which can accept the user ID via a GET variable in the URL.</p>
<p>The trouble is I can't seem to find my way through the many layers of template files and functions to do what I want. </p>
<p>The bbp_get_reply_author_link function seems to be closest to doing what I need but I don't want to edit that directly and screw up any potential updates in the future.</p>
<p>Any tips?
</p>]]></description>
					</item>
		<item>
			<title>jangles on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/5#post-97257</link>
			<pubDate>Tue, 17 Jan 2012 02:33:53 +0000</pubDate>
			<dc:creator>jangles</dc:creator>
			<guid isPermaLink="false">97257@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Some constructive criticism, if I may.</p>
<p>I've read about a tremendous interest in using bbpress as a viable forum option. I want to start by saying I've been involved in open source for over 15 years myself and the work and dedication here is very admirable (remembering ROI.) People such as myself would be willing to put in some time and effort to make this project work but there are some fundamental things lacking here that give me cause for concern in using bbpress. Virtually all forums I see using are either (a) the most basic customer support, nothing long term discussion/community based, or (b) amateurish sites set up that are chop shop and will be down in a few months. It doesn't have to be that way. Couple of things:</p>
<p>1. If it's not relatively easy, simple or clear to theme bbpress, few will ever use it. Fewer will design themes for it too. And if there isn't at least a decent, comprehensible system, nobody will use a plugin if it just typically looks like another ratcheted in plugin. Hopefully, this is not the case.</p>
<p>2. Organization here is a mess. I go to plugins and I see listings from 5 years ago and the top. It's not easy to figure out what is what here. Documentation is incomplete and I remember having a terrible time installing it too - and I'm not a novice. This is the easy part that scares away many potential users.</p>
<p>3. Sometimes simple is too simple. Some things should be standard. For example, nobody wants to have to scroll down to the bottom of the page just to post a reply. That's just one issue that leaped out at me. Sometimes less is just less.</p>
<p>4. No clear vision here, e.g. the latest blog entry is November 28 2011 and this place feels half deserted. It doesn't have to be that way.</p>
<p>5. There needs to be an easier way to navigate the forums on this site. I could care less about a long list of tags I'll rarely use. I do want that short list of forums in the sidebar or somewhere so I don't have to click my way back to the home page.</p>
<p>Just a few pointers. I like this project, would love to consider using it for a large site but the ghost town effect is putting me off a little.
</p>]]></description>
					</item>
		<item>
			<title>bjj_pl on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/5#post-96575</link>
			<pubDate>Mon, 02 Jan 2012 12:04:45 +0000</pubDate>
			<dc:creator>bjj_pl</dc:creator>
			<guid isPermaLink="false">96575@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi there,<br />
I've got a problem with custom page templates and wordpress pages with bbcode shortcodes.<br />
I've created a page "Forum "with shortcode [bbp-forum-index] and made it main Forum Page. Since most of my pages use sidebar, the one with forum index was meant to be fullwidth. I tried to set a custom page template but with no effect. The Twenty One template uses only default theme template and keep displaying sidebar.<br />
I do know how to create custom page templates for wordpress but they just don't work with bbpress plugin :( Anyway, I don;t know how to make bbpress work with my custom templates.<br />
Any ideas?
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-96552</link>
			<pubDate>Sat, 31 Dec 2011 19:06:31 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">96552@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>^ Not very helpful criticism.</p>
<p>What didn't you like? What was your experience? It's very possible the problems you experienced weren't even with bbPress.
</p>]]></description>
					</item>
		<item>
			<title>jruiz31 on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-96511</link>
			<pubDate>Fri, 30 Dec 2011 18:20:41 +0000</pubDate>
			<dc:creator>jruiz31</dc:creator>
			<guid isPermaLink="false">96511@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I was testing the bbPress because I was dissatisfied with BuddyPress ... I give up of bbPress too.. you must have confidence in a forum script to put into production .. I do not trust in bbPress... do not recommend..
</p>]]></description>
					</item>
		<item>
			<title>tamaral on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-95069</link>
			<pubDate>Fri, 02 Dec 2011 14:54:21 +0000</pubDate>
			<dc:creator>tamaral</dc:creator>
			<guid isPermaLink="false">95069@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>That did the trick. Thanks for the help
</p>]]></description>
					</item>
		<item>
			<title>dmoz on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-95001</link>
			<pubDate>Thu, 01 Dec 2011 22:44:54 +0000</pubDate>
			<dc:creator>dmoz</dc:creator>
			<guid isPermaLink="false">95001@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have to agree with @WhiteRau, a thorough read through the sticky post (and then his to reiterate in my mind), I was able to combine the bbpress template files with my child theme.</p>
<p>My question is that I'm trying to modify the output and html layout of my bbpress template files, and I can't seem to figure out a solution.</p>
<p>1. My forum is on the page: Forum, and my forum base slug is: forums. Different, you see? That's because I want to show the Latest Topics, not default to showing all my forums, when you click the menu for Forum (very much like the bbpress.org/forums).</p>
<p>2. I'm using a page template for the Forum page that outputs the Latest Topics, except as soon as you click away from this page, it reverts back to the default layout.</p>
<p>Problem: I need all the forum pages to use the same layout, preferably a custom one, and the 'front' Forum page to output the Latest Topics.</p>
<p>Any ideas?
</p>]]></description>
					</item>
		<item>
			<title>maxfaction on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94998</link>
			<pubDate>Thu, 01 Dec 2011 20:12:26 +0000</pubDate>
			<dc:creator>maxfaction</dc:creator>
			<guid isPermaLink="false">94998@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks moderator :-)
</p>]]></description>
					</item>
		<item>
			<title>Anointed on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94996</link>
			<pubDate>Thu, 01 Dec 2011 19:49:18 +0000</pubDate>
			<dc:creator>Anointed</dc:creator>
			<guid isPermaLink="false">94996@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>click on the forums link under the settings tab. On that screen, where you set the number of topics to display etc.. click save. That sets the permalinks for bbPress.</p>
<p>Also make sure that your actual permalinks settings page uses something other than the default top option. Chose any other option and click save.</p>
<p>That should get you going.
</p>]]></description>
					</item>
		<item>
			<title>tamaral on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94993</link>
			<pubDate>Thu, 01 Dec 2011 16:34:06 +0000</pubDate>
			<dc:creator>tamaral</dc:creator>
			<guid isPermaLink="false">94993@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've just installed the 2.0.2 version and I get a 404 error when I click on one of the forums link. Do I need to follow the steps on this post in order to get it running right on my site?</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>maxfaction on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94591</link>
			<pubDate>Wed, 23 Nov 2011 15:18:05 +0000</pubDate>
			<dc:creator>maxfaction</dc:creator>
			<guid isPermaLink="false">94591@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I was able to get it working after 4 hours of manipulating css code... which isn't uncommon when bending code to suit your theme design. I'm still working on a few bugs, nothing serious but its tedious nonetheless... so I'll contribute my discoveries when I'm done. It's not for the faint-hearted to be sure, but its do-able. At least you won't have to invest as much time as I did to "get it". More to come... </p>
<p>Resident newbie
</p>]]></description>
					</item>

	</channel>
</rss>

