<?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: categories - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/categories</link>
		<description>bbPress Support Forums &#187; Tag: categories - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 21:49:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/categories" rel="self" type="application/rss+xml" />

		<item>
			<title>David on "changing forum hierarchy"</title>
			<link>http://bbpress.org/forums/topic/changing-forum-hierarchy#post-93755</link>
			<pubDate>Fri, 28 Oct 2011 19:08:38 +0000</pubDate>
			<dc:creator>David</dc:creator>
			<guid isPermaLink="false">93755@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>One cool option I forgot to mention earlier...</p>
<p>If it's important for you to have the topics of each forum listed on your forum index page you can call them individually by using a shortcode for a particular parent forum (in this case, using WP's <code>do_shortcode</code>):</p>
<p><code>&#60;?php echo do_shortcode(&#039;[bbp-single-forum id=1234]&#039;) ?&#62;</code></p>
<p>where 1234 is the ID number of the parent forum. I've experimented with this for a *Category* type parent forum and it works well. I imagine it would do the same thing for a *Forum* type parent forum. You'd obviously want to lead it with a header title for the parent forum.</p>
<p>Call each parent forum this way and you've got a nicely organized index page. (NOTE: you can call individual (non-parent) forums this way too but by default they call the entire single forum template part that includes the form. If you're interested in messing with this it's handled in [your bbPress directory]/bbpress/content-single-forum.php.)</p>
<p>The disadvantage is that it's built manually for each parent so any new parent forums will have to added manually as well, but you do have a lot of control.
</p>]]></description>
					</item>
		<item>
			<title>David on "changing forum hierarchy"</title>
			<link>http://bbpress.org/forums/topic/changing-forum-hierarchy#post-93753</link>
			<pubDate>Fri, 28 Oct 2011 17:03:57 +0000</pubDate>
			<dc:creator>David</dc:creator>
			<guid isPermaLink="false">93753@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@LifeFreeOrDie, I can't answer your question completely but maybe I can give you a little help.</p>
<p>You can order your forums by defining the Order in the respective Forum's admin page. Counting starts at 0, which is the default.</p>
<p>Creating sub-forms is simply a matter of creating a parent forum and then for each child (sub-) forum make that parent forum the Parent in Forum Attributes. (Parents that are defined as type Forums can contain their own topics but parents that are Categories only contain other forums.)</p>
<p>Unfortunately, in the forums index sub-forums are necessarily presented with their topic and reply counts in parenthesis as defined in <code>bbp_list_forums()</code> in loop-single-forum.php. What's worse: there is no containing element around the count so it's not possible to style those separately from the sub-form name. [@johnjamesjacoby or other admin: Can this be updated outside of core code?] </p>
<p>However, you can style the sub-forums with CSS as they are listed as a <code>
<ul></ul>
</code>.
</p>]]></description>
					</item>
		<item>
			<title>LiveFreeOrDie on "changing forum hierarchy"</title>
			<link>http://bbpress.org/forums/topic/changing-forum-hierarchy#post-93723</link>
			<pubDate>Thu, 27 Oct 2011 08:16:17 +0000</pubDate>
			<dc:creator>LiveFreeOrDie</dc:creator>
			<guid isPermaLink="false">93723@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'm new to bbpress, so please excuse this if I'm overlooking something obvious.</p>
<p>I'd like to change the forum display hierarchy so that categories are displayed at a higher level and all forums under the category as displayed separately under that category; instead of one area for all forums under a particular category to show total posts and topics, I'd like a section for each forum.</p>
<p>Hopefully I explained that adequately. Thank you!
</p>]]></description>
					</item>
		<item>
			<title>Erlend on "What is the difference between a &#039;Category&#039; and a &#039;Forum&#039;"</title>
			<link>http://bbpress.org/forums/topic/what-is-the-difference-between-a-category-and-a-forum#post-92362</link>
			<pubDate>Thu, 22 Sep 2011 00:33:40 +0000</pubDate>
			<dc:creator>Erlend</dc:creator>
			<guid isPermaLink="false">92362@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for confirming. I'd be happy to add it to the docs somewhere, but it doesn't seem to be set up for contributions at the moment. Hopefully that'll eventually come along with the other site improvements bound to happen when bbpress.org is updated to bbPress 2.
