<?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 support forums Topic: Plugin: Private Forums v4.0</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Plugin: Private Forums v4.0</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 08:52:14 +0000</pubDate>

<item>
<title>schmitt on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-9759</link>
<pubDate>Thu, 02 Aug 2007 01:37:08 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">9759@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;5.2 Works for me. Fixed profile issues.
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-9757</link>
<pubDate>Thu, 02 Aug 2007 00:39:46 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">9757@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;the problems should be fixed in the trunk..&#60;br /&#62;
get the trunk version here..&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/12/page/2?replies=39#post-479&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/12/page/2?replies=39#post-479&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;@Null good idea.. i'll see what i can do..
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-9752</link>
<pubDate>Wed, 01 Aug 2007 22:41:30 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">9752@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How about &#34;locking&#34; a forum so that only admin/mods can create topics in it and members can ONLY reply on these topics? (so not create them)&#60;/p&#62;
&#60;p&#62;So making a forum half-private :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-9678</link>
<pubDate>Tue, 31 Jul 2007 18:26:28 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9678@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh this is driving me crazy.&#60;/p&#62;
&#60;p&#62;Every so often, the private forum settings reset back to open to all and expose the moderator forum to everyone. Not good.&#60;/p&#62;
&#60;p&#62;Until this bug is found I need to know how to hardwire a forum by number via code to always be moderator's only. &#60;/p&#62;
&#60;p&#62;update: I hardwired  private_forums_custom_get_options, adding&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (!bb_current_user_can(&#38;quot;moderate&#38;quot;)) {$private_forums_for_user[8] = &#38;quot;MODERATOR&#38;quot;;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should make sure no matter what, #8 stays private&#60;/p&#62;
&#60;p&#62;Hopefully you can find the bug soon...  it might even be a bbpress core bug which is scary...  then again, your settings are the only ones that seem to reset?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-9641</link>
<pubDate>Tue, 31 Jul 2007 05:47:50 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9641@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes it's a suppliment to the private_forums plugin so results are additionally pre-filtered instead of just post-filtered. This helps keep topics-per-page obeyed (ie. if you want 25 listed you'll still get 25 even if 10 have to be removed) and it also fixes a couple of areas that post-filtering doesn't work.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-9629</link>
<pubDate>Tue, 31 Jul 2007 00:12:04 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">9629@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like you have added a function AND added filters to the private_forums_initialize_filters() function?
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-9628</link>
<pubDate>Tue, 31 Jul 2007 00:08:10 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">9628@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I cannot find a function called private_forums_filter_private in v5.0
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-9536</link>
<pubDate>Sun, 29 Jul 2007 09:03:40 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9536@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh figured out how to fix the moderator's profile, very easy to do when using my additional function - just attached more &#34;where filters&#34;:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function private_forums_filter_private($where,$prefix=&#38;#39;&#38;#39;){
if (function_exists(&#38;quot;private_forums_custom_get_options&#38;quot;)) {
$private_forums = private_forums_custom_get_options(&#38;#39;private_forums&#38;#39;);
foreach($private_forums as $forum =&#38;gt; $role) {
	if(!private_forums_check_user_access_to_forum($role)) {
		$where.=&#38;quot; AND &#38;quot;.$prefix.&#38;quot;forum_id != &#38;quot;.$forum.&#38;quot;  &#38;quot;;
	}
}
}
  return  $where;
}
add_filter( &#38;#39;get_latest_topics_where&#38;#39;, &#38;#39;private_forums_filter_private&#38;#39;);
add_filter( &#38;#39;get_latest_posts_where&#38;#39;, &#38;#39;private_forums_filter_private&#38;#39;);
add_filter( &#38;#39;get_recent_user_replies_where&#38;#39;, &#38;#39;private_forums_filter_private&#38;#39;);
add_filter( &#38;#39;get_recent_user_threads_where&#38;#39;, &#38;#39;private_forums_filter_private&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-9205</link>
<pubDate>Sat, 21 Jul 2007 15:35:19 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9205@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bug report:&#60;br /&#62;
private forum topics show up in the moderator's profile  &#38;#38; favorites for any viewer
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-8981</link>
<pubDate>Tue, 17 Jul 2007 02:00:49 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">8981@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;version 5.0&#60;br /&#62;
forum restriction can be set for each forum individually&#60;/p&#62;
&#60;p&#62;also filters search and rss feeds
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-8945</link>
<pubDate>Mon, 16 Jul 2007 14:37:06 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">8945@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Be sure to see my nifty update at the end of that thread.&#60;br /&#62;
I suspect 4.01 will be out shortly ;-)&#60;/p&#62;
&#60;p&#62;I really like this plugin, gives bbpress a higher end forum feature.
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Plugin: Private Forums v4.0"</title>
<link>http://bbpress.org/forums/topic/plugin-private-forums-v40#post-8932</link>
<pubDate>Mon, 16 Jul 2007 02:18:28 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">8932@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The Plugin is update to version 4.0 &#60;/p&#62;
&#60;p&#62;now you can use the plugin to restrict selected forums to either administrators/moderators/members. &#60;/p&#62;
&#60;p&#62;here is the link&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/12?&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/12?&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
