By Michael Guthrie on Friday, 06 March 2015
Posted in General Issues
Replies 4
Likes 0
Views 415
Votes 0
Hello,
Where can I control where the user is being redirected to upon logging out? Currently they're taken to /easyblog/latest and I get the default template loading instead of the Joomla template assigned to the blog page.
Thanks,
Michael
Hello Michael,

You can open this file ../components/com_easyblog/controller.php and change the URL in line 531. Hope this helps.

$logoutURL = base64_encode( 'http://www.yourURL.com' );
·
Friday, 06 March 2015 02:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick, any way to do this without hacking into a core file? I will be losing this change every time I upgrade.
Thanks,
Michael
·
Friday, 06 March 2015 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
I guess I can do this using .htaccess but it should be an option within the component.
Thanks,
Michael
·
Friday, 06 March 2015 17:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Michael,

Unfortunately it is not possible to use other method other than my colleague, Nik mentioned in his previous reply.
·
Friday, 06 March 2015 17:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post