<?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; Forum: Themes - Recent Topics</title>
		<link>http://bbpress.org/forums/forum/templates</link>
		<description>bbPress Support Forums &#187; Forum: Themes - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 15:54:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/forum/templates/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>stoeffel-media on "User-Profile-Edit Link for bbpress"</title>
			<link>http://bbpress.org/forums/topic/user-profile-edit-link-for-bbpress#post-103193</link>
			<pubDate>Thu, 24 May 2012 22:11:02 +0000</pubDate>
			<dc:creator>stoeffel-media</dc:creator>
			<guid isPermaLink="false">103193@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello everyone.</p>
<p>I already searched for my problem but couldnt find any working solution for my bbpress 2.0.2.</p>
<p>Since there is no direct link for users to change their profile (not good), therefore I am searching to generate a link to put in a header or so.</p>
<p>I only found solutions for older bbpress installations with user id (number) but in the new bbpress it looks like you need userNAMES.</p>
<p>Can somebody paste me a working php code to display a profile-link? Thx!
</p>]]></description>
					</item>
		<item>
			<title>freie-bildung on "Where can i remove the &quot;this forum contains ... topics... and ... themes&quot;?"</title>
			<link>http://bbpress.org/forums/topic/where-can-i-remove-the-this-forum-contains-topics-and-themes#post-102340</link>
			<pubDate>Thu, 03 May 2012 14:37:40 +0000</pubDate>
			<dc:creator>freie-bildung</dc:creator>
			<guid isPermaLink="false">102340@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would like to remove the Infoarea, who says "this forum contains ... topics... and ... themes"?</p>
<p>In which file i find this?
</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#post-87789</link>
			<pubDate>Mon, 23 May 2011 08:23:34 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">87789@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>A few questions have cropped up already, so lets funnel the discussion here.</p>
