By Torgrim Sandvoll on Monday, 20 February 2017
Replies 0
Likes 0
Views 539
Votes 0
Hope you can add an option to show/hide EasySocial cover in EasyDiscuss posts.

Today you have to remove the code:
<?php if ($miniheader) { ?>
<div id="es" class="es">
<?php echo $miniheader; ?>
</div>
<?php } ?>

from
/components/com_easydiscuss/themes/wireframe/structure/default.php

to hide this.
View Full Post