<?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: Read-Only Forums</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser Topic: Read-Only Forums</description>
<language>en</language>
<pubDate>Sat, 06 Sep 2008 16:07:02 +0000</pubDate>

<item>
<title>_ck_ on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1832</link>
<pubDate>Fri, 29 Aug 2008 16:12:17 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1832@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;if you have this line (it's the default) then yes&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$read_only_forums[&#38;#39;allow_roles_always&#38;#39;]=array(&#38;#39;moderator&#38;#39;,&#38;#39;administrator&#38;#39;,&#38;#39;keymaster&#38;#39;); // these types of users can always start/reply&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>motaboy21 on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1831</link>
<pubDate>Fri, 29 Aug 2008 15:47:22 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">1831@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;but if members cant post, what about keymasters? they can?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1815</link>
<pubDate>Thu, 28 Aug 2008 17:08:12 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1815@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;yes if you want to deny people starting topics in forum #5&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$read_only_forums[&#38;#39;deny_forums_start_topic&#38;#39;]=array(5);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Admin menu is on my long list of things &#34;to do&#34;&#60;br /&#62;
Given how few donations there have been, I wouldn't hold your breath.
&#60;/p&#62;</description>
</item>
<item>
<title>motaboy21 on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1814</link>
<pubDate>Thu, 28 Aug 2008 16:12:41 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">1814@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;$read_only_forums['deny_forums_start_topic']=array(9,15,22);&#60;/p&#62;
&#60;p&#62;if my forum id is 5 i have to add it? like (5,9,15,22); ?
&#60;/p&#62;</description>
</item>
<item>
<title>motaboy21 on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1813</link>
<pubDate>Thu, 28 Aug 2008 16:05:14 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">1813@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;hey guys, if you need a control panel, i can do the design, its kinda hard to setup this thing without knowing php....
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1029</link>
<pubDate>Fri, 18 Apr 2008 06:00:45 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1029@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Version 0.0.5 adds the ability to give a custom message when posting has been restricted in a topic or forum. This does require two template edits:&#60;/p&#62;
&#60;p&#62;* in &#60;code&#62;topic.php&#60;/code&#62; template replace the &#60;code&#62;&#38;lt;?php post_form(); ?&#38;gt;&#60;/code&#62;  with &#60;code&#62;&#38;lt;?php if (function_exists(&#38;#39;read_only_post_form&#38;#39;)) {read_only_post_form();}  else {post_form();} ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;* in &#60;code&#62;forum.php&#60;/code&#62; template replace the &#60;code&#62;&#38;lt;?php post_form(); ?&#38;gt;&#60;/code&#62;  with &#60;code&#62;&#38;lt;?php if (function_exists(&#38;#39;read_only_post_form&#38;#39;)) {read_only_post_form();}  else {post_form();} ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;* if ALL your forums are going to be Read-Only, replace in &#60;code&#62;topic.php&#60;/code&#62; &#60;code&#62;forum.php&#60;/code&#62; &#60;code&#62;front-page.php&#60;/code&#62;  &#60;code&#62;tag-single.php&#60;/code&#62; &#60;code&#62;&#38;lt;?php post_form(); ?&#38;gt;&#60;/code&#62; with &#60;code&#62;&#38;lt;?php if (function_exists(&#38;#39;read_only_post_form&#38;#39;)) {if (bb_current_user_can(&#38;#39;moderate&#38;#39;)) {read_only_post_form();}}  else {post_form();} ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1027</link>
<pubDate>Thu, 17 Apr 2008 18:32:33 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1027@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Yeah I saw those messages even when posting was shutoff and I didn't have time to investigate but I think they are one of those crazy things still hard coded into bbPress.&#60;/p&#62;
&#60;p&#62;Update: there might be a way to work around this since the text displayed can be overridden in the &#60;code&#62;topic.php&#60;/code&#62; and &#60;code&#62;forum.php&#60;/code&#62; templates where &#60;code&#62;&#38;lt;?php post_form(); ?&#38;gt;&#60;/code&#62; runs.  I can probably put a custom replacement for post_form which will pass an empty title or the message that you want displayed that the forum is closed to posts. It will require a minor template edit but will be automated from there.&#60;/p&#62;
&#60;p&#62;Check back in 24 hours after I have some more time to develop it.
&#60;/p&#62;</description>
</item>
<item>
<title>suleiman on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1025</link>
<pubDate>Thu, 17 Apr 2008 15:14:00 +0000</pubDate>
<dc:creator>suleiman</dc:creator>
<guid isPermaLink="false">1025@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;while this definitely works a treat, one thing I will point out is the headings of &#34;REply&#34; and &#34; New Topic&#34; do still appear, with no text below to indicate to the user the reason they can't make a post is because of a lack of permissions. &#60;/p&#62;
&#60;p&#62;what should be displayed here is some kind of an error message letting the user know why they aren't seeing a form for posting a topic or a reply.
&#60;/p&#62;</description>
</item>
<item>
<title>suleiman on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1024</link>
<pubDate>Thu, 17 Apr 2008 15:01:09 +0000</pubDate>
<dc:creator>suleiman</dc:creator>
<guid isPermaLink="false">1024@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;nevermind...got it working.
&#60;/p&#62;</description>
</item>
<item>
<title>suleiman on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1023</link>
<pubDate>Thu, 17 Apr 2008 14:52:19 +0000</pubDate>
<dc:creator>suleiman</dc:creator>
<guid isPermaLink="false">1023@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;where do i specify that i want forum id 5 to be read only?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1020</link>
<pubDate>Thu, 17 Apr 2008 07:33:34 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1020@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I realize without an admin menu (for now) the configuration might be tricky for people with absolutely no plugin editing experience so just ask if you can't figure it out.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Read-Only Forums"</title>
<link>http://bbpress.org/plugins/topic/read-only-forums/#post-1019</link>
<pubDate>Thu, 17 Apr 2008 03:31:39 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1019@http://bbpress.org/plugins/</guid>
<description>Prevent all or certain members from starting topics or just replying in certain forums while allowing posting in others. Moderators and administrators</description>
</item>

</channel>
</rss>
