<?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, 10 Feb 2012 00:14:14 +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>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>
		<item>
			<title>farinspace on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94370</link>
			<pubDate>Thu, 17 Nov 2011 19:49:34 +0000</pubDate>
			<dc:creator>farinspace</dc:creator>
			<guid isPermaLink="false">94370@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Also useful to know are the actions/filters (hooks) in bbPress ... I wrote a little something to get a list of the current actions/filters in bbPress 2.0.1, should help out someone ...</p>
<p><a href="https://gist.github.com/1372637" rel="nofollow">https://gist.github.com/1372637</a>
</p>]]></description>
					</item>
		<item>
			<title>devotee on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94318</link>
			<pubDate>Wed, 16 Nov 2011 15:21:06 +0000</pubDate>
			<dc:creator>devotee</dc:creator>
			<guid isPermaLink="false">94318@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I´m also having problem with this. I´m getting the forum to work, but I have problems getting access to css and template files.</p>
<p>I have created a child theme from the bp-default theme, which doesnt seem to support bbPress-templates, but still displays everything nicely somehow. Within this child-theme I change css and templates belonging to the bp-default theme and that works fine. </p>
<p>Now I would like to be able to modify the bbPress part of the site from this child theme aswell, but I cant because the theme has no template files for the bbPress installation (even though it presents the forum very nicely). I can change the css-part by just copying the css from the bbpress.css into my styles.css (it get´s priority). But there is no template-files to copy except those from the bbp-twentyten theme, and if I do, the appearance just breaks :/</p>
<p>What I want: The forum to look exactly like it does from the default bp-default theme, but with access to template files so I can remove and add stuff on my own.</p>
<p>Can anyone help me with this one? :)
</p>]]></description>
					</item>
		<item>
			<title>WhiteRau on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94279</link>
			<pubDate>Tue, 15 Nov 2011 07:53:31 +0000</pubDate>
			<dc:creator>WhiteRau</dc:creator>
			<guid isPermaLink="false">94279@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>as you like.  my blogs and forums are all working.  no need to be offended!  i just found that after reading this thread *most* people's questions came from not reading the sticky all the way through.  and you are correct: the sticky doesn't mention merging files.  i read that elsewhere (i'll try and recall where).  does it matter?  regardless: what i outlined works.</p>
<p>as for duplicates, they override eachother. there's duplication, overriding and modifying all over the place in WordPress and bbPress.  this is nothing new.  all that matters is precedence at the end of the day.</p>
<p>nitpicking is pointless and unhelpful.  take it or leave it.  don't really care.  all i'm interested in is helping people sort this out.  my way works.  end of story.  if you can indeed write a new plugin, then by all means give 'er!  :)  yours might be the halcyon we've all been hoping for!  that's the beauty of all this stuff!  :D</p>
<p>WR!
</p>]]></description>
					</item>
		<item>
			<title>Crisium on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94277</link>
			<pubDate>Tue, 15 Nov 2011 07:38:34 +0000</pubDate>
			<dc:creator>Crisium</dc:creator>
			<guid isPermaLink="false">94277@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@WhiteRau</p>
<p>you are way off with your comment about "just follow what the sticky comment says"</p>
<p>you meaning yourself are merging... nowhere does it state that we should merge.. that is a big difference</p>
<p>and you are having duplicate files and functions... wtf?</p>
<p>I have given up on this plugin!... I can write a new one faster than getting this one to work.</p>
<p>Peter
</p>]]></description>
					</item>
		<item>
			<title>WhiteRau on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94273</link>
			<pubDate>Tue, 15 Nov 2011 06:11:30 +0000</pubDate>
			<dc:creator>WhiteRau</dc:creator>
			<guid isPermaLink="false">94273@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>okay.  this is an addendum to my previous post, something was nagging at me and it has to do with the way bbPress' functions enqueue the stylesheets.</p>
