<?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: Automated Forum Moderation</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress Plugin Browser Topic: Automated Forum Moderation</description>
<language>en</language>
<pubDate>Sun, 14 Mar 2010 06:04:08 +0000</pubDate>

<item>
<title>Nightgunner5 on "Automated Forum Moderation"</title>
<link>http://bbpress.org/plugins/topic/automated-forum-moderation/#post-2166</link>
<pubDate>Mon, 03 Nov 2008 23:12:31 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">2166@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The &#60;code&#62;min_words&#60;/code&#62; part is to block &#34;lol&#34; from the forums.  If you don't want it, change &#60;code&#62;min_words&#60;/code&#62; and &#60;code&#62;min_chars&#60;/code&#62; to &#60;code&#62;1&#60;/code&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>Ipstenu on "Automated Forum Moderation"</title>
<link>http://bbpress.org/plugins/topic/automated-forum-moderation/#post-2164</link>
<pubDate>Mon, 03 Nov 2008 21:52:51 +0000</pubDate>
<dc:creator>Ipstenu</dc:creator>
<guid isPermaLink="false">2164@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I was going to ask 'how does this do that?' but looking at the code, I THINK I know...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$automated_forum_moderation_data = array(
	&#38;#39;max_days&#38;#39; =&#38;gt; 30, // Maximum time since the last post in a topic to allow posting
	&#38;#39;allow_double_post&#38;#39; =&#38;gt; false, // Allow posting twice (false, true, or an array of forum IDs to allow it in)
	&#38;#39;allow_double_post_after&#38;#39; =&#38;gt; 60, //the number of minutes since the previous post by that user (if the user is the last poster on a topic) that a new post can be made.  false if not applicable
	&#38;#39;min_words&#38;#39; =&#38;gt; 2, // Minimum words in a post
	&#38;#39;min_chars&#38;#39; =&#38;gt; 5 // Minimum characters in a post
);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You're just checking for the common posting habits found in bad users.  Doubleposting and too few words/characters. I'm not sure too few words will help much, and the time since last post seems an odd choice. Sometimes users are infrequent guests.  it's interesting logic, though! :)
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 on "Automated Forum Moderation"</title>
<link>http://bbpress.org/plugins/topic/automated-forum-moderation/#post-2163</link>
<pubDate>Mon, 03 Nov 2008 21:03:15 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">2163@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Please don't use this until the 0.2 revision - it has a strange problem of deleting topics randomly at the moment.
&#60;/p&#62;</description>
</item>
<item>
<title>Nightgunner5 on "Automated Forum Moderation"</title>
<link>http://bbpress.org/plugins/topic/automated-forum-moderation/#post-2162</link>
<pubDate>Mon, 03 Nov 2008 17:33:54 +0000</pubDate>
<dc:creator>Nightgunner5</dc:creator>
<guid isPermaLink="false">2162@http://bbpress.org/plugins/</guid>
<description>Blocks common (and sometimes accidental) human-generated spam automatically.</description>
</item>

</channel>
</rss>
