By Gabriele on Wednesday, 09 September 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 742
Votes 0
I'm part of a group which has Mark answered in ACL, but I can't see any button to mark a reply as answer. Should I enable some other thing?
Hi Gabriele,

I've tried to viewed your discussion site with the provided credentials and it seems like I am able to see the mark as resolve button. Refer my screenshot here, http://screencast.com/t/9cCMdaZ7AsQ . Am I missing something here?
·
Wednesday, 09 September 2015 17:18
·
0 Likes
·
0 Votes
·
0 Comments
·
If you set your ACL to Moderatori, can you see it? I can't even if the group Moderatori has Mark answered enabled.
·
Wednesday, 09 September 2015 17:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Gabriele,

I am really sorry that delay of this reply,

By default behaviour, only Super admin and the discussion owner have the permission to accept as answer.

If you would like set your Moderatori user group to have this user permission, you have to modify on this file -> JoomlaFolder\components\com_easydiscuss\themes\simplistic\post.qna.php

// LINE 20
<?php if( ( $reply->access->canMarkAnswered() && !$question->islock && $my->id == $questionOwner) || DiscussHelper::isSiteAdmin() ) { ?>

// Replace with

<?php if( ( $reply->access->canMarkAnswered() && !$question->islock && $my->id == $questionOwner) || $reply->access->canMarkAnswered() || DiscussHelper::isSiteAdmin() ) { ?>



Hope this help.
·
Friday, 11 September 2015 15:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post