<?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: BB Moderation Hold</title>
		<link>http://bbpress.org/plugins/topic/bb-moderation-hold/</link>
		<description>bbPress Plugin Browser &#187; Topic: BB Moderation Hold</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 07:11:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/topic/bb-moderation-hold" rel="self" type="application/rss+xml" />

		<item>
			<title>dragonfly_green on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/page/2/#post-6530</link>
			<pubDate>Wed, 01 Jun 2011 21:49:24 +0000</pubDate>
			<dc:creator>dragonfly_green</dc:creator>
			<guid isPermaLink="false">6530@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>ktchn, Would you be willing to send me your fixed version of this plugin for bbpress 1.0.2?  I would really appreciate it.</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>ktchn on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/page/2/#post-5807</link>
			<pubDate>Wed, 05 May 2010 22:50:34 +0000</pubDate>
			<dc:creator>ktchn</dc:creator>
			<guid isPermaLink="false">5807@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I have fixed the remaining nits in this plugin in order to make it work with bbpress 1.0.2.  It's not really clear what needs to happen to share those fixes.</p>
<p>Even when hacked to make it work, this plugin leaves a lot to be desired -- for instance users have no idea they're being moderated, which will lead them to post multiple times out of frustration.</p>
<p>I'm guessing this isn't really being maintained.
</p>]]></description>
					</item>
		<item>
			<title>krgrindley on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/page/2/#post-5625</link>
			<pubDate>Thu, 01 Apr 2010 01:31:50 +0000</pubDate>
			<dc:creator>krgrindley</dc:creator>
			<guid isPermaLink="false">5625@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I made that fix and get the following error:</p>
<p>Fatal error: Call to a member function get_row() on a non-object in /home/lbcsin5/public_html/lbcsinglelife.com/highlights/my-plugins/bb-moderation-hold/moderation.php on line 92</p>
<p>The function ends up looking like this:</p>
<p>function bb_moderation_fix_status_before_post($old_status, $post_id, $topic_id) {<br />
    $options = bb_anonymous_default_options(bb_get_option('bb_moderation_hold'));</p>
<p>	$hold_posts = bb_moderation_check_options('hold_posts', $options);<br />
    if (!$post_id &#38;&#38; $hold_posts) {<br />
		$old_status = -1;<br />
    }<br />
	$topic = $bbdb-&#62;get_row("SELECT * FROM $bbdb-&#62;topics WHERE topic_id = '$topic_id'");<br />
	if($hold_topics &#38;&#38; intval($topic-&#62;topic_posts) === 0):<br />
	$bbdb-&#62;query("UPDATE $bbdb-&#62;topics SET topic_status = '-1' WHERE topic_id = '$topic_id'");<br />
	if ('Y' == $options['hold_topics_send_email']) bb_moderation_mail_moderation();<br />
	endif; </p>
<p>    return $old_status;<br />
}
</p>]]></description>
					</item>
		<item>
			<title>jamesbenson on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/page/2/#post-5542</link>
			<pubDate>Mon, 15 Mar 2010 22:31:21 +0000</pubDate>
			<dc:creator>jamesbenson</dc:creator>
			<guid isPermaLink="false">5542@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Topic moderation does not work in 1.0.2, to fix place the following on line 88 (just above the line saying "return"):</p>
<p>    $topic = $bbdb-&#62;get_row("SELECT * FROM $bbdb-&#62;topics WHERE topic_id = '$topic_id'");<br />
    if($hold_topics &#38;&#38; intval($topic-&#62;topic_posts) === 0):<br />
        $bbdb-&#62;query("UPDATE $bbdb-&#62;topics SET topic_status = '-1' WHERE topic_id = '$topic_id'");<br />
        if ('Y' == $options['hold_topics_send_email']) bb_moderation_mail_moderation();<br />
    endif;
</p>]]></description>
					</item>
		<item>
			<title>jamesbenson on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-5540</link>
			<pubDate>Mon, 15 Mar 2010 21:20:36 +0000</pubDate>
			<dc:creator>jamesbenson</dc:creator>
			<guid isPermaLink="false">5540@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Post moderation works in bb 1.0.2 but topic moderation does not appear to, the admin pages are not visible in the menus aswell.<br />
