Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Rating error

Quote Reply
Rating error
The problem I just encountered was when I was rating a resource. As a test I tried to rate a resource (same) four or five times after each other. Then I got this error message saying, that I cannot rate that resource anymore and that I rated the resource already. So, is there a limit how many times same user can rate the same resource and perhaps a way how to override this ?
Quote Reply
Re: Rating error In reply to
By default, Links will not allow the same person (IP address) to rate the same link twice in a six hour period. You should be able to adjust that time by changing the following in rate.cgi:

(($time - $old_time) > 21600) and (@IP = ());


21600 is the time in seconds.

Dan