Forum

Thread tagged as: Suggestions, Add-on-development, Blog

Upvote Blog Posts

What's the feasibility of adding an upvote/downvote feature to blog posts? Something along the lines of this.. rate post

I wouldn't initially want to have it require a login so I imagine it would have to set a cookie and/or record some piece of data that reduces people double voting.

Adrian Payne

Adrian Payne 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

The Comments app has that feature - you could potentially reuse that.

Nice, I didn't know it had that feature, but then I haven't used that addon yet. I take it that's these fellas?

  • register_vote()
  • update_score()
  • receive_new_vote()
  • _get_new_voterID()
Drew McLellan

Drew McLellan 2638 points
Perch Support

That looks about right to me.