codings
Forum Replies Created
-
Block by session is definetly an option that should be included. I will prio vote by frequency (one vote per day or hour) and after that I will target block by session.
That will be a great addition to this plugin. Thank you for your hard work!
By IP (if allow voting only for registered users is deactivated). If user change the IP he can vote again. There is no cookie technique is used where he can reset just cookies in browser and vote again.
Just found out that using IP to block multiple votes is a bad idea. Say for example a contest entry to submitted by an office worker and they ask everyone in the office to vote. Or if a university student send the link for other students to vote, now no one else can vote because they are all using the same IP address.
This really should be blocking votes by session, not IP.
Thank you for your help and ongoing improvements on the plugin.
In Edit Options > Single Pic Options > Only gallery view
Make images unclickable:
(Images can not be clicked. Configuration of rating out of gallery is possible.)Checking this box does not prevent the single pic popup from showing. Is this broken?
By the way, for anyone else checking this thread, if you use Contest-Gallery’s example code above as a template, be sure to put background: or it won’t work;
.cg_gallery_rating_div_one_star_on { background:
url(data:image/png;base64,exampleexampleexample) no-repeat center !important;
}The code above is only for images that have a vote. For images that dont have a vote, you will also need to add this code (the only different is star on or off in the div class:
.cg_gallery_rating_div_one_star_off { background:
url(data:image/png;base64,exampleexampleexample) no-repeat center !important;
}Thank you so much for the detailed reply! Further proof that this plugin is not only the best option but also has the best support.
So, is base64 the only way to change the image? Can I just host the image locally and put it in the css?
Compared to similar plugins on the market, your PRO version has a lot to offer. Thank you for the information!