• Resolved kineticartist

    (@kineticartist)


    I have a client who wants the down voting removed so only up votes can be dne or as they call them LIFTS they deem down voting as a negative thing so Im going thru the plugin files and I find the forms for upvoting and down voting in frontend.php looking for the best way to accomplish this via the themes functions.php using a hook to kill the down vote form section and thereby only allowing upvote is this the best way or am I missing something?

    Thank you in Advance really sweet plugin

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can add this line of CSS code to the discussion pages for now if you just want to hide the down voting button:

    a.vote.down{ display: none !important; }

    • This reply was modified 4 years, 2 months ago by ziadj.
    Thread Starter kineticartist

    (@kineticartist)

    Thank You so much Ill give that a try
    cheers!

    Plugin Author natekinkead

    (@natekinkead)

    I’m so sorry. I completely missed this topic somehow. Removing the downvote would be a pretty simple feature to add so you don’t have to hide it with CSS. I’ll put it on my list of features to work on.

    Thread Starter kineticartist

    (@kineticartist)

    man You’re quick got the new version this morning and boom there it is under the behavior tab Disable Down Voting

    Sweet
    now Im gonna have to give you a 5 star

    Plugin Author natekinkead

    (@natekinkead)

    5 stars are very appreciated. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Down voting’ is closed to new replies.