Hello!
phpBB 2.0.22
I'm trying to tighten the screws on my phpBB2 forum, and as an admin, I'd like to be able to see the email address submitted by the user when they sign up. (I wish there was a table that displayed all new user signups in the admin panel, but that's another story.)
So far I know this:
1. I need to add a variable to this file:
*/languages/lang_english/email/admin_activate.tpl
Presumably, it's the variable {EMAIL_ADDRESS}, but I can't seem to get the user's email to appear in the messages I receive.
2. I think I need to adjust some code in this file:
*/includes/usercp_register.php
... but I can't figure out how to do it.
Can anyone offer any assistance? You'll receive much gratitude in return! Thanks!