<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Plugin Browser Topic: Forum is category</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress Plugin Browser Topic: Forum is category</description>
<language>en</language>
<pubDate>Sun, 21 Mar 2010 06:45:22 +0000</pubDate>

<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>&#60;p&#62;If you replace this function it will solve the ADD NEW bug&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function forum_is_category_restrict_posting($retvalue, $capability, $args) {
	global $forums_that_are_categories;
	if ($capability == &#38;quot;write_topic&#38;quot; &#38;#38;&#38;#38; !empty($args[1]) &#38;#38;&#38;#38; in_array($args[1], $forums_that_are_categories)) {
		return false;
	} elseif ($capability == &#38;quot;move_topic&#38;quot; &#38;#38;&#38;#38; !empty($args[2]) &#38;#38;&#38;#38; in_array($args[2], $forums_that_are_categories)) {
		return false;
	}
	return $retvalue;
}&#60;/code&#62;&#60;/pre&#62;</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>&#60;p&#62;I ended up hacking something together based on @Avram's code above.&#60;/p&#62;
&#60;p&#62;**Unfortunately I am also having the ADD NEW bug though.**&#60;/p&#62;
&#60;p&#62;bbpress version: 0.9.0.4&#60;br /&#62;
forum is category version: 1.2
&#60;/p&#62;</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>&#60;p&#62;Can anyone provide me with a code snippet?  Something like:&#60;br /&#62;
&#60;code&#62; if (the forum you are in is a category) {do something}&#60;/code&#62;&#60;br /&#62;
I need to use it in forum.php&#60;br /&#62;
Thanks!
&#60;/p&#62;</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>&#60;p&#62;is there anyway to categorise forums and allowing user to comment on them???
&#60;/p&#62;</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>&#60;p&#62;Hi _ck_&#60;/p&#62;
&#60;p&#62;The latest version is 0.9.0.2 which is what I installed yesterday.&#60;/p&#62;
&#60;p&#62;1.0 says it's a test build and unstable...  &#60;/p&#62;
&#60;p&#62;Glad to hear they're including this option in the next version.&#60;/p&#62;
&#60;p&#62;Any idea when it will be ready or is it stable enough to use now?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Ann
&#60;/p&#62;</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>&#60;p&#62;This plugin should NOT be used with bbPress 1.0&#60;br /&#62;
It's already built in on bbPress 1.0
&#60;/p&#62;</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>&#60;p&#62;I'm experiencing the same problem with the &#34;ADD NEW&#34; on the front page of the site not working.&#60;/p&#62;
&#60;p&#62;I deactivated all the plug ins to see if there was a conflict.&#60;br /&#62;
I activated your plug in first and the &#34;ADD NEW&#34; doesn't work. It's acting like a closed forum... no form.&#60;/p&#62;
&#60;p&#62;I just installed bbpress today so I'm using the latest version.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</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>&#60;p&#62;Hello,&#60;br /&#62;
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:&#60;/p&#62;
&#60;p&#62;1) Add following code right BELOW the &#60;code&#62;&#38;lt;?php bb_get_header(); ?&#38;gt;&#60;/code&#62;:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$forums_that_are_categories = bb_get_option(&#38;quot;forum_is_category_forums&#38;quot;);
if (!is_array($forums_that_are_categories))
	$forums_that_are_categories = array();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Look for &#60;code&#62;&#38;lt;?php while ( bb_forum() ) : ?&#38;gt;&#60;/code&#62; and first &#60;code&#62;&#38;lt;?php endwhile; ?&#38;gt;&#60;/code&#62; after it, and replace everything BETWEEN those with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;tr&#38;lt;?php bb_forum_class(); ?&#38;gt;&#38;gt;
	&#38;lt;td&#38;gt;&#38;lt;?php bb_forum_pad( &#38;#39;&#38;lt;div class=&#38;quot;nest&#38;quot;&#38;gt;&#38;#39; ); ?&#38;gt;
	&#38;lt;?php
	ob_start();
	forum_id();
	$fix_forum_id = ob_get_clean();
	if (in_array($fix_forum_id, $forums_that_are_categories)) {
		echo &#38;quot;&#38;lt;strong&#38;gt;&#38;quot;; forum_name(); echo &#38;quot;&#38;lt;/strong&#38;gt;&#38;quot;;
	}
	else {
	?&#38;gt;
	&#38;lt;a href=&#38;quot;&#38;lt;?php forum_link(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php forum_name(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;small&#38;gt;&#38;lt;?php forum_description(); ?&#38;gt;&#38;lt;/small&#38;gt;
	&#38;lt;?php } ?&#38;gt;
	&#38;lt;?php bb_forum_pad( &#38;#39;&#38;lt;/div&#38;gt;&#38;#39; ); ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php forum_topics(); ?&#38;gt;&#38;lt;/td&#38;gt;
	&#38;lt;td class=&#38;quot;num&#38;quot;&#38;gt;&#38;lt;?php forum_posts(); ?&#38;gt;&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Save and re-upload file.&#60;/p&#62;
&#60;p&#62;Hope you like it :-)&#60;/p&#62;
&#60;p&#62;Demo: &#60;a href=&#34;http://www.mladenovac.in.rs/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.mladenovac.in.rs/forums/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 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>Nightgunner5</dc:creator>
<guid isPermaLink="false">1502@http://bbpress.org/plugins/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;&#34;No, not a new forum, sorry, bad miscommunication.&#60;br /&#62;
Try using the &#34;ADD NEW&#34; on the front page of your site.&#34;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;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.
&#60;/p&#62;</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>&#60;p&#62;No, not a new forum, sorry, bad miscommunication.&#60;br /&#62;
Try using the &#34;ADD NEW&#34; on the front page of your site.
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 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>Nightgunner5</dc:creator>
<guid isPermaLink="false">1500@http://bbpress.org/plugins/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;&#34;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. &#34;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I've tried making a new forum on 0.9.0.2, it worked.
&#60;/p&#62;</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>&#60;p&#62;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.
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 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>Nightgunner5</dc:creator>
<guid isPermaLink="false">1498@http://bbpress.org/plugins/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;&#34;I get a huge page of warnings/errors when I &#34;un-category&#34; a forum in the admin menu.&#34;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This will be fixed in 1.2, which should be released later today.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#34;Also when active &#34;Add New&#34; doesn't seem to work correctly at all. &#34;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;What version of bbPress are you on?
&#60;/p&#62;</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>&#60;p&#62;Very nice coding.&#60;br /&#62;
You definitely should be writing more plugins ;-)&#60;/p&#62;
&#60;p&#62;(At first I thought someone was borrowing from my &#34;Read-Only Forums&#34; but I can see you figured out the process by yourself - well done.)&#60;/p&#62;
&#60;p&#62;Two problems you need to look into - I get a huge page of warnings/errors when I &#34;un-category&#34; a forum in the admin menu.  Also when active &#34;Add New&#34; doesn't seem to work correctly at all.
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 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>Nightgunner5</dc:creator>
<guid isPermaLink="false">1496@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Oops, I set it up wrong.  Use version 1.1, 1.0 does nothing.
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 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>Nightgunner5</dc:creator>
<guid isPermaLink="false">1495@http://bbpress.org/plugins/</guid>
<description>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>
