For kicks, I may work on this. How are the ratings done? Is it capped at 5 positive / negative?
edit: hmmm, im not sure what the best way of limiting the vote to once per user would be.
I am thinking that there would be a seperate table with a field for the post id and another field containing the user id's that voted already. When a user submits a vote it would check against the table before processing. How would you store the various user id's? Would you serialize the field somehow?
|