<?xml version="1.0" encoding="UTF-8"?><!-- 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 support forums Topic: No Admin notification of new user</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: No Admin notification of new user</description>
<language>en</language>
<pubDate>Mon, 13 Oct 2008 12:49:08 +0000</pubDate>

<item>
<title>_ck_ on "No Admin notification of new user"</title>
<link>http://bbpress.org/forums/topic/no-admin-notification-of-new-user#post-14253</link>
<pubDate>Tue, 04 Mar 2008 12:27:48 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14253@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's a formal plugin now:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/new-user-notification/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/new-user-notification/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There's probably only a handful of bbPress sites in existence that get more than a dozen registrations per day right now but they don't want to put it in the core, so that's fine. Simply deactivate it if getting too many emails. Then there's gmail which can keep track of all of the registration threads as a single thread.&#60;/p&#62;
&#60;p&#62;(When the backpress integration is more complete I suspect this will then be in the core with the WordPress functions which has had it for years now, even on the biggest sites)
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "No Admin notification of new user"</title>
<link>http://bbpress.org/forums/topic/no-admin-notification-of-new-user#post-14233</link>
<pubDate>Mon, 03 Mar 2008 05:02:15 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">14233@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;As long as this has a checkbox to turn on and off!   I don't know if I could handle getting notified if I had 1000 registrations a day, but is nice on a site with just a few registrations!   Thanks _ck_ !&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "No Admin notification of new user"</title>
<link>http://bbpress.org/forums/topic/no-admin-notification-of-new-user#post-14208</link>
<pubDate>Sun, 02 Mar 2008 15:49:14 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14208@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Wow I can't believe bbPress doesn't do that.&#60;/p&#62;
&#60;p&#62;I've whipped up a function to do it, should be in the plugin browser soon or try this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name:  New User Notification Email
*/
add_action(&#38;#39;bb_new_user&#38;#39;, &#38;#39;new_user_notification&#38;#39;);

function new_user_notification($user_id=0) {
	if (!$user_id) {$user_id=bb_get_current_user_info( &#38;#39;id&#38;#39; );}
	$user=bb_get_user($user_id); 

	$message  = sprintf(__(&#38;#39;New user registration on %s:&#38;#39;), bb_get_option(&#38;#39;name&#38;#39;)) . &#38;quot;\r\n\r\n&#38;quot;;
	$message .= sprintf(__(&#38;#39;Username: %s&#38;#39;), stripslashes($user-&#38;gt;user_login)) . &#38;quot;\r\n\r\n&#38;quot;;
	$message .= sprintf(__(&#38;#39;E-mail: %s&#38;#39;), stripslashes($user-&#38;gt;user_email)) . &#38;quot;\r\n\r\n&#38;quot;;	

	$message .= sprintf(__(&#38;#39;Agent: %s&#38;#39;), substr(stripslashes($_SERVER[&#38;quot;HTTP_USER_AGENT&#38;quot;]),0,80)) . &#38;quot;\r\n\r\n&#38;quot;;
	$message .= sprintf(__(&#38;#39;IP: %s&#38;#39;), $_SERVER[&#38;#39;REMOTE_ADDR&#38;#39;]) . &#38;quot;\r\n\r\n&#38;quot;;	

	$message .= sprintf(__(&#38;#39;Profile: %s&#38;#39;), get_user_profile_link($user_id)) . &#38;quot;\r\n\r\n&#38;quot;;

@bb_mail(bb_get_option(&#38;#39;admin_email&#38;#39;) , sprintf(__(&#38;#39;[%s] New User Registration&#38;#39;), bb_get_option(&#38;#39;name&#38;#39;)), $message, &#38;#39;&#38;#39; );
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>chrishajer on "No Admin notification of new user"</title>
<link>http://bbpress.org/forums/topic/no-admin-notification-of-new-user#post-14152</link>
<pubDate>Fri, 29 Feb 2008 02:02:31 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14152@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There is no admin notification of new registrations by default.  Sounds like it could be done with a plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelKlasno on "No Admin notification of new user"</title>
<link>http://bbpress.org/forums/topic/no-admin-notification-of-new-user#post-14150</link>
<pubDate>Thu, 28 Feb 2008 22:51:24 +0000</pubDate>
<dc:creator>MichaelKlasno</dc:creator>
<guid isPermaLink="false">14150@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a bbpress installed and working but I don't get new user notifications. This is a stand alone application.&#60;/p&#62;
&#60;p&#62;Any help?&#60;br /&#62;
Michael
&#60;/p&#62;</description>
</item>

</channel>
</rss>
