By Zehn on Friday, 14 October 2022
Posted in General Issues
Likes 0
Views 306
Votes 0
Is it possible that when users login into the site and are now in the EasySocial environment, then now when they click on the site logo, it takes them back to the ES Dashboard homepage instead of the domain homepage? I'd like users to stay in the ES environment once logged in.

Thanks.
Yes, I made the same. But it depends of your site template (not EasySocial).
In my case it's Helix Ultimate template, so I edited:
.../templates/shaper_helixultimate/features/logo.php
and changed this line:
$html .= '<span class="logo"><a href="' . \JURI::base(true) . '/">' . $this->params->get('logo_text') . '</a></span>';

to

$html .= '<span class="logo"><a href="community">' . $this->params->get('logo_text') . '</a></span>';



Just used href="community"
·
Friday, 14 October 2022 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I was able to find this in my template as well and modify the behavior as desired. Thanks for the tip!
·
Saturday, 15 October 2022 23:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your help User.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Monday, 17 October 2022 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post