I am kinda new to this module so it took me a while untill i got what i wanted from it. When it was done i noticed small problem which i cannot find solution to. I appologize in advance if this kind of problem is not fit for this forum.
I need users to click on pictures of number 1-5 and rate a song, and to not be able to rate same song more than once. There shouldnt be any registering, thus available for everyone to vote. Somehow i managed to make this work only in IE6, which is primary browser i work on (i know, my own mistake hehe). In firefox, IE7 and Opera, there is no limit to how many votes one person can make for the same song and i dont know how to correct this. I even tried puttting {if !duplicate}...{/if} around every exp:rating:form but still it only worked in IE6.
This is an example of my code (this is only for the first and second number, i have identical code for every number 1-5)
{exp:rating:form entry_id="{entry_id}" form_name="zpz" require_membership="no" anonymous="yes" status="open" allow_duplicates="no" return="{path=zpz-lista/index}"}
<input type="hidden" name="email" value="{email}" /><input type="hidden" name="name" value="anonymous" /><input type="hidden" name="zpzhit" value="1" />
<td>
<input type="image" src="http://75.126.4.10/~dobrevib/themes/rating_themes/default/images/star100-1.gif" name="zpzhit" class="zpzhit1" value="1" alt="1" title="1"><div style="display:none;"><textarea name="review" rows="10" cols="40">{title} - 1</textarea></div>
</td>
{/exp:rating:form}
{exp:rating:form entry_id="{entry_id}" form_name="zpz" require_membership="no" anonymous="yes" status="open" allow_duplicates="no" return="{path=zpz-lista/index}"}
<input type="hidden" name="email" value="{email}" /><input type="hidden" name="name" value="anonymous" /><input type="hidden" name="zpzhit" value="2" />
<td>
<input type="image" src="http://75.126.4.10/~dobrevib/themes/rating_themes/default/images/star100-2.gif" name="zpzhit" class="zpzhit1" value="2" alt="2" title="2"><div style="display:none;"><textarea name="review" rows="10" cols="40">{title} - 2</textarea></div>
</td>
{/exp:rating:form}
u can see this on http://75.126.4.10/~dobrevib/index.php/zpz-lista/
thank u in advance, any help is greatly apreciated.