</p>]]></description>
					</item>
		<item>
			<title>Anointed on "What is the difference between a &#039;Category&#039; and a &#039;Forum&#039;"</title>
			<link>http://bbpress.org/forums/topic/what-is-the-difference-between-a-category-and-a-forum#post-92329</link>
			<pubDate>Wed, 21 Sep 2011 17:26:00 +0000</pubDate>
			<dc:creator>Anointed</dc:creator>
			<guid isPermaLink="false">92329@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Correct.</p>
<p>Category forums are great for 'grouping' a bunch of forums together. Also a category forum cannot contain it's own posts, hence no 'add topic' box to the category forum page.
</p>]]></description>
					</item>
		<item>
			<title>Clicknathan on "What is the difference between a &#039;Category&#039; and a &#039;Forum&#039;"</title>
			<link>http://bbpress.org/forums/topic/what-is-the-difference-between-a-category-and-a-forum#post-92320</link>
			<pubDate>Wed, 21 Sep 2011 16:49:32 +0000</pubDate>
			<dc:creator>Clicknathan</dc:creator>
			<guid isPermaLink="false">92320@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You understood correctly, Erlend.
</p>]]></description>
					</item>
		<item>
			<title>Erlend on "What is the difference between a &#039;Category&#039; and a &#039;Forum&#039;"</title>
			<link>http://bbpress.org/forums/topic/what-is-the-difference-between-a-category-and-a-forum#post-92295</link>
			<pubDate>Wed, 21 Sep 2011 06:40:09 +0000</pubDate>
			<dc:creator>Erlend</dc:creator>
			<guid isPermaLink="false">92295@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>As admin, when setting up a new forum, under "Forum Attributes" there's a "Type" and I can apparently choose between making a "Category" and a "Forum". What is the difference?</p>
<p>As far as I can tell, you use a "Category" if you want to group a collection of forums under a parent forum, but you don't want that parent forum to be a place where users can post. Did I understand this correctly, and is this the complete scope of this separation?
</p>]]></description>
					</item>
		<item>
			<title>m-jay on "Displaying Forum Sub categories"</title>
			<link>http://bbpress.org/forums/topic/displaying-forum-sub-categories#post-90347</link>
			<pubDate>Wed, 03 Aug 2011 09:09:23 +0000</pubDate>
			<dc:creator>m-jay</dc:creator>
			<guid isPermaLink="false">90347@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi</p>
<p>When using Forums SUB Categories with bbpress plugin, the way all the categories are listed on the frontend is very confusing for the users ... (I receive many messages saying that it is not clear) !</p>
<p>and I agree it is confusing, as it appears like this :</p>
<p>MAIN CATEGORIE 1<br />
Name of subcat 1 (no of posts/no of replys), Name of subcat 2 (no of posts/no of replys), Name of subcat 3 (no of posts/no of replys), Name of subcat 4 (no of posts/no of replys), Name of subcat 5 (no of posts/no of replys), Name of subcat 6 (no of posts/no of replys),</p>
<p>MAIN CATEGORIE 2<br />
Name of subcat 1 (no of posts/no of replys), Name of subcat 2 (no of posts/no of replys), Name of subcat 3 (no of posts/no of replys), Name of subcat 4 (no of posts/no of replys), Name of subcat 5 (no of posts/no of replys), Name of subcat 6 (no of posts/no of replys),</p>
<p>Any way of customising this ?</p>
<p>Or should I use NO sub categories ?</p>
<p>Thank you
</p>]]></description>
					</item>
		<item>
			<title>dpwolfe on "after install, user registration, new posts and viewing themes are not working"</title>
			<link>http://bbpress.org/forums/topic/after-install-user-registration-new-posts-and-viewing-themes-are-not-working#post-88578</link>
			<pubDate>Wed, 08 Jun 2011 17:26:42 +0000</pubDate>
			<dc:creator>dpwolfe</dc:creator>
			<guid isPermaLink="false">88578@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,<br />
