<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to moderate signups</title>
	<atom:link href="http://wpmututorials.com/hacks/how-to-moderate-signups/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/hacks/how-to-moderate-signups/</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: zlamczyk</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-8504</link>
		<dc:creator>zlamczyk</dc:creator>
		<pubDate>Mon, 07 Jun 2010 05:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-8504</guid>
		<description>Figured this out, finally.  Turns out that the file and function to modify was:
`wp-content\plugins\buddypress\bp-core\bp-core-filters.php`
--&gt;`function bp_core_activation_signup_user_notification( $user, $user_email, $key, $meta )`

Isn&#039;t is redundant to have two functions so similar to each other?  Both the above function and
`wp-content\plugins\buddypress\bp-core\bp-core-signup.php`
--&gt;`function bp_core_signup_send_validation_email( $user_id, $user_email, $key )`
are extraordinarily similar to each other.  It&#039;s kinda frustrating.

I&#039;d consider developing a plugin, but perhaps I&#039;ll wait for the first release of WP 3.0.</description>
		<content:encoded><![CDATA[<p>Figured this out, finally.  Turns out that the file and function to modify was:<br />
`wp-content\plugins\buddypress\bp-core\bp-core-filters.php`<br />
&#8211;&gt;`function bp_core_activation_signup_user_notification( $user, $user_email, $key, $meta )`</p>
<p>Isn&#8217;t is redundant to have two functions so similar to each other?  Both the above function and<br />
`wp-content\plugins\buddypress\bp-core\bp-core-signup.php`<br />
&#8211;&gt;`function bp_core_signup_send_validation_email( $user_id, $user_email, $key )`<br />
are extraordinarily similar to each other.  It&#8217;s kinda frustrating.</p>
<p>I&#8217;d consider developing a plugin, but perhaps I&#8217;ll wait for the first release of WP 3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zlamczyk</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-8435</link>
		<dc:creator>zlamczyk</dc:creator>
		<pubDate>Fri, 04 Jun 2010 17:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-8435</guid>
		<description>How would this be accomplished with a WPMU 2.9.2 and BP 1.2.4 install?  I tried modifying bp-core-signup.php but it didn&#039;t work for me.  And bp-core-activation.php is not present in my directory.  Was that file deprecated?</description>
		<content:encoded><![CDATA[<p>How would this be accomplished with a WPMU 2.9.2 and BP 1.2.4 install?  I tried modifying bp-core-signup.php but it didn&#8217;t work for me.  And bp-core-activation.php is not present in my directory.  Was that file deprecated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-10-26 &#171; Mike&#8217;s Blog</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-1342</link>
		<dc:creator>links for 2009-10-26 &#171; Mike&#8217;s Blog</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-1342</guid>
		<description>[...] How to moderate signups &#8211; WPMU Tutorials Since at some point spammers will find your site and create splogs, there’s many ways to stop them. Deleting them as they occur is like shovelling snow during a blizzard. You can add another field to signup, add a captcha, go invite-only, or in the case of my main niche blogging site &#8211; moderate the signups. This works well for smaller signups where you don’t get a huge number of new bloggers on a daily basis, and where spammers have proven to be a general nusiance, a potential embarrasement, as well as a time suck. (tags: wordpress hacks wpmu) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to moderate signups &#8211; WPMU Tutorials Since at some point spammers will find your site and create splogs, there’s many ways to stop them. Deleting them as they occur is like shovelling snow during a blizzard. You can add another field to signup, add a captcha, go invite-only, or in the case of my main niche blogging site &#8211; moderate the signups. This works well for smaller signups where you don’t get a huge number of new bloggers on a daily basis, and where spammers have proven to be a general nusiance, a potential embarrasement, as well as a time suck. (tags: wordpress hacks wpmu) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NormanWebGuy</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-1141</link>
		<dc:creator>NormanWebGuy</dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-1141</guid>
		<description>I found this post useful in modifying Buddypress 1.0.3... the main difference was making the recommended changes in bp-core-activation.php and bp-core-signup.php instead of the wpmu files, otherwise very similar.</description>
		<content:encoded><![CDATA[<p>I found this post useful in modifying Buddypress 1.0.3&#8230; the main difference was making the recommended changes in bp-core-activation.php and bp-core-signup.php instead of the wpmu files, otherwise very similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KaiToU KiD</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-76</link>
		<dc:creator>KaiToU KiD</dc:creator>
		<pubDate>Thu, 02 Apr 2009 06:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-76</guid>
		<description>Thanks, Sir..
It works like a charm :D</description>
		<content:encoded><![CDATA[<p>Thanks, Sir..<br />
It works like a charm <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dheeraj SIngh</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-75</link>
		<dc:creator>Dheeraj SIngh</dc:creator>
		<pubDate>Tue, 10 Mar 2009 17:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-75</guid>
		<description>I can&#039;t get it to work. I am using it on http://www.iitdreams.com. It is a buddypress installation with WPMU.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get it to work. I am using it on <a href="http://www.iitdreams.com" rel="nofollow">http://www.iitdreams.com</a>. It is a buddypress installation with WPMU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pryrates</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-74</link>
		<dc:creator>Pryrates</dc:creator>
		<pubDate>Wed, 23 Jul 2008 13:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-74</guid>
		<description>In the function wpmu_signup_blog_notification you copy the lines from $admin_email to just before the last } and paste them under this copied section but before the last }.

Nice hack, great for my site, in that I really missed admin control over registration. Lucky I found your blog and browsed here...</description>
		<content:encoded><![CDATA[<p>In the function wpmu_signup_blog_notification you copy the lines from $admin_email to just before the last } and paste them under this copied section but before the last }.</p>
<p>Nice hack, great for my site, in that I really missed admin control over registration. Lucky I found your blog and browsed here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Dennis</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-73</link>
		<dc:creator>Billy Dennis</dc:creator>
		<pubDate>Sun, 18 May 2008 15:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-73</guid>
		<description>For example:

&lt;blockquote&gt;Open up wpmu-functions.php in your favorite text editor. Scroll down until you find the function wpmu_signup_blog_notification. Copy everything from $admin_email to just before the last } and &lt;b&gt;paste it directly underneath&lt;/b&gt;.&lt;/blockquote&gt;

&quot;Directly underneath&quot; where?</description>
		<content:encoded><![CDATA[<p>For example:</p>
<blockquote><p>Open up wpmu-functions.php in your favorite text editor. Scroll down until you find the function wpmu_signup_blog_notification. Copy everything from $admin_email to just before the last } and <b>paste it directly underneath</b>.</p></blockquote>
<p>&#8220;Directly underneath&#8221; where?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Dennis</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-72</link>
		<dc:creator>Billy Dennis</dc:creator>
		<pubDate>Sun, 18 May 2008 00:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-72</guid>
		<description>Huh? I&#039;m sorry. I&#039;m not followign the instructions. EXACTLY what code am I supposed to paste and WHERE I am supposed to paste it? I&#039;m not following your sentences here ... sorry.</description>
		<content:encoded><![CDATA[<p>Huh? I&#8217;m sorry. I&#8217;m not followign the instructions. EXACTLY what code am I supposed to paste and WHERE I am supposed to paste it? I&#8217;m not following your sentences here &#8230; sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-71</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Thu, 17 Jan 2008 14:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/hacks/how-to-moderate-signups/#comment-71</guid>
		<description>If you just change the email text, that&#039;s all it does - send different emails, no  moderation.

You got the error for one of three reasons:
- it wasn&#039;t copied correctly (sometimes scraping it can catch odd characters)
- you&#039;re using a different php version
- there&#039;s something different in the latest code.

The error you&#039;re getting means there&#039;s a stray colon somewhere, an error in syntax, which leads me to believe it may be a combo of a different php version (I haven&#039;t tried this on php5) and possibly a change in the recent code.

The code changes pretty often, so something form a few months ago may certainly need changing.</description>
		<content:encoded><![CDATA[<p>If you just change the email text, that&#8217;s all it does &#8211; send different emails, no  moderation.</p>
<p>You got the error for one of three reasons:<br />
- it wasn&#8217;t copied correctly (sometimes scraping it can catch odd characters)<br />
- you&#8217;re using a different php version<br />
- there&#8217;s something different in the latest code.</p>
<p>The error you&#8217;re getting means there&#8217;s a stray colon somewhere, an error in syntax, which leads me to believe it may be a combo of a different php version (I haven&#8217;t tried this on php5) and possibly a change in the recent code.</p>
<p>The code changes pretty often, so something form a few months ago may certainly need changing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

