By David Judah on Tuesday, 04 March 2014
Posted in General Issues
Replies 1
Likes 0
Views 787
Votes 0
Hi there,

I am planning to use EasyDiscuss in my new site but would like to make a small change. I would like to get rid of the 'Accept as Answer' which appears beside every comment made (to the eyes of the originator of the discussion). Now I know that i can just disable to Q&A aspect of ED and it will go, but I really like the idea that the originator of the discussion can mark a discussion solved but not by accepting a comment but just by deciding her/himself. Basically, they can just press 'Mark Resolved' at the top of the discussion. For my purposes it is better to mark the whole discussion resolved rather then attributing it to a single answer.

Any help appreciated!
Hello David,

If you would like to make this "Accept As Answer" button disappear in your reply section, you can add this CSS code in your template css file to hide it.

div#discuss-wrapper .discuss-accept-answer {
display: none !important;
}
·
Tuesday, 04 March 2014 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post