Today, I installed bbPress on my WordPress blog site and most things are working. The install log said "&#62;&#62;&#62; Key master email not sent!" but all else went fine including WordPress integration as I can see my forum user names (I created two) replicate in my WordPress Dashboard Users area.</p>
<p>As the Key Master of bbPress, I have also successfully created two forum categories and several sub-forums (children) where members can post messages...theoretically.</p>
<p>But, I'm experiencing the following issues that I have no clue how to resolve:<br />
1. Signed in as the Key Master, I don't see where I can create a new post<br />
2. As part of registering as a forum user using a different user name, I did not receive an e-mail containing my password. So, I signed into my WordPress Dashboard Users area and assigned my second user name one so I could access my forum with my non-Key Master user name. Not having this forum registration process work without having to sign into WordPress is a problem.<br />
3. No matter which user name I sign into the forum with, when I click on any listing in the Forum Main Theme's area, I get the "The page cannot be found" error message. See: <a href="http://wolfetracksproductions.com/fresh_tracks/forum/" rel="nofollow">http://wolfetracksproductions.com/fresh_tracks/forum/</a><br />
4. When I get the "The page cannot be found" error message, the URL repeats the directory where I installed the bbPress software and I'm not clear as to why this is happening: <a href="http://wolfetracksproductions.com/fresh_tracks/forum/forum/production" rel="nofollow">http://wolfetracksproductions.com/fresh_tracks/forum/forum/production</a><br />
I did install the bbPress software in a folder called "forum" which is a subfolder of my WordPress.org blogging software.</p>
<p>Please help!</p>
<p>Thank you in advance for your kindness.</p>
<p>Deb
</p>]]></description>
					</item>
		<item>
			<title>Crynix on "How to make my forum categories collapsable?"</title>
			<link>http://bbpress.org/forums/topic/how-to-make-my-forum-categories-collapsable#post-82653</link>
			<pubDate>Sat, 12 Feb 2011 09:23:43 +0000</pubDate>
			<dc:creator>Crynix</dc:creator>
			<guid isPermaLink="false">82653@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Okay so my forum is androidtalk.us and I was to have a large amount of categories (one for each phone and each phone will have sub-categories), but I have noticed that a large amount of sub-categories does not play nice with the user's scrolling experience with bbPress. Is there some sort of plugin that I could install to make it so all my sub-categories are collapsed and they can expand them to their own will?</p>
<p>PS: Is there a way to do this with the default theme?
</p>]]></description>
					</item>
		<item>
			<title>VirtualityStudio on "Themes without differentiated categories"</title>
			<link>http://bbpress.org/forums/topic/themes-without-differentiated-categories#post-74484</link>
			<pubDate>Fri, 01 Oct 2010 01:41:34 +0000</pubDate>
			<dc:creator>VirtualityStudio</dc:creator>
			<guid isPermaLink="false">74484@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>doesn't seem to work with this theme... is there any other way to do this and to take off the count as well?
</p>]]></description>
					</item>
		<item>
			<title>MathiasB on "Themes without differentiated categories"</title>
			<link>http://bbpress.org/forums/topic/themes-without-differentiated-categories#post-74476</link>
			<pubDate>Thu, 30 Sep 2010 15:09:29 +0000</pubDate>
			<dc:creator>MathiasB</dc:creator>
			<guid isPermaLink="false">74476@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Put eg. this in the css file:</p>
<pre><code>tr.bb-category {
font-size:bigger;
}</code></pre>
<p>Or whatever markup you wanna give to it...
</p>]]></description>
					</item>
		<item>
			<title>VirtualityStudio on "Themes without differentiated categories"</title>
			<link>http://bbpress.org/forums/topic/themes-without-differentiated-categories#post-74465</link>
			<pubDate>Thu, 30 Sep 2010 01:02:19 +0000</pubDate>
			<dc:creator>VirtualityStudio</dc:creator>
			<guid isPermaLink="false">74465@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have this same issue, still trying to figure it out.  I'm trying to figure out how to get the count off of it as well.  Can anyone help us?</p>
<p>I love that theme though, other than this!
</p>]]></description>
					</item>
		<item>
			<title>Arroyero on "Themes without differentiated categories"</title>
			<link>http://bbpress.org/forums/topic/themes-without-differentiated-categories#post-73071</link>
			<pubDate>Wed, 25 Aug 2010 05:53:28 +0000</pubDate>
			<dc:creator>Arroyero</dc:creator>
			<guid isPermaLink="false">73071@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dear all,</p>
