I have a custom module I\'m writing, part of what I want it to do is create a vote associated with a node, I\'m trying to figure out how to call the voting API from my module. I loookd in the document
We are considering implementing a voting system (up, down votes) without using any type of credentials--no app accounts nor OpenID or an开发者_运维知识库ything of that sort.
I want to make some changes in the following piece of code. The above example shows calculated number of votes (vote ups - votes down). And when you click on any thumbe, it disappears the thumbs and
I have a simple blog webapp where users may vote. What would be the advantages of开发者_运维知识库 having a single integer that goes up or down(should negative numbers be allowed?), or having a likes
I would be so very grateful if someone could help me out! I have been searching the internet for ages now looking for a way to achieve the desired user interactivity mentioned below (perhaps there is
I\'m looking开发者_如何学编程 for information on which voting algorithm will be best for me.I have a basic \'Up/Down\' voting system where a user can only vote the product up or down.I would like to m
I\'m new to database structure. I\'m trying to create an app that allows users to like certain entries, but I want to be able to tie likes to users so that I can change the visuals before/after the li
This question is more logic than programming at the moment.. once I understand what algorithm(s) I need to use I\'ll be looking into how to implement it.
I am about to write a voting method for my site.I want a method to stop people voting for the same thing twice.So far my thoughts have been:
I\'m trying to develop a voting syste开发者_如何学Cm in PHP for my posts where visitors can vote them up or down and then I should be able to sort posts by highest/lowest rated.