I'm not sure if other functionality works.</p>
<p>To fix the admin menus replace lines lines 147, 148 and 149 with the following:</p>
<p>  bb_admin_add_submenu(__('Moderation Options'), 'moderate', 'bb_moderation_hold_admin_page', 'options-general.php');<br />
  bb_admin_add_submenu(__('Topics for Moderation'), 'moderate', 'bb_moderation_hold_topic_admin_page', 'topics.php' );<br />
  bb_admin_add_submenu(__('Posts for Moderation'), 'moderate', 'bb_moderation_hold_post_admin_page', 'posts.php' );
</p>]]></description>
					</item>
		<item>
			<title>krgrindley on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-5379</link>
			<pubDate>Thu, 04 Feb 2010 07:39:58 +0000</pubDate>
			<dc:creator>krgrindley</dc:creator>
			<guid isPermaLink="false">5379@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I am also having trouble with this using BB v. 1.0.2 - I get the options for this but none of it works )c:
</p>]]></description>
					</item>
		<item>
			<title>cwdnow on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-4934</link>
			<pubDate>Tue, 17 Nov 2009 12:51:53 +0000</pubDate>
			<dc:creator>cwdnow</dc:creator>
			<guid isPermaLink="false">4934@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Really looking for a working version of this. Any alternatives anyone's found?
</p>]]></description>
					</item>
		<item>
			<title>ktchn on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-4585</link>
			<pubDate>Tue, 22 Sep 2009 22:00:22 +0000</pubDate>
			<dc:creator>ktchn</dc:creator>
			<guid isPermaLink="false">4585@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>this plugin doesn't work with bbpress 1.0.2
</p>]]></description>
					</item>
		<item>
			<title>timeanomaly on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-3743</link>
			<pubDate>Sun, 21 Jun 2009 19:21:08 +0000</pubDate>
			<dc:creator>timeanomaly</dc:creator>
			<guid isPermaLink="false">3743@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>when deleting posts</p>
<p>bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE status=0 AND user_id&#62;0 AND size&#62;0 AND post_id IN (SELECT post_id FROM bbma' at line 1]<br />
SELECT count(*) as count FROM WHERE status=0 AND user_id&#62;0 AND size&#62;0 AND post_id IN (SELECT post_id FROM bbmain_posts WHERE post_status=0 AND topic_id=2)
</p>]]></description>
					</item>
		<item>
			<title>aetorre on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-3607</link>
			<pubDate>Thu, 04 Jun 2009 15:08:29 +0000</pubDate>
			<dc:creator>aetorre</dc:creator>
			<guid isPermaLink="false">3607@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>We are considering using this plugin.<br />
Is there anybody working on this plugin? Will bugs described above be fixed?</p>
<p>Thanks in advance.
</p>]]></description>
					</item>
		<item>
			<title>cartmanffc on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-1890</link>
			<pubDate>Fri, 05 Sep 2008 11:19:48 +0000</pubDate>
			<dc:creator>cartmanffc</dc:creator>
			<guid isPermaLink="false">1890@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>this is supposed to work with 1.0 Alpha and it crashes when member is posting;</p>
<p>however when key master is posting it works ok
</p>]]></description>
					</item>
		<item>
			<title>RossB on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-1572</link>
			<pubDate>Tue, 29 Jul 2008 02:33:54 +0000</pubDate>
			<dc:creator>RossB</dc:creator>
			<guid isPermaLink="false">1572@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I have just installed and tested this plugin and found:</p>
