By Kenzo Ogure on Saturday, 06 December 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 627
Votes 0
May I ask two questions?

First, I would like to turn off the registration email sent to users when they register.
I integrate ES with PayPlans, so registration email can be sent from PayPlans.
I set in profile types "Send registration email to user = No" as the attached first png.
The registration email is still, however, sent to users in my test site as the attached second png.
Do I need to do more?

I made a test site to examine the problem without the conflict with other components like PayPlans.
The version of Joomla and ES is newest, "Joomla! version, 3.3.6" and "EasySocial v1.3.13".

Second, I would like to hide the message shown in the registration process as the attached 3-5 png.
I especially would like to hide the word "Switch Profile?", since the integrated PayPlans has already selected the proper one.

I would be grateful to you if you would answer my questions soon.
Hello Kenzo,

I am really sorry for the delay of this reply as it is a weekend for us here. You can hide the message for the registration page in the theme settings. Go to Themes> [Click on the theme you are using] > "Show headers in selecting profile page". See my screen shot here, http://screen.stackideas.com/2014-12-07_0130.png

As for the registration emails, looks like there's a bug here. The system is not respecting this. To fix this, edit the file /components/com_easysocial/controllers/registration.php and at line 363 locate the codes below:


$registrationModel->notify($mailerData, $my, $profile);


Replace it with,


if ($profile->getParams()->get('email.users', true)) {
$registrationModel->notify($mailerData, $my, $profile);
}


This bug will be addressed in the next release.
·
Sunday, 07 December 2014 01:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Thank you so much!
I'll try them.

Kenzo
·
Sunday, 07 December 2014 01:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Kenzo By the way, since there's a promo now why don't you renew your EasyBlog and EasyDiscuss subscriptions
·
Sunday, 07 December 2014 01:42
·
0 Likes
·
0 Votes
·
0 Comments
·
That's good!
I use EB in Joomla 2.5 site which will be upgraded to 3.x in future.
I need to renew EB.
Thank you!
·
Sunday, 07 December 2014 02:14
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Kenzo
·
Sunday, 07 December 2014 02:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post