By Ahmad Arshad on Tuesday, 12 August 2014
Posted in Technical Issues
Replies 9
Likes 0
Views 679
Votes 0
Hello,

Is there a way to send customized admin emails with custom fields that users are filling out to register...

If I want to assign an email address to be sent this information, how can I do it...

Thanks
Hello Ahmad,

You'll probably want to customize the email template which is located in /components/com_easysocial/themes/wireframe/emails/registration/
·
Tuesday, 12 August 2014 02:53
·
0 Likes
·
0 Votes
·
0 Comments
·
how does the email get sent to a specific user? and does that template get overwritten with each update?
·
Tuesday, 12 August 2014 03:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ahmad,

Not really sure what you meant by "How does the email get sent to a specific user" but when they register, the system would send them the email. As for the template, yes it would be overriden when you update. You will need to create template overrides if you want to avoid having your overrides being overwritten.
·
Tuesday, 12 August 2014 12:50
·
0 Likes
·
0 Votes
·
0 Comments
·
With a product like RSForm, you can specify an email address, that you want the admin emails to be sent to and customize it... instead of all super admins on joomla.

How can this be accomplished by ES?
·
Tuesday, 12 August 2014 18:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ahmad,

I am sorry but unfortunately this is not configurable currently. Super admins on the site would receive it
·
Tuesday, 12 August 2014 22:38
·
0 Likes
·
0 Votes
·
0 Comments
·
that's too bad...

How do i override?
·
Wednesday, 13 August 2014 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ahmad,

You could copy the registration folder under the emails folder into /templates/JOOMLA_TEMPLATE/html/com_easysocial/emails/
·
Wednesday, 13 August 2014 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
i have done this Mark...
Can you tell me which files do what and what I need to change?
/templates/rt_voxel_responsive/html/com_easysocial/emails/registration

approvals.php
auto.php
login.php
moderator.auto.php
moderator.verify.php
verify.php
approved.php
index.html
moderator.
approvals.php
moderator.login.php
rejected.php

This is what i basically need... Anytime anyone registers... to be able to send an automatic email to a particular email (not superadmins since superadmin is a technical person and not a customer relations person) ... that includes Name / Email / Phone / Address and the result of a checkbox field in the form...

Can you explain it for a layman and not for a super technical person?

i appreciate the help in this regard...
·
Sunday, 17 August 2014 23:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

These files are all related to the registration and the file name itself pretty much sums it up If you still don't get it, I will briefly explain them below:

approvals.php - This is when user registers and their account requires approval
auto.php - This is when the user signup process is automated (Automatically logged in)
login.php - Registration completed, you may now login with the details
moderator.auto.php - This is sent to the moderator if a new user signs up (User signed up and logged in automatically)
moderator.login.php - This is sent to the moderator if a new user signs up (User signed up and logged in automatically)
moderator.verify.php - This is sent to the moderator if a new user signs up (User signed up and requires moderation)

I am really sorry but unfortunately I cannot explain this in layman terms because in order for you to achieve this you need to add php codes / hacks on the theme file. I am not too sure how else to explain to you.
·
Monday, 18 August 2014 01:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post