<p>1. Email notifcation doesn't work<br />
2. A poster is not informed that his/her post is being moderated and will appear once approved - when they hit "post" their post does not appear and they receive no message to indicate why! </p>
<p>I'm going to have to deactivate the plugin for now, out of fear of losing anyone who tries to post on the forum. It's a pity, because I think a Moderation Hold plugin that replicates the sort of automatic mod hold for new posters that comes as a default with WP is a great idea for bbPress.
</p>]]></description>
					</item>
		<item>
			<title>dankelly613 on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-1566</link>
			<pubDate>Mon, 28 Jul 2008 18:48:29 +0000</pubDate>
			<dc:creator>dankelly613</dc:creator>
			<guid isPermaLink="false">1566@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi, Thanks for the great code.</p>
<p>Two things:</p>
<p>1. Email notification doesn't work at all. I don't even see code for it.<br />
2. When I approve a new topic, the "topic_last_poster_name" is set to blank.  (I removed the code from line 439, and it works OK now.)</p>
<p>FYI, I'm using v0.9.2 of bbPress and 0.4.1 of Moderation.</p>
<p>Remove:<br />
<code>topic_last_poster_name = &#39;$uname&#39;,</code>
</p>]]></description>
					</item>
		<item>
			<title>RossB on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-1528</link>
			<pubDate>Sat, 26 Jul 2008 03:41:50 +0000</pubDate>
			<dc:creator>RossB</dc:creator>
			<guid isPermaLink="false">1528@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>so1o,</p>
<p>I currently get a "not found" notice on your plugin download link. Is your plugin still available, please?
</p>]]></description>
					</item>
		<item>
			<title>so1o on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-1395</link>
			<pubDate>Sun, 22 Jun 2008 15:09:57 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">1395@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>i have update the plugin to fix the email problems and for clears code
</p>]]></description>
					</item>
		<item>
			<title>griffithc on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-1302</link>
			<pubDate>Sat, 24 May 2008 04:35:02 +0000</pubDate>
			<dc:creator>griffithc</dc:creator>
			<guid isPermaLink="false">1302@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I installed this with BB Press 0.9.0.2 and there were problems. The emails were not sent, and I couldn't moderate posts until after I added topics as admin. Unfortunately it didn't do what I needed it to do.
</p>]]></description>
					</item>
		<item>
			<title>matt123 on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-544</link>
			<pubDate>Thu, 30 Aug 2007 23:13:05 +0000</pubDate>
			<dc:creator>matt123</dc:creator>
			<guid isPermaLink="false">544@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Would it be possible to modify this plugin to only hold posts by anonymous users? </p>
<p>so10 I have set up anonymous posting using your tech. I really need to come up with a solution that will help limit the amount of spam. Any other suggestions?
</p>]]></description>
					</item>
		<item>
			<title>so1o on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-349</link>
			<pubDate>Tue, 10 Jul 2007 18:27:33 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">349@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>karaboga</p>
<p>not currently but its a good idea. i'll see what i can do.
</p>]]></description>
					</item>
		<item>
			<title>so1o on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-348</link>
			<pubDate>Tue, 10 Jul 2007 18:26:43 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">348@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>jeffrey232</p>
<p>i hope you got the download link.. if not here it is</p>
<p><a href="http://bbpress.org/plugins/download/bb-moderation-hold.0.3.zip" rel="nofollow">http://bbpress.org/plugins/download/bb-moderation-hold.0.3.zip</a>
</p>]]></description>
					</item>
		<item>
			<title>so1o on "BB Moderation Hold"</title>
			<link>http://bbpress.org/plugins/topic/bb-moderation-hold/#post-347</link>
			<pubDate>Tue, 10 Jul 2007 18:26:02 +0000</pubDate>
			<dc:creator>so1o</dc:creator>
			<guid isPermaLink="false">347@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>smoothzhuhai</p>
<p>you will need to take the latest version of bbpress. the plugin only works with 1.0 alpha build 809 or higher and 0.8.1 is not lower than that.</p>
<p>thanks
</p>]]></description>
					</item>

	</channel>
</rss>

