By chlih on Tuesday, 24 May 2016
Posted in General
Replies 5
Likes 0
Views 726
Votes 0
Hello,
I have a module authentication (on style horizontal), so when a user activate his account , he is redirected to the http://site/index.php/connexion, then i will have two authentication on the same page,
i have the same issue when the session is timeout, and the user need to reconnect.

Can you inform me how can i disable the connexion page, then i will let only the module authentication.
Thank you,
Best regards,
Djamil
Hi there,

I am sorry for the inconvenience caused. You can change user redirection after registration by:
1. Click EasySocial>Profile Type>Select profile type>Registration>Registration type - Normal Registration-Automatic Login
Or You can setting the EasySocial Login module redirection after login by:
1. Click Extensions>Modules>EasySocial Login Module>Change the redirection URL
Please refer this screenshot: http://screencast.com/t/beWZX8u5h1J
·
Tuesday, 24 May 2016 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Fadhli,
Thank you for your answer,

Sorry, i think i don't explain well my issue.

when a user receive a email indicate him "his account is created", in the email it can click on "update his account" or "find his friends", when he clicks on one of these links, he is redirected in my case to http://site/index.php/connexion, in this page i find two type of authentication (page authentication) and (module authentication on the top right) .
and i need only to display one type of authentication (module authentication on the top right) and a home page, i think for correct it, we need to change a redirection link on the email received by user from http://site/index.php/connexion to http://site/index.php but i am not sure and i don't know how we can do it.

i hope it's more clear, sorry for this mistake.
Thank you .
Best regards,
Djam
·
Wednesday, 25 May 2016 01:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Djam,

I am sorry for the delay of this reply. I've have make some customization on the email template for Normal Registration (Manual Login), where the "update his account" or "find his friends" link will redirected to the yoursite.com
You can customize the other email by edit the redirection by :
<a href="<?php echo FRoute::profile( array( 'layout' => 'edit' , 'external' => true ) );?>" style="text-decoration:none;color:#00aeef;">

<?php echo JText::_( 'COM_EASYSOCIAL_EMAILS_UPDATE_YOUR_PROFILE' ); ?>

</a>

replace to
<a href="http://epharm-dz.com/" style="text-decoration:none;color:#00aeef;">
<?php echo JText::_( 'COM_EASYSOCIAL_EMAILS_UPDATE_YOUR_PROFILE' ); ?>
</a>

You can do template override on those files so if you update EasySocial the changes will not effected, you can refer this documentation on how to Customizing Email Template

Hope this helps
Have a nice day ahead
·
Wednesday, 25 May 2016 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Fadhi,

Sorry for my late,

Thank you a lot for your update, i will follow your answer to redirect to my web site.

Best regards,
Djam
·
Saturday, 30 July 2016 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Djam, glad that your issues are resolved now
·
Sunday, 31 July 2016 01:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post