In qa-theme-base.php:
case 'voted_up':
$this->post_hover_button($post, 'vote_up_tags', '+', 'qa-vote-one-button qa-voted-up');
break;
I tried to comment-out this line, but then the thumb up icon is disappearing.
I also tried to change the code to:
$this->output('<INPUT TYPE="submit" VALUE="+" CLASS="qa-vote-one-button qa-voted-up-button" /> ');
but it did not work either...
Anyone any idea?
---
Why is there no option in the admin panel :(
[ ] Users can unvote