<p>bbPress 2.0 introduces a radical new approach at integrating robust new functionality into existing WordPress themes. If you're an average user looking for a turn-key forum solution, this works out pretty awesomely - If you're a talented developer trying to beat your own drum, it's all probably a little bit confusing.</p>
<p><strong>Theme Compatibility</strong></p>
<p>bbPress comes with a child theme of TwentyTen, titled (you guessed it) <em>bbPress - TwentyTen.</em> This theme includes all of the custom bits that bbPress needs to function, broken up into template parts to allow them to be used in several places, like template files, shortcodes, and widgets.</p>
<ol>
<li><strong>MOST COMMON</strong> - If you're using any other conventional WordPress theme (TwentyEleven, BP-Default) and find the default template layout of bbPress acceptable, you don't need to do anything at all - it should just work.</li>
<li><strong>DO NOT</strong> put any custom themes in "/bbpress/bbp-themes/" as they will get wiped out when you update bbPress.</li>
<li><strong>CUSTOM</strong> - If you want to build your own theme or make changes to the existing template files, you'll need to do the following:<br />
<strong>Copy Files</strong></p>
<ul>
<li>
If this is <em>not</em> a custom theme under your control (meaning you are not the author) you'll want to copy the contents of the "/bbpress/bbp-themes/<strong>bbp-twentyten</strong>" folder into your "wp-content/themes/%YOURTHEMENAME%" folder, where %YOURTHEMENAME% is the name of your custom <a href="http://codex.wordpress.org/Child_Themes">Child Theme</a> of whatever your current theme is. This is so theme updates don't wipe out all your hard work later.</li>
<li>
If you are the author of this theme, then you can copy all the files *out of* the "/bbpress/bbp-themes/<strong>bbp-twentyten</strong>" folder into the folder of your theme, and make your own edits from there. The files to copy include the single-*, archive-*, page-*, and anything in the subfolders.
</li>
<li>In neither case should a new folder with the name "bbp-twentyten" exist. You are not copying the FOLDER, you are copying what's IN the folder.</li>
</ul>
<p><strong>Add Theme Support</strong></p>
<p>Now that you've got the files copied over, you'll need to tell bbPress that you are in control of the theme situation. You do this by adding this to your functions.php file:</p>
<pre>add_theme_support( 'bbpress' );</pre>
<p>By doing this, you're telling bbPress that your theme has its own template files to handle all of the new functionality that bbPress adds. This method gives you a single on/off switch to either use the standard theme compatibility, or use your own.
</li>
</ol>
<p>In the future, specialized template compatibility themes can be created either as plugins or child-themes to work like "add on packages" to existing themes, without requiring elaborate edits to existing themes, moving files around, etc...</p>
<p><strong>Shortcodes (as of May 23, 2011)</strong></p>
<p>Whether you rely on theme compatibility, or decide to go the custom route, we've included a few standard shortcodes to let you output specific forum content on any post or page in your forums. This is accomplished within an output buffer, so they won't interfere with any of your existing page or post content. Note that if your theme specifically removes the shortcode functionality, these will not work, and will instead the actual text of the shortcode will appear on your site.</p>
<ul>
<li><strong>[bbp-forum-index]</strong> - Show the root forums
</li>
<li><strong>[bbp-single-forum id="A forum ID"]</strong> - Show a specific forum
</li>
<li><strong>[bbp-topic-index]</strong> - Show all topics
</li>
<li><strong>[bbp-single-topic id="A topic ID"]</strong> - Show a specific topic
</li>
<li><strong>[bbp-topic-tags]</strong> - Show all topic tags
</li>
<li><strong>[bbp-topic-tag]</strong> - Show topics of a specific tag
</li>
<li><strong>[bbp-topic-form]</strong> - Show the new topic form
</li>
<li><strong>[bbp-reply-form]</strong> - Show the new reply form (not commonly used)
</li>
<li><strong>[bbp-single-view id="A view slug"]</strong> - Show the topics of a registered view
</li>
</ul>
<p>In the future, we'll be adding more shortcodes as the needs arise.</p>
<p>That's it for the first round of explanations. I'll edit this post as more questions and answers come through.
</p>]]></description>
					</item>
		<item>
			<title>deathbybear on "custom recent activity column"</title>
			<link>http://bbpress.org/forums/topic/custom-recent-activity-column#post-103049</link>
			<pubDate>Mon, 21 May 2012 08:41:01 +0000</pubDate>
			<dc:creator>deathbybear</dc:creator>
			<guid isPermaLink="false">103049@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hey everyone - i'm a newbie at wordpress, bbpress and php - but pretty decent with general html/css stuff.</p>
<p>i'm working on customizing a bbpress installation with the twentyten bbpress theme and want to set it up so on the main "Forums" page there is a Recent Activity column that displays information about the most recent post - </p>
<p>1. the topic the post was made in<br />
2. the poster<br />
3. the poster's avatar<br />
4. how long ago the post was mad</p>
<p>i have edited the loop-forums.php file to add the additional "Recent Activity" column to to the list of Forums - now I just need to figure out how to pull those pieces of information into the column. </p>
<p>i have created a placeholder column in loops-single-forum.php file where the information will be pulled, i just don't know how to get it in there - i imagine there are existing functions i can call to pull this data, i just don't happen to know what those are or where to find them! </p>
<p>any guidance you could give me would be greatly appreciated.  thanks a lot!
</p>]]></description>
					</item>
		<item>
			<title>adv_user on "Layout bbPress as Invision or phpBB or vBulletin"</title>
			<link>http://bbpress.org/forums/topic/layout-bbpress-as-invision-or-phpbb-or-vbulletin#post-91002</link>
			<pubDate>Sat, 20 Aug 2011 21:45:44 +0000</pubDate>
			<dc:creator>adv_user</dc:creator>
			<guid isPermaLink="false">91002@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Example:</p>
