I am looking for some javascript or php code where it allows anyone to enter something in a list, and allows people to vote (1 vote per IP or cookie) or rate (not important, OK, important).
There would be two lists, one for people suggest features and also rate features up and down in the list. The other would be bugs, for people to vote up a bug they want fixed or to submit a new bug.
This would only be used by say 50 users so simplicity is wanted.
Does anyone have a basic script or example of this? I am need of a way to track what my users want in the application, and also give them a way to submit stuff they want fixed.
An idea that inspired this is this page: http://kryogenix.org/bugs/sorttable/ seems manually done, not automated though.