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

		<item>
			<title>ficam on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/5/#post-6652</link>
			<pubDate>Thu, 17 Nov 2011 18:44:40 +0000</pubDate>
			<dc:creator>ficam</dc:creator>
			<guid isPermaLink="false">6652@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Plugin could not be activated because it triggered a fatal error.</p>
<p>Fatal error: Call to undefined function bb_get_option() in <code>/home/content/f/i/c/ficam/html/wp-content/plugins/private-forums/private-forums.php on line 57</code>
</p>]]></description>
					</item>
		<item>
			<title>Torrenting on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/5/#post-6641</link>
			<pubDate>Sun, 13 Nov 2011 21:06:18 +0000</pubDate>
			<dc:creator>Torrenting</dc:creator>
			<guid isPermaLink="false">6641@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>thanxx
</p>]]></description>
					</item>
		<item>
			<title>dustin1974 on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/5/#post-6620</link>
			<pubDate>Sat, 29 Oct 2011 00:12:03 +0000</pubDate>
			<dc:creator>dustin1974</dc:creator>
			<guid isPermaLink="false">6620@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hello<br />
I can't get this plugin to install correctly. I don't have a my-plugins directory. I created one and tried to place it in various location but it shows either an error or nothing happens. </p>
<p>I am using WP multisite with Buddypress and the plugins from WPMUDEV.org. </p>
<p>I am trying to find a way to have a forum assigned just to a particular membership level in my membership. </p>
<p>Dustin
</p>]]></description>
					</item>
		<item>
			<title>aarong on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/7/#post-6595</link>
			<pubDate>Tue, 11 Oct 2011 19:15:22 +0000</pubDate>
			<dc:creator>aarong</dc:creator>
			<guid isPermaLink="false">6595@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This guy has updated the plugin.</p>
<p><a href="http://www.stephanmuller.nl/restricted-forums-bbpress/#comment-519" rel="nofollow">http://www.stephanmuller.nl/restricted-forums-bbpress/#comment-519</a></p>
<p>Plugin is here <a href="http://files.stephanmuller.nl/blog/plugins/bbpress/restricted-forums-for-bbpress.zip" rel="nofollow">http://files.stephanmuller.nl/blog/plugins/bbpress/restricted-forums-for-bbpress.zip</a>
</p>]]></description>
					</item>
		<item>
			<title>manny_nz on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/7/#post-6564</link>
			<pubDate>Wed, 03 Aug 2011 02:42:47 +0000</pubDate>
			<dc:creator>manny_nz</dc:creator>
			<guid isPermaLink="false">6564@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi</p>
<p>Great plugin, just one minor issue.</p>
<p>I'm trying to hide the complete forum to everyone, unless they are registered. Currently I only have 2 forms on my test site.</p>
<p>So...I've made this change to hidden-forums.php -</p>
<p>$hidden_forums['hidden_forums']=array(1,2);	// hide these forums, list by comma seperated number</p>
<p>And that is working, but I'm getting this error message on the top of the site now -<br />
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\testSite\help-forum\bb-includes\functions.bb-forums.php on line 86</p>
<p>Any help??</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>webmacho on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/5/#post-6268</link>
			<pubDate>Tue, 14 Dec 2010 04:21:46 +0000</pubDate>
			<dc:creator>webmacho</dc:creator>
			<guid isPermaLink="false">6268@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Not so good because it hides some forums that are no private
</p>]]></description>
					</item>
		<item>
			<title>Shane Pike on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/5/#post-6109</link>
			<pubDate>Tue, 14 Sep 2010 19:22:18 +0000</pubDate>
			<dc:creator>Shane Pike</dc:creator>
			<guid isPermaLink="false">6109@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I was frustrated by the RSS bug, too.  Not much point in having private forums if all the info was readily available in the RSS feed, right?</p>
<p>Now, I'm not at all familiar with bbPress and I'm no PHP guru, but here's my assessment of what's going on.  I would love to be corrected if I'm wrong!</p>
<p>To filter posts in the RSS feed, the plugin does this:<br />
<code>add_action( &#039;bb_rss.php&#039;, &#039;private_forums_filter_stuff_in_rss&#039; );</code></p>
<p>The problem is that there isn't a bbPress hook <em>called</em> 'bb_rss.php'.  Thus, the function never runs.</p>
<p>My solution (and I don't like it) is to add this line after every instance of the $posts array being populated in /rss.php:<br />
<code>do_action( &#039;bb_rss.php&#039; );</code></p>
<p>That works, but any future bbPress updates will break it again.
</p>]]></description>
					</item>
		<item>
			<title>DenyTheTruth on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/7/#post-6108</link>
			<pubDate>Tue, 14 Sep 2010 19:11:36 +0000</pubDate>
			<dc:creator>DenyTheTruth</dc:creator>
			<guid isPermaLink="false">6108@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Download link is broken...
</p>]]></description>
					</item>
		<item>
			<title>Blutch123 on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/7/#post-6072</link>
			<pubDate>Wed, 18 Aug 2010 18:00:15 +0000</pubDate>
			<dc:creator>Blutch123</dc:creator>
			<guid isPermaLink="false">6072@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Sorry, this for the front page, it's the same for other pages : <a href="http://img534.imageshack.us/img534/7686/screen2bo.png" rel="nofollow">http://img534.imageshack.us/img534/7686/screen2bo.png</a>
