By Aikaterini Koutsouflaki on Friday, 13 September 2019
Posted in Technical Issues
Likes 0
Views 442
Votes 0
Hello
I need to completely disable the options "Like" and "Comment" that shows bellow the streamline posts.
Please see attached screenshot...

Thank you in advance!
You can remove those code from this file :

JoomlaFolder/components/com_easysocial/themes/wireframe/stream/actions/default.php


<?php if ($showLikes) { ?>
<li class="action-title-likes streamAction" data-action>
<span data-type="likes"><?php echo $likes->button(); ?></span>
</li>
<?php } ?>

<?php if ($showComments) { ?>
<li class="action-title-comments streamAction" data-action>
<a href="javascript:void(0);" data-type="comments"><?php echo JText::_('COM_EASYSOCIAL_STREAM_COMMENT'); ?></a>
</li>
<?php } ?>
·
Friday, 13 September 2019 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
PERFECT!!!
·
Saturday, 14 September 2019 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

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.
·
Saturday, 14 September 2019 17:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post