Hi
I’m sorry but there isn’t such an option yet, but you can hide the down vote button using css code. Please go to Dashboard > wpDiscuz > Background and Coloers Tab, and put this css code in “Custom CSS Code” textarea:
#wpcomm .wc-down{ display:none }
#wpcomm .wc-comment-footer{ color:#ffffff; }
Thank you.
That worked great!
One more quick question.
Is there an easy way to change the voting icon from the thumb to something else?
There is not such an option, but you can change those images in wpDiscuz folder. Locations:
/wpdiscuz/files/img/thumbs-up.png
/wpdiscuz/files/img/thumbs-down.png
Fantastic.
Thanks very much for your help.
Hi,
If someone wants to vote up, he can do it just once.
But if there is an amount of up-votes he could take a several times the thumb-down-button to mininmize the up-votes to 0.
:/
So I tried to use your css-suggestion, too.
But it doesn’t work.
for example: http://martinmatzat.com/arbeitgeber-arbeitnehmer-definition/
Any solution with which a user cannot manipulate the votes is welcome. 🙂
Regards and thanks in advance.
Hi,
Hmm…
I updated the plugin and hiding the downvote doesn’t work anymore
http://martinmatzat/arbeitgeber-arbeitnehmer-definition
Before, you gave me this:
.comments-area{width:auto;}
#wpcomm .wc-down{display:none}
#wpcomm .wc-comment-footer{color:#ffffff;}
.wc-vote-img-down{ display: none!important; }
Thank you very much for your support.