<p>you are going to have problems.  i forgot a CRITICAL MODIFICATION.  and it may ONLY apply to CHILD THEMES.  i haven't finished testing it on standalone themes, but put it in your watch folder...</p>
<p>if you look at the bbPress' functions, near the middle, there is a section that enqueues stylesheets.  i'm not sure why this is there because, in essence, it COMPLETELY OVERRIDES any style changes you make to your child theme's CSS.  what it does is load ANOTHER copy of the parent-style's stylesheet with a version number tacked on.  this forces a precedence over your own style.css, essentially making the newly loaded CSS sheet last-defined.  and we know what that means.</p>
<p>so.  the fix:</p>
<p>1) find this line in your functions.php file (the one you have the merged bbPress functions.php code in):</p>
<p>wp_enqueue_style( 'twentyten', get_template_directory_uri() . '/style.css', '', $this-&#62;version, 'screen' );</p>
<p>it's on line 149 of the original functions(2).php file from my post above, so to make it easy to find, you can do some quick math to find the relevant line number in your (merged) functions.php file. (hope that made sense...)</p>
<p>2) comment it out by simply adding '//' in front of it.<br />
3) reload.  your style.css sheet will now be dominant and the css/bbPress.css file will act in a better support role, as it should.</p>
<p>i understand the long-view logic of why this function does what it does, but at a non-galaxy-class-developer level, it makes for massive headaches... and you still have the fun headaches with the bbPress tags...</p>
<p>hope this was also useful.  it will save you going bald.</p>
<p>WR!
</p>]]></description>
					</item>
		<item>
			<title>WhiteRau on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94270</link>
			<pubDate>Tue, 15 Nov 2011 05:24:10 +0000</pubDate>
			<dc:creator>WhiteRau</dc:creator>
			<guid isPermaLink="false">94270@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i got mine working almost without effort.  i literally read the sticky at the top of this thread and it worked.</p>
<p>a couple of things to note, that people are stumbling over:</p>
<p>1) READ THE STICKY.  don't peruse it.  READ IT.<br />
2) the sticky actually says the same thing twice.  COPY the CONTENTS of wp-content\plugins\bbpress\bbp-themes\bbp-twentyten\ to YOUR theme's folder, whether it be a child theme or not.  in my case the path was wp-content\themes\SuperTurboTheme\.<br />
3) it'll ask it you want to overwrite 'style.css'. don't. just let the OS rename it to 'style(2).css'.<br />
4) ditto for the 'functions.php' file.  it should, temporarily, be 'functions(2).php.<br />
5) MERGE the two functions.php files.  i just copy/pasted everything from 'functions(2).php' to the bottom of the 'functions.php' file.  just like in the sticky.  i didn't merge the 'style.css' and 'style(2).css' files.  but i DID make sure the 'Tags:' line in my 'style.css' file included 'bbPress' as the first item, just to be sure.  it was an old requirement that doesn't seem to have been deprecated anywhere and i'm a belt-n-suspenders boy...<br />
6) at the very top of your newly expanded 'functions.php' file, add the line 'add_theme_support( 'bbpress' );' to the very top.  just like in the sticky.  EVEN THOUGH THERE IS A SIMILAR LINE IN the bbPress' functions.php file, YOUR functions.php file MUST HAVE THIS LINE as well.  EVEN THOUGH THEY ARE MERGED.<br />
7) reload.</p>
<p>don't get clever.  don't reinvent.  don't assume anything.  just follow the steps and you should be fine.</p>
<p>your only challenge now is figuring out how to do your CSS.  the 'style.css' will control the WordPress portion of the site. it CAN handle the bbPress styling as well, but i prefer to leave it to bbPress.css (located in the 'css' folder you copied over) to handle the forum styles.  its a bit of a headache sorting out the bevy of tags that get generates, but hey, it works.  and i DO mean headache.</p>
<p>not to beat a dead horse, but the real challenge IS sorting out the secondary CSS.  i recommend Firebug to help you drill down the the styles.  the byzantine class structure can make your head spin.  try using the elements that are relatively easy to spot.  and REMEMBER THIS:  NOT ALL CLASSES ARE IN THE STYLESHEET.  this can really toss a wrench into things.  they are added for future slice-n-dice, but seems overkill to me.  low-order CSS has proved easier for me.  i can't foresee a reason to slice the site up so finely...but it's futureproofed to the wheel-wells!  :)</p>
<p>good luck.  hope this was useful.  i apologize if i missed anything.  i tried to be thorough AND simple.</p>
<p>feel free to correct me if i stepped wrong somewhere.  this is what worked to me.</p>
<p>WR!
</p>]]></description>
					</item>
		<item>
			<title>raphaelsuzuki on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/4#post-94202</link>
			<pubDate>Sat, 12 Nov 2011 22:51:18 +0000</pubDate>
			<dc:creator>raphaelsuzuki</dc:creator>
			<guid isPermaLink="false">94202@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Well, I have a quick, but questionable and probably not recommended, solution, if you just want to style with CSS.</p>
<p>1) Copy the content from bbp-twentyten/css/bbpress.css to your child theme styles.css - this should give you all the ids and classes to work with;</p>
<p>2) Rename the original bbpress.css file to something else, in order to turn it unusable - this should be done because the original bbpress.css file always override your theme's CSS;</p>
<p>3) Style at your taste.</p>
<p>This should avoid your work from being deleted on every update.</p>
<p>When an update occurs, just do step 2 again.</p>
<p>A quick and easy solution like this is unlikely to be the right one in this case, but works for simple styling.
</p>]]></description>
					</item>

	</channel>
</rss>

