Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
364 views
in Q2A Core by

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

Q2A version: 1.5.3
by
Has anyone found a solution for that?

+ How to disable the *unvote of best answer*?

Please log in or register to answer this question.

...