Limit of "Hot or Not" ratings?

I was rating Sites on my site. I have very few sites listed so i was playing with the rating feature. When I rated all of the sites, I wasnt able to refresh or navigate away, then come back and re-rate any of them.

Is there a limit to rating? If all content (photos, videos, sites, etc.) have been rated... is that the end of it?

If not, how can we continue to cycle through the content?

I searched through the Forums and through the Support area's and could not find an answer to this.

Thanks in advance... Chris

My signature can beat up your signature!
Quote · 24 Jan 2011

Anyone?

My signature can beat up your signature!
Quote · 25 Jan 2011

I'm curious - you want to let the same person rate the same item multiple times?

Quote · 25 Jan 2011

To contribute to site activity, it would be useful. Other sites that have a rating system like this are set up that way. Obviously, when you have more content to rate, you will see different random content each time you visit that section.

So, yes.

My signature can beat up your signature!
Quote · 25 Jan 2011

Still looking for feedback and solutions on this.

My signature can beat up your signature!
Quote · 25 Jan 2011

Change the voting on sites, photos, videos etc

Open file inc/classes/BxDolVoting.php

find this code: define( 'BX_PERIOD_PER_VOTE', 7 * 86400 );  (once per week)

to: define( 'BX_PERIOD_PER_VOTE', 86400 );  (once per day)

.....clear your cache also after change

------

once per minute: define( 'BX_PERIOD_PER_VOTE', 60 );

once per hour: define( 'BX_PERIOD_PER_VOTE', 3600 );

Quote · 25 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.