By Tuan Nguyen on Thursday, 12 November 2015
Posted in General
Replies 3
Likes 0
Views 524
Votes 0
Hi Team,

How can I remove the green "Add a Reply" button and blue "View Replies" button below the toolbar. The buttons do not work when clicked and need to be removed

I have changed the ACL and Category permissions but the buttons are still there. I have also attached a screenshot.

Thanks so much.
Hi there,

You can remove it by going to your /components/com_easydiscuss/themes/simplistic/post.php and remove the following line of code:
		<div class="pull-right">
<a href="#respond" class="btn btn-small btn-success"><i class="icon-plus-sign"></i> <?php echo JText::_( 'COM_EASYDISCUSS_ADD_A_REPLY' );?></a>
<a href="#replies" class="btn btn-small btn-info"><?php echo JText::_( 'COM_EASYDISCUSS_VIEW_REPLIES' );?> (<?php echo $answer ? count($replies) + 1 : count($replies);?>)</a>
</div>
·
Thursday, 12 November 2015 18:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Works great. Thanks!

Your support team is always amazing!
·
Friday, 13 November 2015 03:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.
·
Friday, 13 November 2015 10:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post