<?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 Plugin Browser &#187; Tag: category - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/category</link>
		<description>bbPress Plugin Browser &#187; Tag: category - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 03:53:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/category" rel="self" type="application/rss+xml" />

		<item>
			<title>_ck_ on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-3003</link>
			<pubDate>Thu, 19 Mar 2009 22:02:47 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3003@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>If you replace this function it will solve the ADD NEW bug<br />
<pre><code>function forum_is_category_restrict_posting($retvalue, $capability, $args) {
	global $forums_that_are_categories;
	if ($capability == &#34;write_topic&#34; &#38;&#38; !empty($args[1]) &#38;&#38; in_array($args[1], $forums_that_are_categories)) {
		return false;
	} elseif ($capability == &#34;move_topic&#34; &#38;&#38; !empty($args[2]) &#38;&#38; in_array($args[2], $forums_that_are_categories)) {
		return false;
	}
	return $retvalue;
}</code></pre>]]></description>
					</item>
		<item>
			<title>Greg-G on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-2981</link>
			<pubDate>Tue, 17 Mar 2009 08:14:19 +0000</pubDate>
			<dc:creator>Greg-G</dc:creator>
			<guid isPermaLink="false">2981@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I ended up hacking something together based on @Avram's code above.</p>
<p>**Unfortunately I am also having the ADD NEW bug though.**</p>
<p>bbpress version: 0.9.0.4<br />
forum is category version: 1.2
</p>]]></description>
					</item>
		<item>
			<title>Greg-G on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-2977</link>
			<pubDate>Tue, 17 Mar 2009 01:29:12 +0000</pubDate>
			<dc:creator>Greg-G</dc:creator>
			<guid isPermaLink="false">2977@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Can anyone provide me with a code snippet?  Something like:<br />
<code> if (the forum you are in is a category) {do something}</code><br />
I need to use it in forum.php<br />
Thanks!
</p>]]></description>
					</item>
		<item>
			<title>Derv86 on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-2715</link>
			<pubDate>Wed, 28 Jan 2009 11:54:22 +0000</pubDate>
			<dc:creator>Derv86</dc:creator>
			<guid isPermaLink="false">2715@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>is there anyway to categorise forums and allowing user to comment on them???
</p>]]></description>
					</item>
		<item>
			<title>thetimediva on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-2305</link>
			<pubDate>Fri, 05 Dec 2008 19:58:56 +0000</pubDate>
			<dc:creator>thetimediva</dc:creator>
			<guid isPermaLink="false">2305@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi _ck_</p>
<p>The latest version is 0.9.0.2 which is what I installed yesterday.</p>
<p>1.0 says it's a test build and unstable...  </p>
<p>Glad to hear they're including this option in the next version.</p>
<p>Any idea when it will be ready or is it stable enough to use now?</p>
<p>Thanks<br />
Ann
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-2304</link>
			<pubDate>Fri, 05 Dec 2008 07:20:36 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">2304@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This plugin should NOT be used with bbPress 1.0<br />
It's already built in on bbPress 1.0
</p>]]></description>
					</item>
		<item>
			<title>thetimediva on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-2303</link>
			<pubDate>Fri, 05 Dec 2008 04:10:57 +0000</pubDate>
			<dc:creator>thetimediva</dc:creator>
			<guid isPermaLink="false">2303@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I'm experiencing the same problem with the "ADD NEW" on the front page of the site not working.</p>
<p>I deactivated all the plug ins to see if there was a conflict.<br />
I activated your plug in first and the "ADD NEW" doesn't work. It's acting like a closed forum... no form.</p>
<p>I just installed bbpress today so I'm using the latest version.</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>Avram on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-1962</link>
			<pubDate>Sat, 20 Sep 2008 14:44:52 +0000</pubDate>
			<dc:creator>Avram</dc:creator>
			<guid isPermaLink="false">1962@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hello,<br />