</p>]]></description>
					</item>
		<item>
			<title>taam on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/7/#post-6071</link>
			<pubDate>Wed, 18 Aug 2010 15:45:36 +0000</pubDate>
			<dc:creator>taam</dc:creator>
			<guid isPermaLink="false">6071@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi Butch123,<br />
could you where the problem is, i cannot see any obvious problem on the front page of the forum. I would like to know more because I also have a problem which has to do with differences between frontpage and other pages.</p>
<p>Yours,<br />
Taam
</p>]]></description>
					</item>
		<item>
			<title>Blutch123 on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/7/#post-6069</link>
			<pubDate>Wed, 18 Aug 2010 12:10:03 +0000</pubDate>
			<dc:creator>Blutch123</dc:creator>
			<guid isPermaLink="false">6069@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi CK i have a problem about displaying image or html code as you could see there <a href="http://www.fmtux.net/wordpress/forum/" rel="nofollow">http://www.fmtux.net/wordpress/forum/</a>. But i you go in a forum you could see the img and the html code works... How can i do for the front page ?
</p>]]></description>
					</item>
		<item>
			<title>taam on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/6/#post-6051</link>
			<pubDate>Fri, 06 Aug 2010 17:07:54 +0000</pubDate>
			<dc:creator>taam</dc:creator>
			<guid isPermaLink="false">6051@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@_ck_</p>
<p>well, that kills the label from all forums to which a "private"-rule is applied. But that's exactly the opposite I want.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/6/#post-6049</link>
			<pubDate>Tue, 03 Aug 2010 14:21:40 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">6049@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@taam, what happens if you change the line</p>
<p><code>add_filter( &#039;get_forum_name&#039;, &#039;hidden_forums_label&#039;,11,2);</code></p>
<p>to</p>
<p><code>add_filter( &#039;forum_name&#039;, &#039;hidden_forums_label&#039;,11,2);</code>
</p>]]></description>
					</item>
		<item>
			<title>taam on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/6/#post-6047</link>
			<pubDate>Mon, 02 Aug 2010 21:24:19 +0000</pubDate>
			<dc:creator>taam</dc:creator>
			<guid isPermaLink="false">6047@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi, I'm new in bbpress and experience a little flaw with your plugin, which does almost everything need. To give the internal members of my group a visual feedback that they post into the private area i wanted to add a little bit of css code to line 30. I did this</p>
<p><code>$hidden_forums[&#039;label&#039;]=&#34;&#60;span style=\&#34;color:red\&#34;;&#62;[Private] &#60;/span&#62;&#34;;</code></p>
<p>which works perfect everywhere except the start page which displays the red label correctly on "Latest Discussions" but not on "Forums".</p>
<p>There it parses the source code wrong, by parsing the &#60; &#62; as "&#38; lt ;" and "&#38; gt ;" (omit empty spaces, i cannot imitate it here directly)</p>
<p>Here is an example: <a href="http://yfrog.com/jwforumckj&#060;/p&#038;#62" rel="nofollow">http://yfrog.com/jwforumckj&#060;/p&#038;#62</a>;<br />
Could you give me advice?`
</p>]]></description>
					</item>
		<item>
			<title>Craig Sunney on "Hidden Forums"</title>
			<link>http://bbpress.org/plugins/topic/hidden-forums/page/6/#post-5630</link>
			<pubDate>Thu, 01 Apr 2010 13:42:54 +0000</pubDate>
			<dc:creator>Craig Sunney</dc:creator>
			<guid isPermaLink="false">5630@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Am I correct in thinking , I could use this plugin to protect forums by "roles" (including custom created non-standard roles) my users have in my wp site?
</p>]]></description>
					</item>
		<item>
			<title>litepanther on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-5546</link>
			<pubDate>Tue, 16 Mar 2010 02:47:39 +0000</pubDate>
			<dc:creator>litepanther</dc:creator>
			<guid isPermaLink="false">5546@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Ok i get it the RSS only gets the first topic and does not expose all the discussions, I am expecting that private topics cannot be query by RSS Feed if is is private....
</p>]]></description>
					</item>
		<item>
			<title>litepanther on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-5545</link>
			<pubDate>Tue, 16 Mar 2010 02:25:40 +0000</pubDate>
			<dc:creator>litepanther</dc:creator>
			<guid isPermaLink="false">5545@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I upgrade to private forums 5.2 trunk, still the same issue in RSS
</p>]]></description>
					</item>
		<item>
			<title>litepanther on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-5544</link>
			<pubDate>Tue, 16 Mar 2010 02:24:44 +0000</pubDate>
			<dc:creator>litepanther</dc:creator>
			<guid isPermaLink="false">5544@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Help, RSS Feed issue hit again! i type at the browser [my_site_url]/rss.php then results all including private messages
</p>]]></description>
					</item>
		<item>
			<title>litepanther on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-5523</link>
			<pubDate>Fri, 12 Mar 2010 00:48:47 +0000</pubDate>
			<dc:creator>litepanther</dc:creator>
			<guid isPermaLink="false">5523@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>my case is solved by reading the post of andypotanin, thank you very much
</p>]]></description>
					</item>
		<item>
			<title>litepanther on "Private Forums"</title>
			<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-5521</link>
			<pubDate>Fri, 12 Mar 2010 00:24:15 +0000</pubDate>
			<dc:creator>litepanther</dc:creator>
			<guid isPermaLink="false">5521@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>hi, i am new to wordpress and bbpress, i use the private forum plugin now but having problem when i rename a forum because it dissappear in view even it is open for all,
</p>]]></description>
					</item>

	</channel>
</rss>