<p>Probably due to their age, some themes show the list of forums without showing which ones are categories. I was wondering if there is a simple way by playing with the front_page.php of showing first the parent forum (or category) and underneath the list (indented if possible) of all the child forums.</p>
<p>I am trying to use the Invertigo theme but it lacks this feature.</p>
<p>You can see am image of the front page here: <a href="http://imm.io/16zh" rel="nofollow">http://imm.io/16zh</a>
</p>]]></description>
					</item>
		<item>
			<title>mr_pelle on "Moving posts to catagories is disabled"</title>
			<link>http://bbpress.org/forums/topic/moving-posts-to-catagories-is-disabled#post-71432</link>
			<pubDate>Tue, 20 Jul 2010 07:46:55 +0000</pubDate>
			<dc:creator>mr_pelle</dc:creator>
			<guid isPermaLink="false">71432@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>From the same page where you usually create forum. Remember to select its parent forum from the dropdown menu! ;)
</p>]]></description>
					</item>
		<item>
			<title>xarzu on "Moving posts to catagories is disabled"</title>
			<link>http://bbpress.org/forums/topic/moving-posts-to-catagories-is-disabled#post-71426</link>
			<pubDate>Tue, 20 Jul 2010 06:52:56 +0000</pubDate>
			<dc:creator>xarzu</dc:creator>
			<guid isPermaLink="false">71426@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>So how do I create sub-forums?
</p>]]></description>
					</item>
		<item>
			<title>willcrain on "wordpress categories and post list?"</title>
			<link>http://bbpress.org/forums/topic/wordpress-categories-and-post-list#post-71418</link>
			<pubDate>Tue, 20 Jul 2010 04:12:57 +0000</pubDate>
			<dc:creator>willcrain</dc:creator>
			<guid isPermaLink="false">71418@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would like to have a sidebar on my forum that has several lists; categories, recent posts, most popular posts, but I am not sure how to pull that data over from wp to bbpress.</p>
<p>Are there any plugins that i can use to generate these lists? i already have the list set up in my wordpress theme sidebar where they use js to open and close the list. so i am really looking for something that i can customize the list to match that.</p>
<p>I have been looking through the forum to see if i can find the solution to this but am still unable to do so, so any help/direction would be appreciated. thanks
</p>]]></description>
					</item>
		<item>
			<title>mr_pelle on "Moving posts to catagories is disabled"</title>
			<link>http://bbpress.org/forums/topic/moving-posts-to-catagories-is-disabled#post-71299</link>
			<pubDate>Mon, 19 Jul 2010 09:08:02 +0000</pubDate>
			<dc:creator>mr_pelle</dc:creator>
			<guid isPermaLink="false">71299@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Because "Categories are forums where new topics cannot be created. Categories usually contain a group of sub-forums."</p>
<p>Just quoting the paragraph under the Category checkbox in your dashboard.
</p>]]></description>
					</item>
		<item>
			<title>xarzu on "Moving posts to catagories is disabled"</title>
			<link>http://bbpress.org/forums/topic/moving-posts-to-catagories-is-disabled#post-71286</link>
			<pubDate>Mon, 19 Jul 2010 04:52:47 +0000</pubDate>
			<dc:creator>xarzu</dc:creator>
			<guid isPermaLink="false">71286@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I created some catagories in my bbpress forum and I tried to move a post to one of the catagories by using the drop-down menu but it did not work.  The new catagories were disabled.  Why?
</p>]]></description>
					</item>
		<item>
			<title>gerikg on "How to icons?"</title>
			<link>http://bbpress.org/forums/topic/how-to-icons#post-69265</link>
			<pubDate>Mon, 31 May 2010 23:22:24 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">69265@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>use this plugin</p>
<p><a href="http://bbpress.org/plugins/topic/topic-icons/" rel="nofollow">http://bbpress.org/plugins/topic/topic-icons/</a></p>
<p>follow the instruction.
</p>]]></description>
					</item>
		<item>
			<title>exit on "How to icons?"</title>
			<link>http://bbpress.org/forums/topic/how-to-icons#post-69264</link>
			<pubDate>Mon, 31 May 2010 20:26:16 +0000</pubDate>
			<dc:creator>exit</dc:creator>
			<guid isPermaLink="false">69264@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>How to make category icons?</p>
