<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Topic: Automated Forum Moderation</title>
		<link>http://bbpress.org/plugins/topic/automated-forum-moderation/</link>
		<description>bbPress Plugin Browser &#187; Topic: Automated Forum Moderation</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 15:54:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/topic/automated-forum-moderation" rel="self" type="application/rss+xml" />

		<item>
			<title>Ben L. 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>Ben L.</dc:creator>
			<guid isPermaLink="false">2166@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>The <code>min_words</code> part is to block "lol" from the forums.  If you don't want it, change <code>min_words</code> and <code>min_chars</code> to <code>1</code>.
</p>]]></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><![CDATA[<p>I was going to ask 'how does this do that?' but looking at the code, I THINK I know...</p>
<pre><code>$automated_forum_moderation_data = array(
	&#39;max_days&#39; =&#62; 30, // Maximum time since the last post in a topic to allow posting
	&#39;allow_double_post&#39; =&#62; false, // Allow posting twice (false, true, or an array of forum IDs to allow it in)
	&#39;allow_double_post_after&#39; =&#62; 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
	&#39;min_words&#39; =&#62; 2, // Minimum words in a post
	&#39;min_chars&#39; =&#62; 5 // Minimum characters in a post
);</code></pre>
<p>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! :)
</p>]]></description>
					</item>
		<item>
			<title>Ben L. 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>Ben L.</dc:creator>
			<guid isPermaLink="false">2163@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Please don't use this until the 0.2 revision - it has a strange problem of deleting topics randomly at the moment.
</p>]]></description>
					</item>
		<item>
			<title>Ben L. 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>Ben L.</dc:creator>
			<guid isPermaLink="false">2162@http://bbpress.org/plugins/</guid>
			<description><![CDATA[Blocks common (and sometimes accidental) human-generated spam automatically.]]></description>
					</item>

	</channel>
</rss>

