By John Wang on Monday, 27 November 2017
Posted in Technical Issues
Likes 0
Views 325
Votes 0
Hi:
How can I disable to show "Accept As Answer" option for discussions?
Hi there,

Those 'Accept as answer' will shown to Super Users and Moderator or maybe you can disable this settings http://take.ms/427a2. Or you can edit/removes those codes below at this path .../components/com_easydiscuss/themes/wireframe/post/default.actions.php

[gist type="php"]
<?php if (!$post->isAnswer()) { ?>
<a class="btn btn-default btn-xs btn-ed-accept" data-ed-post-qna data-task="confirmAccept">
<?php echo JText::_('COM_EASYDISCUSS_REPLY_ACCEPT');?>
</a>
<?php } ?>
[/gist]

Please advice.
·
Monday, 27 November 2017 17:27
·
0 Likes
·
0 Votes
·
0 Comments
·
It works, thanks so much
·
Monday, 27 November 2017 21:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 28 November 2017 10:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post