echo "<strong>{$votes}</strong> votes - <strong>Vote to see results!</strong>";
But I can’t apply to these two lines..any help?
I thing this is just some simple php..
echo "{$id},{$rating},{$rating} rating from {$votes} votes including yours.";
echo "{$id},{$rating},You voted already -- cheater!";
This is quite messy if I’ve a long list of categories/when I add a new category.
TQ.
]]>I’m using Votio on my site currently and LOVE votio. I’d like to be able to modify it so that one can see the results (at least the number raiting) without having given a vote yet.
Can anyone point me in the right directon?
Thanks!
]]>I’m not sure where this is referring to: “You need to add a tag to your template where you want the voting box to appear: votio_ballot_box() ??
Where do I put this? Also, do I not have to insert something into my sidebar to display the posts with the highest ratings? (I want to do that).
I’m fairly new at all this and don’t really understand. Thanks.
Jack
]]>Thanks!
]]>For example, I watched two movies and wanted to have ratings for both movies. However, if I put in the [div class=”votio”]Movie One[/div] and underneath it [div class=”votio”]Movie Two[/div] it will only show the voting stars for one.
It shows the movie one and movie two, but only one set of stars are there.
Right now I’ve got the [?php votio_ballot_box(); ?] code right under my “read the rest of this entry” code and I’ve tried moving that around but it doesn’t make any difference.
I’ve also tried using “span” instead of “div”, but nothing seems to work.
Any help, anyone? Or maybe this can’t be done?
]]>One error says:
‘Line 207, column 142: character “;” not allowed in attribute specification list’
I’m wondering if I can change the “;” to a “,” and have it work (and validate).
Another of the errors has to do with missing ‘alt’ tags, but looking through the plugin file, everywhere it has “img src” I’ve made sure there’s an ‘alt’ code in there – I just don’t know how to add it for this code:
‘…mouseover=”votio_hover(‘star_223’,1)”; onmouseout=”votio_unhover(‘star_223′,1’
Same with the closing “/” tag:
Line 207, column 143: end tag for “img” omitted, but OMITTAG NO was specified
…ouseover=”votio_hover(‘star_223’,1)”; onmouseout=”votio_unhover(‘star_223’,1)
You may have neglected to close a tag, or perhaps you meant to “self-close” a tag; that is, ending it with “/>” instead of “>”.
Line 207, column 0: start tag was here
<img src=”https://www.idiotonastick.com/talk/wp-content/plugins/starv.gif” id=”st
Line 207, column 368: character “;” not allowed in attribute specification list
…mouseover=”votio_hover(‘star_223’,2)”; onmouseout=”votio_unhover(‘star_223’,2
a?‰
Line 207, column 369: end tag for “img” omitted, but OMITTAG NO was specified
…ouseover=”votio_hover(‘star_223’,2)”; onmouseout=”votio_unhover(‘star_223′,2)’
Any suggestions on how I can fix it? Thanks.
]]>