By David on Wednesday, 28 December 2016
Posted in General Issues
Likes 0
Views 140
Votes 0
Hi, is there a way to hide notifications that appear above a post in the system (without using css) - ie. when someone likes or comments on a post?

Cheers

David
Hi David,

You can hide the notifications that appear above a post in the system by comment out the code below in the file:
JoomlaFolder/components/com_easysocial/themes/wireframe/stream/default/item.php

<?php if ($stream->hasLastAction()) { ?>
<div class="es-stream-header t-text--muted">
<i class="fa fa-clock-o"></i> <?php echo $stream->getLastAction(); ?>
</div>
<?php } ?>

and see how it goes.
It can be done by do template override as well

You're suggested to backup the file that you want to edit beforehand for precaution
·
Wednesday, 28 December 2016 16:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post