By Miguel on Monday, 07 November 2016
Posted in General Issues
Replies 6
Likes 0
Views 200
Votes 0
Hello friends, I installed the new ES 2
and the first thing I want to know is
how to remove, hide or control the mini header in EasyBlog.
Thank you.
Currently the mini headers are not configurable. If you have EasySocial and EasyBlog, it'll work alongside one another out of the box. You can create a template override of the file /components/com_easyblog/themes/wireframe/structure/default.php and remove the codes below if you don't want to display the mini headers,

[gist]
<?php if ($miniheader) { ?>
<div id="es" class="es">
<?php echo $miniheader; ?>
</div>
<?php } ?>
[/gist]
·
Monday, 07 November 2016 11:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Unfortunately, there is no setting to disable the mini header in the blog post currently, However you can comment the code below in the file:
JoomlaFolder/components/com_easyblog/themes/wireframe/structure/default.php

<?php if ($miniheader) { ?>
<div id="es" class="es">
<?php echo $miniheader; ?>
</div>
<?php } ?>
·
Monday, 07 November 2016 11:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Currently the mini headers are not configurable. If you have EasySocial and EasyBlog, it'll work alongside one another out of the box.

i suggest that this should be configurable. i do also not like the miniheader, especially in the very top of all blogs. i could deal with it when it would replaces the authorinfo from easyblog in the bottom.
i hope you could came up with an solution without a override in the themefiles.
·
Monday, 07 November 2016 16:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the input n00bster. We will extend this to our developers
·
Monday, 07 November 2016 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your help.
It really does not bother me the Mini Header,
What I would like is to be able to decide its configuration
Example: Hide Admin Header (Super User)
·
Tuesday, 08 November 2016 08:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Miguel,

It's a pretty insane settings if you ask me because if you have tons of users, you won't want to configure this for each user. We'll add a settings into the next release of EasyBlog so that the site admin can disable this from the back end.
·
Tuesday, 08 November 2016 12:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post