<?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: Forums Moderators</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Plugin: Forums Moderators</description>
<language>en</language>
<pubDate>Sun, 07 Sep 2008 10:45:05 +0000</pubDate>

<item>
<title>kannued on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-10918</link>
<pubDate>Tue, 11 Sep 2007 19:28:21 +0000</pubDate>
<dc:creator>kannued</dc:creator>
<guid isPermaLink="false">10918@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there anything that will restrict posting in a forum to only certain people?
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-10915</link>
<pubDate>Tue, 11 Sep 2007 15:53:45 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">10915@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hey kannued.. &#60;/p&#62;
&#60;p&#62;the plugin is for moderators restriction.. it will not prevent any one from posting..
&#60;/p&#62;</description>
</item>
<item>
<title>kannued on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-10861</link>
<pubDate>Fri, 07 Sep 2007 20:47:53 +0000</pubDate>
<dc:creator>kannued</dc:creator>
<guid isPermaLink="false">10861@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I added GiantFan's additional filters, but my &#34;tester&#34; can still post to all forums. Using 8.2.1
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-9993</link>
<pubDate>Mon, 06 Aug 2007 14:15:01 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">9993@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;if you set the moderator for the general forum she will not have access to moderate the Annoucement forum.
&#60;/p&#62;</description>
</item>
<item>
<title>MaryJane on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-9842</link>
<pubDate>Fri, 03 Aug 2007 14:24:45 +0000</pubDate>
<dc:creator>MaryJane</dc:creator>
<guid isPermaLink="false">9842@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well i have a moderator set for one forum called general. I have another forum called announcements and news and she can delete stuff out of that section.  I just downloaded this mod so im assuming this is the newest version.  Do the moderators have full forum mod rights?
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-9840</link>
<pubDate>Fri, 03 Aug 2007 13:30:42 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">9840@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;if you dont assign a moderator to a forum then only key master can moderate the forum..
&#60;/p&#62;</description>
</item>
<item>
<title>MaryJane on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-9819</link>
<pubDate>Fri, 03 Aug 2007 00:26:08 +0000</pubDate>
<dc:creator>MaryJane</dc:creator>
<guid isPermaLink="false">9819@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How do i set this to where everyone can read the section but the admin is the only one who can mess with it?  I dont want the moderators to have access to moderate it.
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-4718</link>
<pubDate>Wed, 21 Feb 2007 12:50:23 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">4718@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hey GiantsFan&#60;/p&#62;
&#60;p&#62;you've done the right thing. the forum moderators plugin is missing the capabilities which were added as part of release 0.8.&#60;/p&#62;
&#60;p&#62;Go Giants!
&#60;/p&#62;</description>
</item>
<item>
<title>GiantsFan on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-4706</link>
<pubDate>Wed, 21 Feb 2007 02:23:58 +0000</pubDate>
<dc:creator>GiantsFan</dc:creator>
<guid isPermaLink="false">4706@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;FYI, I modified the plug-in slightly to prevent moderators from messing with other forums they are not assigned to by this plug-in in bbpress version 0.8.&#60;/p&#62;
&#60;p&#62;changed &#60;strong&#62;function forum_moderators_process_capacities&#60;/strong&#62; in forum-moderators.php, added some additional filters:&#60;br /&#62;
&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$filtering_caps = array(&#60;br /&#62;
		'manage_topics' ,&#60;br /&#62;
		'edit_closed' ,&#60;br /&#62;
		'edit_deleted' ,&#60;br /&#62;
		'browse_deleted' ,&#60;br /&#62;
		'edit_others_tags' ,&#60;br /&#62;
		'edit_others_topics' ,&#60;br /&#62;
		'manage_posts' ,&#60;br /&#62;
		'ignore_edit_lock' ,&#60;br /&#62;
		'edit_others_posts',&#60;br /&#62;
		'delete_posts',&#60;br /&#62;
		'delete_topics',&#60;br /&#62;
		'close_topics',&#60;br /&#62;
		'stick_topics',&#60;br /&#62;
		'move_topics',&#60;br /&#62;
		'moderate'&#60;br /&#62;
	);&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;added filters:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