<p>Invision: <a href="http://community.invisionpower.com/" rel="nofollow">http://community.invisionpower.com/</a><br />
phpBB: <a href="http://www.phpbb.com/community/" rel="nofollow">http://www.phpbb.com/community/</a><br />
vBulletin: <a href="http://www.vbulletin.com/forum/" rel="nofollow">http://www.vbulletin.com/forum/</a></p>
<p>I want to get this result with bbPress:<br />
<a href="http://blogame.com.br/forum/" rel="nofollow">http://blogame.com.br/forum/</a></p>
<p>############################################</p>
<p>With the default structure of great forums:</p>
<p>Category 1<br />
- Forum 1<br />
--- Subforum 1, Subforum 2, Subforum 3<br />
- Forum 2<br />
- Forum 3</p>
<p>Category 2<br />
- Forum 4<br />
- Forum 5<br />
--- Subforum 4<br />
- Forum 6</p>
<p>############################################</p>
<p>With a "friendly space" between category 1 and category 2.<br />
Because there are many forums.</p>
<p>I Would like a theme that had it, I do not need to change anything, just add the categories, forums and the Subforums in admin panel WordPress.</p>
<p>Tks.
</p>]]></description>
					</item>
		<item>
			<title>guy2131 on "Theme Issue - Paid GIG"</title>
			<link>http://bbpress.org/forums/topic/theme-issue-paid-gig#post-102433</link>
			<pubDate>Fri, 04 May 2012 19:31:10 +0000</pubDate>
			<dc:creator>guy2131</dc:creator>
			<guid isPermaLink="false">102433@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Guys,<br />
I need help resolving small issue that I have with my installation and I am ready to pay for the time of whoever knows (or can find out) the answer.</p>
<p>To see the problem go: <a href="http://www.ibikiniwax.com/forum/topic/jannet" rel="nofollow">http://www.ibikiniwax.com/forum/topic/jannet</a> and scroll to the bottom of page. </p>
<p>&#60;b&#62;The replies show at below the reply box.&#60;/b&#62; </p>
<p>I run bbpress plugin 2.0.2 on one of Template Monster premium themes. WordPress 3.3.2. </p>
<p>I did not do any modifications to bbpress themes (To be honest, I don't quite understand it) I just installed the plugin, activated it, setup and voila - everything works but this one issue. I suppose it uses the themes css - I like the simplicity of it and I'd rather keep it this way. </p>
<p>So there you go. Please help. Let me know your price before hand. If you feel more comfortable, we can do it through freelancer of elance. </p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>FofR on "Check if a user is logged in?"</title>
			<link>http://bbpress.org/forums/topic/check-if-a-user-is-logged-in#post-5169</link>
			<pubDate>Mon, 05 Mar 2007 20:19:36 +0000</pubDate>
			<dc:creator>FofR</dc:creator>
			<guid isPermaLink="false">5169@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would like to display some content only when a user is logged into the forums, how can I do this in the template?
</p>]]></description>
					</item>
		<item>
			<title>gspark on "How to disable rss ?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-8641</link>
			<pubDate>Sat, 30 Jun 2007 03:36:42 +0000</pubDate>
			<dc:creator>gspark</dc:creator>
			<guid isPermaLink="false">8641@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>RSS feed for this topic - is there a way to auto disable this or do we have to extract it ourselves
</p>]]></description>
					</item>
		<item>
			<title>lusitanoflickan on "Change title size and color"</title>
			<link>http://bbpress.org/forums/topic/change-title-size-and-color#post-101964</link>
			<pubDate>Tue, 24 Apr 2012 17:29:30 +0000</pubDate>
			<dc:creator>lusitanoflickan</dc:creator>
			<guid isPermaLink="false">101964@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would like to change things like size and color for my forum titles, but I just cannot seem to figure out where in the CSS to change this. I have been looking in my WordPress style.css and in bbpress.css, but I cannot find it. I tried to add h1.entry-title { color: <a href="http://trac.bbpress.org/ticket/900">#900</a> } to bbpress.css, but nothing happened. I have found how to control this at the rest of the homepage, but not for the forum part...</p>
<p>Here is the site: <a href="http://rodrigo-matos.com" rel="nofollow">http://rodrigo-matos.com</a></p>
<p>Could somebody please help me with this? I'm going crazy!
</p>]]></description>
					</item>
		<item>
			<title>alex@hannahtechnologies.com on "Forum Listing - modify &quot;freshness&quot; CSS????"</title>
			<link>http://bbpress.org/forums/topic/forum-listing-modify-freshness-css#post-102780</link>
			<pubDate>Mon, 14 May 2012 23:41:02 +0000</pubDate>
			<dc:creator>alex@hannahtechnologies.com</dc:creator>
			<guid isPermaLink="false">102780@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi everyone,</p>
