<?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: Restrict New Topic</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Restrict New Topic</description>
<language>en</language>
<pubDate>Sat, 06 Sep 2008 16:36:42 +0000</pubDate>

<item>
<title>Null on "Restrict New Topic"</title>
<link>http://bbpress.org/forums/topic/restrict-new-topic#post-13583</link>
<pubDate>Sat, 02 Feb 2008 13:56:52 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">13583@http://bbpress.org/forums/</guid>
<description>&#60;pre&#62;&#60;code&#62;Put this code in a Plugin. The group &#38;quot;Member&#38;quot; will be affected.

function restrict_bb_got_roles() {
global $bb_roles;
unset($bb_roles-&#38;gt;roles[&#38;#39;member&#38;#39;][&#38;#39;capabilities&#38;#39;][&#38;#39;edit_topics&#38;#39;]);
unset($bb_roles-&#38;gt;roles[&#38;#39;member&#38;#39;][&#38;#39;capabilities&#38;#39;][&#38;#39;write_topics&#38;#39;]);

unset($bb_roles-&#38;gt;role_objects[&#38;#39;member&#38;#39;]-&#38;gt;capabilities[&#38;#39;edit_topics&#38;#39;]);
unset($bb_roles-&#38;gt;role_objects[&#38;#39;member&#38;#39;]-&#38;gt;capabilities[&#38;#39;write_topics&#38;#39;]);
}

add_action(&#38;#39;bb_got_roles&#38;#39;, &#38;#39;restrict_bb_got_roles&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What happens If you use this? Do only members + higher be able to post here and all can reply and read?
&#60;/p&#62;</description>
</item>
<item>
<title>Olzvoi on "Restrict New Topic"</title>
<link>http://bbpress.org/forums/topic/restrict-new-topic#post-5340</link>
<pubDate>Sat, 10 Mar 2007 00:56:42 +0000</pubDate>
<dc:creator>Olzvoi</dc:creator>
<guid isPermaLink="false">5340@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Put this code in a Plugin. The group &#34;Member&#34; will be affected.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
function restrict_bb_got_roles() {&#60;br /&#62;
	global $bb_roles;&#60;br /&#62;
	unset($bb_roles-&#38;gt;roles['member']['capabilities']['edit_topics']);&#60;br /&#62;
	unset($bb_roles-&#38;gt;roles['member']['capabilities']['write_topics']);&#60;/p&#62;
&#60;p&#62;	unset($bb_roles-&#38;gt;role_objects['member']-&#38;gt;capabilities['edit_topics']);&#60;br /&#62;
	unset($bb_roles-&#38;gt;role_objects['member']-&#38;gt;capabilities['write_topics']);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;add_action('bb_got_roles', 'restrict_bb_got_roles');&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>blepoxp on "Restrict New Topic"</title>
<link>http://bbpress.org/forums/topic/restrict-new-topic#post-4546</link>
<pubDate>Fri, 16 Feb 2007 03:30:27 +0000</pubDate>
<dc:creator>blepoxp</dc:creator>
<guid isPermaLink="false">4546@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you think this would be an easy code?&#60;br /&#62;
If we we're editing the actual bb code, wouldn't we just put an if then conditional around the link to post a new topic? Then again... I guess that wouldn't remove the ability, just the link that makes posting a new topic an ability... hmmm. &#60;/p&#62;
&#60;p&#62;What existing plugin do you think my be the easiest to modify to this end?
&#60;/p&#62;</description>
</item>
<item>
<title>Null on "Restrict New Topic"</title>
<link>http://bbpress.org/forums/topic/restrict-new-topic#post-4515</link>
<pubDate>Thu, 15 Feb 2007 11:32:23 +0000</pubDate>
<dc:creator>Null</dc:creator>
<guid isPermaLink="false">4515@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I need this to, but only mods/admins to begin a topic and members can only reply on them. But this only to a specific forum, all other forums stay &#34;normal&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>blepoxp on "Restrict New Topic"</title>
<link>http://bbpress.org/forums/topic/restrict-new-topic#post-4514</link>
<pubDate>Thu, 15 Feb 2007 11:22:53 +0000</pubDate>
<dc:creator>blepoxp</dc:creator>
<guid isPermaLink="false">4514@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there a plugin available that will allow me to restrict New Topic Creation to certain individuals? I've looked at the forum moderators plugin and the private forums plugin but neither of these seem to work.&#60;/p&#62;
&#60;p&#62;I need all members to be able to reply but only certain members able to begin a new topic. Does such capabilities currently exist? Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
