Are you then talking about one vote and able to vote again
after X secs, or maybe not able to vote until the browser
session is ended ?
We could log in database the ip of the person that voted on
X quote and all that, but that's to much overhead, so the
two solutions I mentioned above are the only one that would
work.
at the current the first one is implanted, the can't vote
again until X secs (defined in the config) have passed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problelm with the current system is that it is too
global. It allows you to only vote for one quote in the
time interval. It would be better to allow you to restrict
number of votes on a per quote basis too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=775867
Are you then talking about one vote and able to vote again
after X secs, or maybe not able to vote until the browser
session is ended ?
We could log in database the ip of the person that voted on
X quote and all that, but that's to much overhead, so the
two solutions I mentioned above are the only one that would
work.
at the current the first one is implanted, the can't vote
again until X secs (defined in the config) have passed.
Logged In: YES
user_id=727345
The problelm with the current system is that it is too
global. It allows you to only vote for one quote in the
time interval. It would be better to allow you to restrict
number of votes on a per quote basis too.