<p>I have a new site we are working on and I have a CSS related question for you all.  I do have a web developer who is much more experienced with CSS, however, I was hoping you all could at least point me in the right direction so I may have something to show him when we start the design process...</p>
<p>On our main bbPress page, which lists out the active forums, we have a column called "freshness" with either "No Topics" if no one has posted or it has the number of days since the last post and the last author.  The problem is that it's pretty visually ugly to see the spacing between "No Topic" and then the spacing between the column which has an actual post with the number of days of freshness and the author.  </p>
<p>What I am trying to do is if there is "No Topics" to increase the column size via CSS to make it the same size as the columns who have actual posts with a freshness date and author pic.  </p>
<p>I am attaching a screenshot of what I am trying to do.  I ran firebug and I see the CSS but I am pulling my hair out trying to figure out how to modify it. </p>
<p>Thanks!</p>
<p>Alex
</p>]]></description>
					</item>
		<item>
			<title>idealgamer on "Theme"</title>
			<link>http://bbpress.org/forums/topic/theme-1#post-102716</link>
			<pubDate>Sun, 13 May 2012 13:43:36 +0000</pubDate>
			<dc:creator>idealgamer</dc:creator>
			<guid isPermaLink="false">102716@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I have made a custom theme for my site which is working with BuddyPress and I want to add the forum but do not like the current theme of it. So is there like any theme out there for free which only covers the forum as I want to keep my site theme just change the forum theme.</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>javiarques on "Add post-thumbnail support to forum post tye"</title>
			<link>http://bbpress.org/forums/topic/add-post-thumbnail-support-to-forum-post-tye#post-102670</link>
			<pubDate>Fri, 11 May 2012 09:11:31 +0000</pubDate>
			<dc:creator>javiarques</dc:creator>
			<guid isPermaLink="false">102670@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I'm trying to activate post-thumbnail in <code>forum</code> post type, but it still fails. I tried with this code:<br />
<pre><code>function forum_post_thumbnails () {
	add_theme_support( &#039;post-thumbnails&#039;, array( &#039;forum&#039;, &#039;topic&#039;, &#039;reply&#039;, &#039;post&#039;, &#039;page&#039; ) ); // Posts and Movies
}
add_action(&#039;after_setup_theme&#039;, &#039;forum_post_thumbnails&#039;);</code></pre>
<p>But it didn't work. Any ideas on how activate it?</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>kennymcnett on "Getting parent category and filtering against a query"</title>
			<link>http://bbpress.org/forums/topic/getting-parent-category-and-filtering-against-a-query#post-102541</link>
			<pubDate>Tue, 08 May 2012 00:21:45 +0000</pubDate>
			<dc:creator>kennymcnett</dc:creator>
			<guid isPermaLink="false">102541@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I'm integrating bbPress with s2member and need to restrict access to certain categories, forums and their topics. </p>
<p>For example, here's a hierarchy:</p>
<p>Home &#62; Forums &#62; <strong>Category1</strong> &#62; Subcategory1 &#62; Forum1 &#62; Subforum1 &#62; <strong>Topic1</strong></p>
<p>If someone tries to look at <strong>Topic1</strong> or any of its parents, I need to check to make sure they have access to <strong>Category1</strong>.</p>
<p>Access is managed by s2member.</p>
<p>For typical wordpress posts, I attach this filter, run a wp_query, then detach it:</p>
<p>attach_s2member_query_filters();  // only fetch content the user can access</p>
<p>If that query is not empty, then I let the user view the page they're trying to look at. If it is empty, it means they don't have access to any posts and so I redirect them.</p>
<p>But I don't know how bbPress works well enough to figure it out. </p>
<p>It seems I need to</p>
<p>1. Find what the root category is<br />
2. Check if the user can access the root category<br />
3. If so, allow access to whatever they're trying to see. If not, redirect or give an error message.</p>
<p>Any ideas on how I can do this?
</p>]]></description>
					</item>
		<item>
			<title>johnnysomething on "Increasing Avatar Size on Forum Index"</title>
			<link>http://bbpress.org/forums/topic/increasing-avatar-size-on-forum-index#post-102573</link>
			<pubDate>Wed, 09 May 2012 01:07:53 +0000</pubDate>
			<dc:creator>johnnysomething</dc:creator>
			<guid isPermaLink="false">102573@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>How would I go about making the Avatars bigger on the forum page? More specifically, the avatar of the most recent poster on the forum page? Thanks.