<p>Like in this site:<br />
<a href="http://tecnoblog.net/forum/" rel="nofollow">http://tecnoblog.net/forum/</a>
</p>]]></description>
					</item>
		<item>
			<title>gerikg on "How do I exclude a category from the front page?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-exclude-a-category-from-the-front-page#post-67413</link>
			<pubDate>Mon, 19 Apr 2010 16:41:54 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">67413@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Start a ticket with that...
</p>]]></description>
					</item>
		<item>
			<title>master5o1 on "How do I exclude a category from the front page?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-exclude-a-category-from-the-front-page#post-67404</link>
			<pubDate>Mon, 19 Apr 2010 13:43:33 +0000</pubDate>
			<dc:creator>master5o1</dc:creator>
			<guid isPermaLink="false">67404@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yeah, I agree with that.  But does that mean it isn't necessary for 'exclude='
</p>]]></description>
					</item>
		<item>
			<title>Xevo on "How do I exclude a category from the front page?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-exclude-a-category-from-the-front-page#post-67403</link>
			<pubDate>Mon, 19 Apr 2010 13:17:54 +0000</pubDate>
			<dc:creator>Xevo</dc:creator>
			<guid isPermaLink="false">67403@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The minus tells the script to remove the categories from the loop, without it, it tells the loop to focus on only those. It is logical when you think about it. :)
</p>]]></description>
					</item>
		<item>
			<title>master5o1 on "How do I exclude a category from the front page?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-exclude-a-category-from-the-front-page#post-67398</link>
			<pubDate>Mon, 19 Apr 2010 11:49:51 +0000</pubDate>
			<dc:creator>master5o1</dc:creator>
			<guid isPermaLink="false">67398@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Strangely, it works.  I suppose I can mark this resolved :D
</p>]]></description>
					</item>
		<item>
			<title>master5o1 on "How do I exclude a category from the front page?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-exclude-a-category-from-the-front-page#post-67397</link>
			<pubDate>Mon, 19 Apr 2010 11:47:31 +0000</pubDate>
			<dc:creator>master5o1</dc:creator>
			<guid isPermaLink="false">67397@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>That seems illogical, but I will try.
</p>]]></description>
					</item>
		<item>
			<title>Xevo on "How do I exclude a category from the front page?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-exclude-a-category-from-the-front-page#post-67396</link>
			<pubDate>Mon, 19 Apr 2010 10:33:29 +0000</pubDate>
			<dc:creator>Xevo</dc:creator>
			<guid isPermaLink="false">67396@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Perhaps trying 'exclude=-7,-8'?
</p>]]></description>
					</item>
		<item>
			<title>master5o1 on "How do I exclude a category from the front page?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-exclude-a-category-from-the-front-page#post-67392</link>
			<pubDate>Mon, 19 Apr 2010 09:26:17 +0000</pubDate>
			<dc:creator>master5o1</dc:creator>
			<guid isPermaLink="false">67392@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Nahp.</p>
<p>Whenever I do <code>exclude=7,8</code> it just does it as</p>
<p><code>exclude=7</code><br />
and then<br />
<code>8</code></p>
<p>It results as only showing from 8 (except for stickies).
</p>]]></description>
					</item>
		<item>
			<title>Xevo on "How do I exclude a category from the front page?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-exclude-a-category-from-the-front-page#post-67389</link>
			<pubDate>Mon, 19 Apr 2010 08:42:18 +0000</pubDate>
			<dc:creator>Xevo</dc:creator>
			<guid isPermaLink="false">67389@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Arguments, stuff you want to do with the function. It's used all over wordpress/bbpress.</p>
<p>Looked it up in a PHPXref and found that 'exclude=7,8' should work, try removing the $page and see what happens.
</p>]]></description>
					</item>
		<item>
			<title>master5o1 on "How do I exclude a category from the front page?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-exclude-a-category-from-the-front-page#post-67345</link>
			<pubDate>Sat, 17 Apr 2010 16:44:53 +0000</pubDate>
			<dc:creator>master5o1</dc:creator>
			<guid isPermaLink="false">67345@http://bbpress.org/forums/</guid>
			<description><![CDATA[<blockquote><p>get_latest_topics (line 61)<br />
void get_latest_topics ([ $args = null])<br />
 $args</p></blockquote>
<p>So...what is $args?
</p>]]></description>
					</item>

	</channel>
</rss>

