MyBB Community Forums

Full Version: Email admin when new member joins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Similar to an older plugin such as:
http://mods.mybb.com/view/email-about-new-members

Which emails board admin when a new member joins is there a way to allow the system to send over the custom profile fields which are in the profile.
Maybe some code could easily be added but i doubt i could just adjust the code? Huh
Anybody who could help?
May be you can use
{$userinfo['fidX']}
to sent the custom field value with an email.

* 'X' represents the custom profile field number.
Hi,

I'm looking for this on a 1.6 board, will that first plugin not work (not sure if it's like Wordpress where some older plugins will still work!)

Or is there any other option

Thanks!
(2010-08-12, 06:59 PM)Shahaab Wrote: [ -> ]May be you can use
{$userinfo['fidX']}
to sent the custom field value with an email.

* 'X' represents the custom profile field number.
I tried this and it didnt work?
Where would you suggest placing the code?
As i tried it towards the bottom of the code
Can you please allow me a day to code a plugin which have the required options pre-set ?
(2010-08-16, 10:07 AM)Shahaab Wrote: [ -> ]Can you please allow me a day to code a plugin which have the required options pre-set ?
Yes of course.
Im excited about seeing it Smile
Just wondering if you made any progress with this plugin? Smile
After a long wait, finally I took some free time to code it. So here it is.

What ?
1. It Sends an Email to Admin Email Whenever a New Registration Made.
2. Comes with 3 settings.
3. Of course an Enable / Disable option.
4. Admin Email. Its Admin or any Mod 's email address, where Emails sent to.
5. Email Subject. Its a subject of Sent Email.
6. By using this plugin, Admins / Mods will also recieve additional info "Custom Profile Fields" within the Message Body of Received Email. This will be an optional / compulsory text which you want New Registrant give to you.

Its free but require login to download.
<snip - spam>
Thank You !