Votio Again
Hey, do you remember that Votio voting thing I was going to write? Yeah...

It lets you add little voting boxes to every post in a list of categories you specify.
This is probably my worst plugin so far for having to tweak actual code. Call me lazy. You'll need to add a custom template tag (<?php votio_ballot_box();?>) inside The Loop wherever you want your box to appear. Depending on your theme, this could be on more than one page. You'll also need to modify your CSS if you want your voting box to look anywhere near as snazzy as the one here.
The worst part is that you're going to need to edit the plugin file to set the categories that you want the voting boxes to appear on. Just look for the $vote_cats variable near the top fo the file, and set that to a comma-separated list of categories (no extra space!) that you want to add voting boxes to.
I can't say that the code is foolproof, but it seems to be working ok so far. Feel free to report problems here.
I'm going to try using it for Free For All Friday tomorrow, so if you check out old posts in "FFAF", you should be able to rate them.
Check the wp-hacks page for downloads.
Comments
Comment by Josh on .
Comment by XeroCool on .
Comment by BugBoy on .
Comment by Jens on .
Comment by jcraveiro on .
Comment by Owen on .
Comment by sekhu on .
Comment by kektex on .
Comment by Owen on .
Comment by Zonekiller on .
Comment by Owen on .
Comment by Sunny7L on .
Comment by Owen on .
$vote_cats = '';and inside the quotes, put the names of categories (matching exactly) that you want the Votio box to appear on. There are some other settings in the file that might interest you, including the number of days that visitors are allowed to vote on a post, and the image tags that produce the star images.Comment by Sunny7L on .
Comment by Owen on .
Comment by Zonekiller on .
Comment by Zonekiller on .
Comment by madeup on .
$vote_cats = 'A category,Another category,and so on';Category names are the ones you want votio boxes to appear on. 3. Upload the votio folder to your plugins folder. Votio folder should include the images and the votio.php file. 4. Go to your Wordpress admin area and find votio on your plugins list. Activate it, simply by clicking a link. 5. Enter the following code (after appropriately modifying it) into every php file on your theme, where there is atag, inside the head tags. (category.php, comments-popup.php, date.php, index.php, search.php, single.php):6. Write the following code where you want the votio box to appear (Preferably, only in the post.php file):7. Upload all modified theme files to your "themes/themename" folder. Great tool. Thanks. I wonder what is needed for using it on a web page other than the ones in the Wordpress folder. Permissions etc? Any tips? I'll be waiting for the votio admin interface. I hope we can see past votes on the interface also.Comment by Seth on .