By Joshua on Saturday, 26 January 2019
Posted in General
Likes 0
Views 556
Votes 0
How can the login box be eliminated from displaying on our ES Community home page?
We do not have a settings for this but you can remove it by creating a template override for the file /components/com_easysocial/themes/wireframe/dashboard/guests/default.php and at line 14, remove the codes below:

[gist]
<div>
<?php echo $this->html('html.login', $return); ?>
</div>
[/gist]
·
Saturday, 26 January 2019 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
After updating to ES 3.0.1, an html error appeared in place of the logon homepage. Deleting and re-adding the logon override appears have resolved the issue.

Thanks for the quick response.
·
Sunday, 27 January 2019 16:09
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome. Glad to hear that your issue has been resolved now.

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

Thanks for understanding.
·
Sunday, 27 January 2019 16:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post