</p>]]></description>
					</item>
		<item>
			<title>earnshae on "How to contribute a bug fix?"</title>
			<link>http://bbpress.org/forums/topic/how-to-contribute-a-bug-fix#post-102546</link>
			<pubDate>Tue, 08 May 2012 04:02:13 +0000</pubDate>
			<dc:creator>earnshae</dc:creator>
			<guid isPermaLink="false">102546@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I installed bbpress and I really like it.</p>
<p>I found that there is an alignment issue that is caused by the return of the bbp_reply_class function for the default theme bbp-twentyten.</p>
<p>I noticed that others were having the same problem.</p>
<p>So I fixed it in my version and would like to submit my bug fix...</p>
<p>How do I go about doing that for this project. I have never contributed a patch to an open source project before but would like to submit this bug fix.</p>
<p>Thanks for your help.
</p>]]></description>
					</item>
		<item>
			<title>Pomy on "Need custom theme- for bbPress WP plugin - paid gig"</title>
			<link>http://bbpress.org/forums/topic/need-custom-theme-for-bbpress-wp-plugin-paid-gig#post-102258</link>
			<pubDate>Tue, 01 May 2012 18:37:53 +0000</pubDate>
			<dc:creator>Pomy</dc:creator>
			<guid isPermaLink="false">102258@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Good Day, PaulieP </p>
<p>I do WordPress &#38; bbPress. I'm available this week. Let me know if I can help you. </p>
<p>Connect with me via <a href="http://x.co/pomy" rel="nofollow">http://x.co/pomy</a></p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>Miniflowers on "Deleting sidebar"</title>
			<link>http://bbpress.org/forums/topic/deleting-sidebar#post-102475</link>
			<pubDate>Sun, 06 May 2012 23:46:49 +0000</pubDate>
			<dc:creator>Miniflowers</dc:creator>
			<guid isPermaLink="false">102475@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I'm currently using Serenity child theme. I can't figure out how to get the sidebar to not show in member profiles and other various pages. It's not showing up in the forum or topics, which is great, but it still shows up in Members and Groups. </p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>cbgametime on "Chaning size of text box in 2.0.2"</title>
			<link>http://bbpress.org/forums/topic/chaning-size-of-text-box-in-21#post-102401</link>
			<pubDate>Fri, 04 May 2012 06:17:51 +0000</pubDate>
			<dc:creator>cbgametime</dc:creator>
			<guid isPermaLink="false">102401@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi</p>
<p>I had somebody ask me if it's possible to make the text box larger on my forum (<a href="http://ovcboards.net" rel="nofollow">http://ovcboards.net</a>) but wasn't even sure where bbpress pulls that information from to edit it. Any idea?</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>Jobjörn Folkesson on "Breadcrumb trail shows page title rather than site title"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-trail-shows-page-title-rather-than-site-title#post-102302</link>
			<pubDate>Wed, 02 May 2012 20:20:13 +0000</pubDate>
			<dc:creator>Jobjörn Folkesson</dc:creator>
			<guid isPermaLink="false">102302@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The breadcrumb trail at the top of our forums look like this:</p>
