New script for you! The idea here is that you allow your users to vote for their favorite post in your blog. The top three (or two, or one – you set this) voted for posts show up in your sidebar(?) (or wherever you chose).
The instructions are MT specific, but with some minor tweaking, I'm sure it could work with other CMSs as well.
Installation is pretty simple – follow the instructions in the readme.
Requirements: Must be able to run PHP on your page/site.
Click here to download the script
Special Thanks to my beta testers: Carla, Donna, Dave.
Update 10/16 10:00pm EST: (What's a release without a bug-fix, ay?) Just uploaded a new version of the script…If you've already downloaded the script previous to this fix – just replace "writeFavPosts.php" with the new version in the download.
Update 10/22: Bugfix:
if you already have this installed – on your "forms" change this line:
<input type="hidden" value="<$MTEntryTitle$>" name="favtitle">
to:
<input type="hidden" value="<$MTEntryTitle encode_php="qq"$>" name="favtitle">