Hello! For example I have some comment on my website.
In the plugin settings, I enable the output of comment ratings and the output of dislikes. I also enable the setting for separate vote counting.
By default, a comment has 0 likes and 0 dislikes. And hereβs the problem: I like a comment (the likes counter becomes equal to 1), and then click on the dislike, then the dislike counter does not become equal to -1, but simply the number of likes decreases to 0. And already clicking on the dislike again sets what I need quantity in -1.
It turns out that if a comment has 30 likes, then I will need to click on the dislike 30 times to mark it.
How to fix it?
Or is this problem due to the fact that I am trying to set a rating as one user from one device, and if another user votes, will the calculation be correct?
Hi @winde,Β
This is not an issue, this is the default logic of the wpDiscuz, eg. If you liked some comment by mistake and want to revert it you have to click on the dislike button and the like by you will be reverted. So you always have a chance to revert likes/dislikes placed by mistake.