By Edgar on Sunday, 26 February 2017
Posted in General Issues
Replies 3
Likes 0
Views 130
Votes 0
Hello,

I want enabled votes on post in my forum but vote is displayed only if I turn "Allow voting on question" on yes. Where as I want vote only possible to answers.

How can I solve that ?

Thanks,
Edgar
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately that was not possible to only vote on the answer post at this point of time.
·
Sunday, 26 February 2017 11:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your answer.
I can hide it with Css but do you know if I can remove it directly in the file concerned ?
·
Sunday, 26 February 2017 17:26
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome

I want enabled votes on post in my forum but vote is displayed only if I turn "Allow voting on question" on yes. Where as I want vote only possible to answers.

If you would like to achieve this, I believe css is not enough to achieve this, you have to use PHP part to check if that reply accepted as answered then only populate that vote system.

JoomlaFolder/components/com_easydiscuss/themes/wireframe/post/default.php (Question part)
JoomlaFolder/components/com_easydiscuss/themes/wireframe/post/default.reply.item.php (reply part)
·
Monday, 27 February 2017 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post