<?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; Tag: hold - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/hold</link>
		<description>bbPress Plugin Browser &#187; Tag: hold - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 21:06:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/hold" rel="self" type="application/rss+xml" />

		<item>
			<title>nr3 on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/3/#post-6698</link>
			<pubDate>Sun, 08 Jan 2012 14:19:22 +0000</pubDate>
			<dc:creator>nr3</dc:creator>
			<guid isPermaLink="false">6698@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Since bbpress V1.1 I am getting the same problems elbuagnin described on page 2. The Registration Queue Page has only one kind of empty entry. Can anyone help?
</p>]]></description>
					</item>
		<item>
			<title>tayharri on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/3/#post-6556</link>
			<pubDate>Thu, 21 Jul 2011 15:05:35 +0000</pubDate>
			<dc:creator>tayharri</dc:creator>
			<guid isPermaLink="false">6556@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>The password sent with Approval Mail didn't work so I switch to send password with Registration Mail. Still didn't work.  Reverted back to Send password with Approval Mail and magically it works.
</p>]]></description>
					</item>
		<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>hlwinkler on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/3/#post-6114</link>
			<pubDate>Wed, 22 Sep 2010 12:55:25 +0000</pubDate>
			<dc:creator>hlwinkler</dc:creator>
			<guid isPermaLink="false">6114@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Update: it seems to be only about one time in three that the initial password doesn't work.  Not sure what to make of that.
</p>]]></description>
					</item>
		<item>
			<title>hlwinkler on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/3/#post-6113</link>
			<pubDate>Tue, 21 Sep 2010 19:03:22 +0000</pubDate>
			<dc:creator>hlwinkler</dc:creator>
			<guid isPermaLink="false">6113@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I still have the problem with this plugin in which the initial password sent to a user after I've approved the registration doesn't work and they have to select "lost password" in order to get a working password sent to them.  Any suggestions?  I have the registration settings set to Send password with Approval Mail as suggested here. This is with bbpress 1.02.</p>
<p>Thanks for any assistance,</p>
<p>Halle
</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>Saive on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/3/#post-5391</link>
			<pubDate>Fri, 05 Feb 2010 16:47:49 +0000</pubDate>
			<dc:creator>Saive</dc:creator>
			<guid isPermaLink="false">5391@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I'd use bbPress if this Plugin worked... sadly emails cannot be configured (some SMTP issue I think)... can't have a forum without user approval.
</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>garyl on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/3/#post-5290</link>
			<pubDate>Sun, 24 Jan 2010 19:33:20 +0000</pubDate>
			<dc:creator>garyl</dc:creator>
			<guid isPermaLink="false">5290@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Aldolat:</p>
<p>I had the same problem when BBpress is integrated with WordPress. </p>
<p>You need this version:  <a href="http://www.deadlyhifi.com/downloads/approve-user-registration.zip" rel="nofollow">http://www.deadlyhifi.com/downloads/approve-user-registration.zip</a><br />
from tomdebruin.  (see page 2 of this blog)  Thanks Tom!
</p>]]></description>
					</item>
		<item>
			<title>honestscott on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/3/#post-5281</link>
			<pubDate>Fri, 22 Jan 2010 20:13:45 +0000</pubDate>
			<dc:creator>honestscott</dc:creator>
			<guid isPermaLink="false">5281@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I really like this plug-in.</p>
<p>The only problem I have is that the time user registered shows 7 hours ahead.</p>
<p>What could be causing that problem?</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>aldolat on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-5258</link>
			<pubDate>Tue, 19 Jan 2010 06:28:47 +0000</pubDate>
			<dc:creator>aldolat</dc:creator>
			<guid isPermaLink="false">5258@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I tried this plugin but, if it's active, all users will be registered as Key Master: a big issue!<br />
Is there something I didn't made correctly during installation or is the bug real?
</p>]]></description>
					</item>
		<item>
			<title>surfeuse on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-5197</link>
			<pubDate>Tue, 12 Jan 2010 23:17:50 +0000</pubDate>
			<dc:creator>surfeuse</dc:creator>
			<guid isPermaLink="false">5197@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Great plug-in. Thanks!
</p>]]></description>
					</item>
		<item>
			<title>dni777 on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-5059</link>
			<pubDate>Tue, 15 Dec 2009 19:45:01 +0000</pubDate>
			<dc:creator>dni777</dc:creator>
			<guid isPermaLink="false">5059@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>thank you for updating it<br />
why don't you post that as the most recent version?</p>
<p>FYI i also went in and changed the text in this file to reflect the waiting period.</p>
<p>/kakumai/register-success.php</p>
<p>"Your registration as xxxxxx was successful. Within a few minutes you should receive an email with your password."</p>
<p>is there a way for the moderators to get notified that someone is waiting to be approved?
</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>bergahmeister on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-4871</link>
			<pubDate>Thu, 05 Nov 2009 17:40:23 +0000</pubDate>
			<dc:creator>bergahmeister</dc:creator>
			<guid isPermaLink="false">4871@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thank you Shane!
</p>]]></description>
					</item>
		<item>
			<title>adh11576 on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-4856</link>
			<pubDate>Mon, 02 Nov 2009 19:52:53 +0000</pubDate>
			<dc:creator>adh11576</dc:creator>
			<guid isPermaLink="false">4856@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Has anyone figured out how to prevent users I reject to not appear in the members list? Is there a way to make it so the user is deleted once they are rejected? thanks.
</p>]]></description>
					</item>
		<item>
			<title>Shane Pitman on "Approve User Registration"</title>
			<link>http://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-4771</link>
			<pubDate>Fri, 16 Oct 2009 23:32:48 +0000</pubDate>
			<dc:creator>Shane Pitman</dc:creator>
			<guid isPermaLink="false">4771@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>bergahmeister: Settings &#62; Registration Settings &#62; change the option to Approval Mail. Now the system won't send the password when the user registers, but will when an admin approves them. That password will work.
</p>]]></description>
					</item>

	</channel>
</rss>

