This pluggin is not working for me. I'm using 1.0 alpha and the site referenced is at http://www.l4dt.com/forum
bbPress Plugin Browser »
bbRatings (0.8.5)
Download
Version: 0.8.5
Last Updated: 2008-3-11
Requires bbPress Version: 0.8.3 or higher
Compatible up to: 0.8.3.1
Average Rating





Your Rating
Author: Michael D Adams
-
Posted: 1 year ago #
-
I also changed line 205 of bb-ratings.php to:
if ( $topics = (array) $bbdb->get_col("SELECT object_id as topic_id FROM $bbdb->meta WHERE object_type='bb_topic' AND meta_key='rating'") ) :
as _ck_ said to do for 1.0 capability with no luck.
The pluggin is installed as stated as installation instructions state.
Posted: 1 year ago # -
Hi, shame this plugin receives so little support being one of the best and most useful plugin for bbPress.
I like mariostella am experiencing problem with voting in FF - in IE all work just fine but in FF on clicking the stars nothing actually happens, the rating is not refreshed nor counted. My forum is at http://www.novapojistovna.cz and rating is available only for registered users.
Would anyone please care to take a look at these problems? Would be much appreciated I believe by all users here.
PS. On this support forum it works fine both in IE and FF.
Posted: 1 year ago # -
What version bbPress are you using?
Posted: 1 year ago # -
I'm using bbPress 1.0-alpha-2
Posted: 1 year ago # -
+1 for fixing this plugin with bbpress 1+
Posted: 1 year ago # -
Has anyone found a fix for this plugin not working? I've tried it in Firefox, IE, Safari, and Opera and it doesn't work in any of them - I can get the stars to display, but clicking on the stars under "Rate This Topic" don't do anything - hovering over them changes the colors, but clicking does nothing - no stars change colors and the Average Rating does not change, and shows no colors.
This could be a great plugin but I can't figure out how to make it actually work......I am using bbPress version 9.0.2
The plugin homepage (above) loops back to this page and the author homepage does not appear to be kept current, and has no mention of this plugin that I could find anywhere, leading me to believe that he has abandoned it some time ago. If that's true, is there anyone else that could resurrect this plugin and keep it going (and working?)
Posted: 11 months ago # -
i installed this plugin for bbpress version 1.0-rc-1. made the changes to line 205 & 94 as ck stated in this thread & this other thread
http://bbpress.org/forums/topic/bbpress-using-bb_top_topics#post-20817i added the template tags - bb_rating(), bb_rating_dingus(), and bb_rating_count() - to my topic.php
however, i only see boxes - no stars. when i log in, i see a second set of boxes - still no stars - that i can click on to rate the topic.any thoughts? thanks in advance.
Posted: 9 months ago # -
there are several lines where bb_path_to_url to find the css, js and gif files. it looks as if that function is deprecated.
could someone help me with what the replacement? thanks.Posted: 8 months ago # -
figured it out...had to change permissions on my-plugins and my-templates folders.
Posted: 8 months ago # -
I've gotten as far as getting the stars to show up by changing permissions for my-plugins. Can't get further than that. By the looks of these responses, I'm assuming this plugin has been abandoned awhile ago.
Posted: 8 months ago # -
It amuses me that the highest rated plugin is the rating plugin.
Posted: 7 months ago # -
So... does anyone have a CSS fix yet for ie6? The fact that the stars aren't colored in this browser? As people continue to state throughout this thread... everything works, but in ie6, you can't see the yellow stars, just the outline of the star...
Posted: 5 months ago # -
Would it be possible to adapt the rating plugin for each individual post, rather than for the whole topic?
Posted: 4 months ago # -
Using bbPress 1.0.2 w/ bbRating 0.8.5.
The bb_rating and bb_rating_dingus are working fine. However for whatever reason it doesn't work in FF (Works fine in IE8 and Safari, stopped developing for IE6).
bb_top_topics doesn't do anything for any of the browsers. Anyone else having these problems?
Posted: 4 months ago # -
OK.... The following code will help you to use the tags found in the readme text of this plugin.
Unfortunately, I had to struggle somewhat to work it out - I think the author could have given users a little help. My code below uses three of the tags to show:
1. How topic has been rated so far
2. How many times the topic has been rated (and)
3. Rate the topic yourself.You can see the following code in action here:
http://gramophile.com/forum/topic.php?id=4&topic_id=4You will need to change the div class to suit the class of your css file and you may want to change the text and tags encasing the text to change size of text etc... I placed the code in my TOPIC.PHP file of my template in bbpress installation.
HOPE THIS HELPS...........
<!-- NEW CODE START -->
<div class="tag-related">
This post has been rated:
<?php if ( function_exists( 'bb_rating' ) ) bb_rating(); ?>
<small>This topic has been rated this many times:</small>
<?php if ( function_exists( 'bb_rating_count' ) ) bb_rating_count(); ?>
Rate this topic below:
<?php if ( function_exists( 'bb_rating_dingus' ) ) bb_rating_dingus(); ?>
</div>
<!-- NEW CODE END -->Posted: 3 months ago # -
Hi all,
I have a Wordpress site with BBPress integrated.
I would like to know if it is possible to show the top rated posts (with the function <?php $topics = bb_top_topics(); foreach ($topics as $topic) : ?>....)
on my wordpress page.Thank you all for you time and your help !
Posted: 3 months ago # -
I'm guessing that, even though this is one of the top rated and most popular plugins, since nobody has replied here in 3 months, it's dead?
I installed bbratings according to the very, very brief instructions, activated it, and got absolutely nothing. Doesn't appear anywhere on our forums. Instructions:
Add bb-ratings.php, bb-ratings.css, bb-ratings.js, and star.gif to your /my-plugins/ directory.
This I did. Then activated. Nothing. Bueller? Anyone?
Posted: 1 week ago #
Add a Comment
You must log in to post.