Question Send custom profile field answers in Admin activation email ( phpBB phpBB 3.0.x 3.0.x Modifications Forums [3.0.x] MOD Requests ) Updated: 2010-08-18 09:20:10 (0) |
|
Send custom profile field answers in Admin activation email
I have 5 custom profile fields on my registration page. I need to check these to activate each user. Is there a way to get the users answers to these profile fields emailed to me in the Admin activation email.
Thanks
|
|
| Answers: Send custom profile field answers in Admin activation email ( phpBB phpBB 3.0.x 3.0.x Modifications Forums [3.0.x] MOD Requests ) |
|
Send custom profile field answers in Admin activation email
I really wish someone would have answered this.
I have gotten it to email me when a new user is created using a mod, but can't figure out how to get custom profile fields included in that mod.
|
|
Send custom profile field answers in Admin activation email
Yeah me too, I still haven't worked it out alastair78
|
|
Send custom profile field answers in Admin activation email
And it should be relatively simple for anyone with some PHP/MySQL/phpBB knowledge to answer... oh well
|
|
Send custom profile field answers in Admin activation email
Actually, this looks to be harder than it might seem
The built-in functions for grabbing & showing custom profile field data format it for the template files, so grabbing the data free of processing might be a challenge. If you're interested in looking at this for yourselves, take a look at includes/functions_profile_fields.php. Besides that, an entry would have to be added in includes/ucp/ucp_register and the relevant template variable inserted into language/en/email/admin_activate.txt, but that's simple.
I'm going to be rather busy for the next couple of days, and my knowledge of the v3 custom profile fields system is somewhat lacking, but if no one else is able to make progress on this then I'll try again at this obstacle in a few days. Just make sure to poke me via PM or email in case this slips my mind
Good luck
|
|
Send custom profile field answers in Admin activation email
Was anyone ever able to figure this one out? I added a "recruited by" custom field to my registration and need it to be included in the "admin_notify_registered.txt" email.
|
|
- Source: - Previous Question: phpBB phpBB 3.0.x 3.0.x Support Forum - Next Question: phpBB phpBB 3.0.x 3.0.x Support Forum |
|
|