If you want forums which are categories not to be clickable, and to be bolded (to act as real category), here's what you need to do: Open up front-page.php in your template directory for editing and:</p>
<p>1) Add following code right BELOW the <code>&#60;?php bb_get_header(); ?&#62;</code>:<br />
<pre><code>&#60;?php
$forums_that_are_categories = bb_get_option(&#34;forum_is_category_forums&#34;);
if (!is_array($forums_that_are_categories))
	$forums_that_are_categories = array();
?&#62;</code></pre>
<p>2) Look for <code>&#60;?php while ( bb_forum() ) : ?&#62;</code> and first <code>&#60;?php endwhile; ?&#62;</code> after it, and replace everything BETWEEN those with:</p>
<pre><code>&#60;tr&#60;?php bb_forum_class(); ?&#62;&#62;
	&#60;td&#62;&#60;?php bb_forum_pad( &#39;&#60;div class=&#34;nest&#34;&#62;&#39; ); ?&#62;
	&#60;?php
	ob_start();
	forum_id();
	$fix_forum_id = ob_get_clean();
	if (in_array($fix_forum_id, $forums_that_are_categories)) {
		echo &#34;&#60;strong&#62;&#34;; forum_name(); echo &#34;&#60;/strong&#62;&#34;;
	}
	else {
	?&#62;
	&#60;a href=&#34;&#60;?php forum_link(); ?&#62;&#34;&#62;&#60;?php forum_name(); ?&#62;&#60;/a&#62;&#60;small&#62;&#60;?php forum_description(); ?&#62;&#60;/small&#62;
	&#60;?php } ?&#62;
	&#60;?php bb_forum_pad( &#39;&#60;/div&#62;&#39; ); ?&#62;&#60;/td&#62;
	&#60;td class=&#34;num&#34;&#62;&#60;?php forum_topics(); ?&#62;&#60;/td&#62;
	&#60;td class=&#34;num&#34;&#62;&#60;?php forum_posts(); ?&#62;&#60;/td&#62;
&#60;/tr&#62;</code></pre>
<p>3) Save and re-upload file.</p>
<p>Hope you like it :-)</p>
<p>Demo: <a href="http://www.mladenovac.in.rs/forums/" rel="nofollow">http://www.mladenovac.in.rs/forums/</a>
</p>]]></description>
					</item>
		<item>
			<title>Ben L. on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-1502</link>
			<pubDate>Tue, 22 Jul 2008 15:49:19 +0000</pubDate>
			<dc:creator>Ben L.</dc:creator>
			<guid isPermaLink="false">1502@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<blockquote><p>"No, not a new forum, sorry, bad miscommunication.<br />
Try using the "ADD NEW" on the front page of your site."</p></blockquote>
<p>I tried that just now with version 1.1 of Forum is category and version 1.2.  1.1 didn't show the form, but 1.2 showed it.  It's fixed now, anyway.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-1501</link>
			<pubDate>Tue, 22 Jul 2008 15:41:02 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1501@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>No, not a new forum, sorry, bad miscommunication.<br />
Try using the "ADD NEW" on the front page of your site.
</p>]]></description>
					</item>
		<item>
			<title>Ben L. on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-1500</link>
			<pubDate>Tue, 22 Jul 2008 15:13:54 +0000</pubDate>
			<dc:creator>Ben L.</dc:creator>
			<guid isPermaLink="false">1500@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<blockquote><p>"Using 0.9.0.2 of course. If you can't reproduce the error it may be a conflict with one of my other plugins, though not certain at this time. "</p></blockquote>
<p>I've tried making a new forum on 0.9.0.2, it worked.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-1499</link>
			<pubDate>Tue, 22 Jul 2008 15:08:58 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1499@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Using 0.9.0.2 of course. If you can't reproduce the error it may be a conflict with one of my other plugins, though not certain at this time.
</p>]]></description>
					</item>
		<item>
			<title>Ben L. on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-1498</link>
			<pubDate>Tue, 22 Jul 2008 14:49:27 +0000</pubDate>
			<dc:creator>Ben L.</dc:creator>
			<guid isPermaLink="false">1498@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<blockquote><p>"I get a huge page of warnings/errors when I "un-category" a forum in the admin menu."</p></blockquote>
<p>This will be fixed in 1.2, which should be released later today.</p>
<blockquote><p>"Also when active "Add New" doesn't seem to work correctly at all. "</p></blockquote>
<p>What version of bbPress are you on?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-1497</link>
			<pubDate>Tue, 22 Jul 2008 02:01:02 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">1497@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Very nice coding.<br />
You definitely should be writing more plugins ;-)</p>
<p>(At first I thought someone was borrowing from my "Read-Only Forums" but I can see you figured out the process by yourself - well done.)</p>
<p>Two problems you need to look into - I get a huge page of warnings/errors when I "un-category" a forum in the admin menu.  Also when active "Add New" doesn't seem to work correctly at all.
</p>]]></description>
					</item>
		<item>
			<title>Ben L. on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-1496</link>
			<pubDate>Mon, 21 Jul 2008 20:47:46 +0000</pubDate>
			<dc:creator>Ben L.</dc:creator>
			<guid isPermaLink="false">1496@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Oops, I set it up wrong.  Use version 1.1, 1.0 does nothing.
</p>]]></description>
					</item>
		<item>
			<title>Ben L. on "Forum is category"</title>
			<link>http://bbpress.org/plugins/topic/forum-is-category/#post-1495</link>
			<pubDate>Mon, 21 Jul 2008 18:01:49 +0000</pubDate>
			<dc:creator>Ben L.</dc:creator>
			<guid isPermaLink="false">1495@http://bbpress.org/plugins/</guid>
			<description><![CDATA[This plugin is only needed on bbPress lower than 1.0, which has been depricated. Please upgrade your bbPress installation to the latest bbPress versio]]></description>
					</item>

	</channel>
</rss>

