By Comdev on Friday, 01 March 2019
Posted in General
Replies 3
Likes 0
Views 579
Votes 0
I have disabled output for homepage, add login menu however login from easyblog redirects to home. How to set a custom redirect to some URL where form is available?
Hi there,

Currently, it is impossible to do that at this point of time.
·
Friday, 01 March 2019 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Is there a workaround? I do not want to have output on homepage just modules.
·
Friday, 01 March 2019 19:11
·
0 Likes
·
0 Votes
·
0 Comments
·
You can modify on this file JoomlaFolder/administrator/components/com_easyblog/includes/toolbar/toolbar.php

LINE 147

$return = base64_encode(JURI::getInstance()->toString());


Replace with :


$return = base64_encode("http://notyetknow.com/putYourPageURLHERE");
·
Saturday, 02 March 2019 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post