WordPress Plugins > WP-PostRatings
Tips & Tricks For WP-PostRatings
superann:
--- Quote from: GaMerZ on 10 January 2007, 03:44 ---hmm not at the moment, why would user reset their own vote? Normally ratings system seldom have that feature.
--- End quote ---
Hi Lester, thanks for the great plugin! Best of the post ratings plugins I've investigated by far. I'd also like to throw in my vote to allow users to change/reset their own vote/rating. I'd like to use your plugin to provide a rating system for a review site of sorts, and since a user's opinion may change over time, it would only make sense to allow a user to update his/her rating. This would allow it to work in the same way as the bbpress ratings plugin which wordpress.org also uses to allow users to rate (and re-rate) plugins.
If you think you might (or already do) have plans to place this functionality into the plugin but it's sort of far off your schedule, I'd also be happy to help out with the implementation. Maybe if you already know how exactly what you'd like to modify you can point me in the right direction, or I can also just figure it out. Just don't want to duplicate any work or make the effort if this feature might be coming soon in your official release...
GaMerZ:
But that would be too much of a hassle, besides the rating at WP requires you to login first before rating, whereas for this there can be a possibility of a guest user rating as well and there is no way to keep track of it.
doug102938:
I am trying to use this code here
<?php if(function_exists('the_ratings')) {
/* Little PostRatings Mod */
/* Replaces all <div> tags with <span> tags to fix display problems on some themes */
ob_start();
the_ratings();
$remove_divs = ob_get_contents();
ob_end_clean();
echo str_replace('div', 'span', $remove_divs);
}
?>
and it works and fixes the issue it is intended to fix ( the ratings system going to its own line.) I have this code placed above my excerpt and now it creates an annoying space between to 2 and i can't seem to get ride of it. any ideas?
Lastest version of this plugin and its wordpress 2.6.1
GaMerZ:
You can just use <?php the_ratings('span'); ?> to call the ratings function.
trig338:
Hi,
Is there a way to insert multiple ratings in one post/page? We want readers to vote for different pieces in an article (ie a music review with 15 songs).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version