<p>About us › Forums › Privat: Our association</p>
<p>"About us" being the title of the page set as our start page in WordPress. Shouldn't this be the website title instead? How can we change it?
</p>]]></description>
					</item>
		<item>
			<title>yuliang on "does bbpress support editing post revisions"</title>
			<link>http://bbpress.org/forums/topic/does-bbpress-support-editing-post-revisions#post-102379</link>
			<pubDate>Thu, 03 May 2012 22:12:53 +0000</pubDate>
			<dc:creator>yuliang</dc:creator>
			<guid isPermaLink="false">102379@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I know all the post revisions are stored in DB. I can get the revisions through bbp_get_topic_revisions( $post_id ) function. Just wondering whether there is any existing template implementation to allow users select a revision when editing a topic.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>cbgametime on "Changing the header for the forums"</title>
			<link>http://bbpress.org/forums/topic/changing-the-header-for-the-forums#post-102294</link>
			<pubDate>Wed, 02 May 2012 14:47:18 +0000</pubDate>
			<dc:creator>cbgametime</dc:creator>
			<guid isPermaLink="false">102294@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi...</p>
<p>I've added bbpress forums to my WordPress account without any problems, but I want to use a different image header for the forums than for the rest of the site. In which file does bbpress pull the header from my site, and is it simply possible just to plug in a different image into the code instead of it finding my regular header?</p>
<p>Forums are at <a href="http://ovcball.net/forums/" rel="nofollow">http://ovcball.net/forums/</a></p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>freie-bildung on "Delete numbers behind the forum (post number / number of topics)"</title>
			<link>http://bbpress.org/forums/topic/delete-numbers-behind-the-forum-post-number-number-of-topics#post-102363</link>
			<pubDate>Thu, 03 May 2012 17:48:42 +0000</pubDate>
			<dc:creator>freie-bildung</dc:creator>
			<guid isPermaLink="false">102363@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello :-)</p>
<p>In the German Forum bbpress unfortunately I found nothing about this problem ... I want to delete the numbers behind the forum (post number / number of subjects). Where can I find this code?</p>
<p>Thank you in advance!
</p>]]></description>
					</item>
		<item>
			<title>PaulieP on "Problems getting bbPress theme to work with my custom WP theme - &quot;broken theme&quot;"</title>
			<link>http://bbpress.org/forums/topic/problems-getting-bbpress-theme-to-work-with-my-custom-wp-theme-broken-theme#post-102140</link>
			<pubDate>Fri, 27 Apr 2012 15:03:35 +0000</pubDate>
			<dc:creator>PaulieP</dc:creator>
			<guid isPermaLink="false">102140@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi everyone. I've seen this come up a lot after having googled these issues but didnt find a consistent answer (e.g. some were from like 2009-2010 dealing with older versions.</p>
<p>I've tried numerous things and I still get the common messages at the bottom of this post when going to Appearance/Themes from WP admin.</p>
<p>1. This was a clean bbPress plugin install, latest version, done just a few days ago.<br />
2. Immediately after install, I saw the messages below when clicking the Themes link. I had not moved/changed anything. Seems this comes up, strange that the default bbpress plugin install creates these two error messages by default?</p>
<p>3. I've tried copying the files/subfolders from the bbp-twentyten theme to the root directory of my custom theme and adding **add_theme_support( 'bbpress' );** (minus asterisks) to the functions.php of my custom theme. That got rid of the first error message, but the forum appearance was screwed up and definitely not correct, and the second error message about a Broken Theme was still there.</p>
<p>4. I did not overwrite the style.css in my custom WP theme folder when I copied the bbp-twentyten files over. I assume I DO need to copy that stylesheet somehow, but how do I do it without overwriting my WP theme's stylesheet?</p>
<p>5. I do have key master and file/directory permissions are fine.</p>
<p>6. Copying bbp-twentyten to the my-templates subfolder within the bbpress plugin directory (and of course bbp-twentyten was 755 I checked) still yielded nothing, the two messages at the end of the post still appeared.</p>
<p>Sorry if this is are common issues. I've tried some of the suggestions I saw in past posts and they are not working. Any help appreciated. Thanks.</p>
<p>ERROR MESSAGES BELOW:</p>
<p>"Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress."</p>
<p>"Broken Themes</p>
<p>The following themes are installed but incomplete. Themes must have a stylesheet and a template.<br />
Name 	Description<br />
bbPress (Twenty Ten) 	The parent theme is missing. Please install the "twentyten" parent theme."
</p>]]></description>
					</item>
		<item>
			<title>freie-bildung on "Category description before the forums not after!"</title>
			<link>http://bbpress.org/forums/topic/category-description-before-the-forums-not-after#post-102339</link>
			<pubDate>Thu, 03 May 2012 14:24:49 +0000</pubDate>
			<dc:creator>freie-bildung</dc:creator>
			<guid isPermaLink="false">102339@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If I have a category and a description as initial treatment - this is unfortunately appear AFTER all the forums. I would like to have this but BEFORE all forums, as this is my opinion makes more sense.</p>