delete_topics',&#60;br /&#62;
'close_topics',&#60;br /&#62;
'stick_topics',&#60;br /&#62;
'move_topics',&#60;br /&#62;
'moderate
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;don't know exactly what I'm doing but that hacked seemed to do what I want.
&#60;/p&#62;</description>
</item>
<item>
<title>GiantsFan on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-4529</link>
<pubDate>Thu, 15 Feb 2007 18:52:16 +0000</pubDate>
<dc:creator>GiantsFan</dc:creator>
<guid isPermaLink="false">4529@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;using 0.8
&#60;/p&#62;</description>
</item>
<item>
<title>GiantsFan on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-4494</link>
<pubDate>Thu, 15 Feb 2007 00:58:27 +0000</pubDate>
<dc:creator>GiantsFan</dc:creator>
<guid isPermaLink="false">4494@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Having some issues with this plugin. I'm able to access forum Users-&#38;gt;Forum Moderators from my admin panel and can also update moderator privileges for specific users here. The updates seem to stick and appear correct on this page, however they do not seem to actually effect the user (moderators) themselves.&#60;/p&#62;
&#60;p&#62;When I log in as one of these moderators whom I've assigned to a specific forum, they are still able to moderator any forum I have created, whether they are assinged as a moderator to it or not, so basically they have global moderator privileges.&#60;/p&#62;
&#60;p&#62;Am I missing something?
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-2223</link>
<pubDate>Mon, 11 Dec 2006 22:45:18 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">2223@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you expend this so only mods and admins can start new topics in a certain forum and members cant?
&#60;/p&#62;</description>
</item>
<item>
<title>peiqinglong on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-2156</link>
<pubDate>Sat, 09 Dec 2006 22:53:35 +0000</pubDate>
<dc:creator>peiqinglong</dc:creator>
<guid isPermaLink="false">2156@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very cool! Gonna try this!
&#60;/p&#62;</description>
</item>
<item>
<title>thomasklaiber on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-2149</link>
<pubDate>Sat, 09 Dec 2006 15:25:45 +0000</pubDate>
<dc:creator>thomasklaiber</dc:creator>
<guid isPermaLink="false">2149@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;A very nice plugin.&#60;/p&#62;
&#60;p&#62;I tried it out and everything worked perfectly, very nice!
&#60;/p&#62;</description>
</item>
<item>
<title>spencerp on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-2148</link>
<pubDate>Sat, 09 Dec 2006 15:07:30 +0000</pubDate>
<dc:creator>spencerp</dc:creator>
<guid isPermaLink="false">2148@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh sweet!! I'll have to check this one out then, probably after I get that Private Message plugin working.. lol! ;) :)&#60;/p&#62;
&#60;p&#62;spencerp
&#60;/p&#62;</description>
</item>
<item>
<title>so1o on "Plugin: Forums Moderators"</title>
<link>http://bbpress.org/forums/topic/plugin-forums-moderators#post-2147</link>
<pubDate>Sat, 09 Dec 2006 14:34:31 +0000</pubDate>
<dc:creator>so1o</dc:creator>
<guid isPermaLink="false">2147@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;will enable features to give moderators forum specific privileges. This plugin will by disable all privileges for the moderator by default and will need to be given explicit privileges for each forum he needs access to.&#60;/p&#62;
&#60;p&#62;The admin menu can accessed by keymaster from Admin &#38;gt; User &#38;gt; Forum Moderators&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.adityanaik.com/projects/plugins/bb-forum-moderators/&#34; rel=&#34;nofollow&#34;&#62;http://www.adityanaik.com/projects/plugins/bb-forum-moderators/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please leave your comments, bugs and feedback at this forum
&#60;/p&#62;</description>
</item>

</channel>
</rss>
