<?xml version="1.0"?><!-- 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 Showcase Tag: new members</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Tag: new members</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 14:51:43 +0000</pubDate>

<item>
<title>pastorbobsforum on "[by Olaf Lederer] Moderate new members' first posts"</title>
<link>http://bbshowcase.org/forums/topic/by-olaf-lederer-moderate-new-members-first-posts#post-2053</link>
<pubDate>Mon, 16 Aug 2010 04:42:21 +0000</pubDate>
<dc:creator>pastorbobsforum</dc:creator>
<guid isPermaLink="false">2053@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello again.&#60;/p&#62;
&#60;p&#62;I've solved it. The ones interested can find it &#60;a href=&#34;http://bbpress.org/forums/topic/multiple-plugins-moderation-issues&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Bob
&#60;/p&#62;</description>
</item>
<item>
<title>pastorbobsforum on "[by Olaf Lederer] Moderate new members' first posts"</title>
<link>http://bbshowcase.org/forums/topic/by-olaf-lederer-moderate-new-members-first-posts#post-2052</link>
<pubDate>Sat, 14 Aug 2010 12:19:03 +0000</pubDate>
<dc:creator>pastorbobsforum</dc:creator>
<guid isPermaLink="false">2052@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;Well, I have asked right &#60;a href=&#34;http://bbpress.org/forums/topic/multiple-plugins-moderation-issues&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;The reason for writing on your forum though, was because I am using some of plugins, New User Notification Email and Spam Notification among others, and thinking that this plugin (Moderate new members' first posts), would behave somehow in the same way as New User Notification does, I thought that you might have an idea on how I could fix it.&#60;/p&#62;
&#60;p&#62;Also, I have tried to write a menu for the aforementioned plugins, but even if I was receiving the emails, I couldn't get the correct content. Anyway, there was no need for the menus, because they both behaved exactly as I wanted them to.&#60;/p&#62;
&#60;p&#62;The only thing that I wanted was for the admin_email to receive the first post that an user made and hold it for moderation, after that all the other posts' notifications would go into another email account, something like &#60;a href=&#34;http://forum2.dev.xiligroup.com/forum.php?id=4&#34;&#62;xili New Post Notification (xnpn)&#60;/a&#62; does.&#60;/p&#62;
&#60;p&#62;Even if I don't find a solution on your forum ck, I still thank you for your work.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Bob
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "[by Olaf Lederer] Moderate new members' first posts"</title>
<link>http://bbshowcase.org/forums/topic/by-olaf-lederer-moderate-new-members-first-posts#post-2051</link>
<pubDate>Sat, 14 Aug 2010 10:50:41 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2051@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;This one you'll have to ask on bbpress.org, I've never even heard of it.
&#60;/p&#62;</description>
</item>
<item>
<title>pastorbobsforum on "[by Olaf Lederer] Moderate new members' first posts"</title>
<link>http://bbshowcase.org/forums/topic/by-olaf-lederer-moderate-new-members-first-posts#post-2050</link>
<pubDate>Sat, 14 Aug 2010 10:44:29 +0000</pubDate>
<dc:creator>pastorbobsforum</dc:creator>
<guid isPermaLink="false">2050@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;I am using &#60;a href=&#34;http://www.finalwebsites.com/portal&#34;&#62;Olaf Lederer's&#60;/a&#62; plugin, to moderate only the first post made by an user. The plugin can be found &#60;a href=&#34;Moderate new members' first posts&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I think that this is the section of the plugin that does the job:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function mod_notification_new_post() {
	global $bbdb, $topic_id, $bb_current_user;

	$all_moderators = notification_select_all_mods();

	if(!is_moderator($bb_current_user-&#38;gt;ID)) {
		$sql = &#38;quot;
			SELECT COUNT(*)
			FROM $bbdb-&#38;gt;posts
			WHERE poster_id = $bb_current_user-&#38;gt;ID AND post_status = 0
		&#38;quot;;
		$userpostcount = intval($bbdb-&#38;gt;get_var($sql));

		if($userpostcount &#38;lt;= POST_NUMBER_MODERATION) {
			$sql2 = &#38;quot;
				UPDATE $bbdb-&#38;gt;posts
				SET post_status = 2
				WHERE poster_id = $bb_current_user-&#38;gt;ID
			&#38;quot;;
			$markedasspam = $bbdb-&#38;gt;get_results($sql2);
		}
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But is not working for me. Instead of allowing the user that has had his first post approved to post un-moderated, the admin email get notified for every post. &#60;/p&#62;
&#60;p&#62;Any help much appreciated.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Bob
&#60;/p&#62;</description>
</item>

</channel>
</rss>