<p>Is this possible?</p>
<p>And sorry for my bad english, i'm swiss ;-))
</p>]]></description>
					</item>
		<item>
			<title>Ferb11 on "bbpress Forum is not displayed correctly"</title>
			<link>http://bbpress.org/forums/topic/bbpress-forum-is-not-displayed-correctly#post-102241</link>
			<pubDate>Mon, 30 Apr 2012 22:39:51 +0000</pubDate>
			<dc:creator>Ferb11</dc:creator>
			<guid isPermaLink="false">102241@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have bbpress running at <a href="http://www.gizmonext.com/forums" rel="nofollow">http://www.gizmonext.com/forums</a> and the problem is that if you see forums you can notice that SOFTWARE is a category enlosing OPERATING SYSTEMS (0, 0), OFFICE &#38; INSTALLED APPLICATIONS (0, 0), SOFTWARE DEVELOPMENT (0, 0) forums respectively. I want it to look like the below structure</p>
<p>SOFTWARE<br />
 OPERATING SYSTEMS<br />
 OFFICE &#38; INSTALLED APPLICATIONS<br />
 SOFTWARE DEVELOPMENT</p>
<p>Even it would be better to get (0, 0) directly in the columns of Topics and post.</p>
<p>Any help in this matter will be appreciated
</p>]]></description>
					</item>
		<item>
			<title>ChrisOGwynne on "Get Category Last Poster (1.1)"</title>
			<link>http://bbpress.org/forums/topic/get-category-last-poster-11#post-102138</link>
			<pubDate>Fri, 27 Apr 2012 14:35:56 +0000</pubDate>
			<dc:creator>ChrisOGwynne</dc:creator>
			<guid isPermaLink="false">102138@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there anyway to display within front-page.php who was the last to post in a category?</p>
<p>It works for topics, but not catergories.
</p>]]></description>
					</item>
		<item>
			<title>dutchlimits on "Merging BBPress theme with WP theme"</title>
			<link>http://bbpress.org/forums/topic/merging-bbpress-theme-with-wp-theme#post-102254</link>
			<pubDate>Tue, 01 May 2012 14:42:47 +0000</pubDate>
			<dc:creator>dutchlimits</dc:creator>
			<guid isPermaLink="false">102254@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello friends,</p>
<p>I'm trying to import the BBPress theme into my main theme, Vithy. I've tried it once, it did not work at all. The only thing what occurred is that the whole website was blank except for the header. </p>
<p>I've followed the manual how to do it the right way but still having issues. </p>
<p>This is what i did:<br />
1. Moved all of the files including folders from "bbp-twentyten" to "wp-content" -&#62; "themes" -&#62; "vithy" .<br />
2. Added "add_theme_support( 'bbpress' );" to functions.php</p>
<p>No result. Am i missing something? I have already changed some looks of the default theme.</p>
<p>To view my website (its hidden, you need to log in with this normal user)<br />
address: <a href="http://dutchlimitsstudio.com/wp-admin/" rel="nofollow">http://dutchlimitsstudio.com/wp-admin/</a><br />
user: public<br />
pass public@user</p>
<p>I've already put everything back to the default folders like it was! So it isn't done yet!
</p>]]></description>
					</item>
		<item>
			<title>bobafett80 on "how can i show forum and their post?"</title>
			<link>http://bbpress.org/forums/topic/how-can-i-show-forum-and-their-post#post-96699</link>
			<pubDate>Wed, 04 Jan 2012 21:46:34 +0000</pubDate>
			<dc:creator>bobafett80</dc:creator>
			<guid isPermaLink="false">96699@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I have a question.. i need to show the forum and their post in the same layout. i´ve been trying and investigate for hours, but i cant resolve this.</p>
