• Hi,
    I would like to count +1 when visiting page A and count -1 when visiting page B and show the result of the two numbers (up – down = result) in one field. Is that possible? Is it also possible to reset the buttons in the frontend? Or do an automatic reset at the end of the day? Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Ricard Torres

    (@quicoto)

    Everything is possible! But not out of the box, you would have to code this functionalities yourself.

    I can’t code it for you but here are some thoughts:

    1) I don’t fully get the page A vs page B. The buttons are linked to a page in the post meta table.

    2) Yes, you could add a cron job to your server to run a PHP which could query the database and remove all the votes.

    3) Reset button is of course possible, you can follow a little bit what I did for the upvote and downvote to create your own reset button, with the proper action and meta value removal via Ajax.

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Automize rating’ is closed to new replies.