Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End User voting system problem Reply To: User voting system problem

#166415
Josh Johnson
Participant

@traq The voting twice is all sorted now, I change the “add vote” button to “remove vote” once a user has voted.

To try and get users with less than 10 votes I have added this to the end of the SQL above (which uses the left join you mentioned): HAVING CountOfvote_id > 10 – this returns no results though.