<p>I need the title forum and then their topics, please if u know how can i do it.
</p>]]></description>
					</item>
		<item>
			<title>xin2013 on "Theme on this side?"</title>
			<link>http://bbpress.org/forums/topic/theme-on-this-side#post-102016</link>
			<pubDate>Wed, 25 Apr 2012 09:13:50 +0000</pubDate>
			<dc:creator>xin2013</dc:creator>
			<guid isPermaLink="false">102016@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>For those who <a href="http://www.rolexesreplicas.net/">Rolex Replicas</a> discuss on the topic of the color mixtures, then Ice Watch provides distinctive colors inside their selection of watch <a href="http://www.replicachanelhandbags.org/">chanel bags</a> assortment in making each one particular have the long list <a href="http://www.bagzer.org.uk/cartier-replica-c-32.html">Cartier Replica</a> of trendiest colors in accordance thus to their style.<a href="http://www.replicaswatches.org.uk/">Fake Watches</a> They usually include such  things as vivid, vivid and daring colors inside <a href="http://www.rolex2u.uk.com/">Best Replica Watches</a> their watches. Ice watches are enjoyable and vibrant to behold so that you can obtain the <a href="http://www.fakewatches.me.uk/">hublot replica</a> vibrant colorations from shiny lime veggies to deep cherry reddish <a href="http://www.hublotreplica.co.uk/">Replica Hublot</a> colored. The Ice Watches will connect with the requires in the women and <a href="http://www.watchrex.info/">Replica Patek Philippe</a> men using the surprisingly amazing designer watches.<a href="http://www.ukrolexreplicas.org.uk/">Replica Rolex</a> With sharp overall look and delectable colors, your Ice watch will snatch your eyes. <a href="http://www.topgunreplicawatches.co.uk/">Replica Watches UK</a> Because they're typically unisex watches,<a href="http://www.bagzer.me.uk/cartier-replica-c-43.html">Cartier Replica</a> guys and ladies can clothe yourself in them with equal ease and ease. They don't focus about <a href="http://www.replicachanelhandbags.org.uk/">chanel replica handbags</a> delivering watch lines only for males but possess <a href="http://www.idolreplicas.me.uk/">Replica Watches</a> a superb line for ladies in addition. Get trendier having some sort of timepiece from Ice.
</p>]]></description>
					</item>
		<item>
			<title>nadimvdr on "CSS Issue"</title>
			<link>http://bbpress.org/forums/topic/css-issue#post-100993</link>
			<pubDate>Sun, 01 Apr 2012 17:04:22 +0000</pubDate>
			<dc:creator>nadimvdr</dc:creator>
			<guid isPermaLink="false">100993@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm sure I'm missing something obvious but I can't seem to find the CSS that relates to the following problem - all my forum pages, and topic discussions appear to be shorter than the width of the table.</p>
<p>I'm using a theme called Oxygen and the normal theme for bbpress.</p>
<p>Here are some screenshots to help explain more clearly (if I'm allowed to post links).</p>
<p><a href="http://dl.dropbox.com/u/331861/Screen%20Shot%202012-04-02%20at%2012.57.20%20AM.png" rel="nofollow">http://dl.dropbox.com/u/331861/Screen%20Shot%202012-04-02%20at%2012.57.20%20AM.png</a><br />
<a href="http://dl.dropbox.com/u/331861/Screen%20Shot%202012-04-02%20at%2012.51.40%20AM.png" rel="nofollow">http://dl.dropbox.com/u/331861/Screen%20Shot%202012-04-02%20at%2012.51.40%20AM.png</a></p>
<p>I realise it might be the theme and not bbpress but was hoping someone had an idea of whether this was handled in bbpress' css.
</p>]]></description>
					</item>

	</channel>
</rss>

