1
We have had a request that more of the registrants information, used during signup, be included with the initial admin 'heads-up'.
As it stands now, the only information which gets sent is the...
Quote:
{USERNAME} has just registered!
We are currently using smartprofiler as the main user/signup module; and have added a Quote:
tag to the lineup...
What would really be NICE!!!! would be if we could have an adminnotify.tpl that looked like this:
Quote:
Hello {X_UNAME}
{USERNAME} has just registered at the {X_SITENAME} with the following details:
Email: {USEREMAIL}
Real Name: {USER_REALNAME}
Address: {USER_ADDR}
City: {USER_CITY}
State: {USER_ST}
Telephone: {USER_TEL}
Company: {USER_COMP}
Website: {USER_WEB}
How would we go about defining the tags during registration so that they can be used as tags within the auto_notify_groups statement within the register.php?
Thanks for the peek;)