Sorry this plugin is not tested with BBPress.
Thanks for the Update on this.
Regards
sally
Maybe any new Solution for bbPress?
Hi Lester,
i would be also interested to get the plugin working with BBPress, so could you test this?
Thx
Sally
Hi,
the wp postratings image works on bbpress, please see here:
Lemontrend – Fashion, Designers and Lifestyle for You
And see the replies 🙂
I get it to work like this:
1. I created in my child theme a folder called bbpress
2. i copied the loop-single-reply.php to the bbpress folder
Here the Path where you find the file:
wp-content/plugins/bbress/templates/default/bbpress/loop-single-reply.php
3. Open the loop-single-reply.php with an Editor and Search for the line
<?php bbp_reply_admin_links(); ?>
and place this under it:
<span class=”bbp-admin-links”> <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?> </span>
And voila, the Ratings are working 🙂
Best Regards
Sally
If you want to have the ratings under users profile, then search in loop-single-reply.php for the line:
<?php do_action( ‘bbp_theme_after_reply_author_details’ ); ?>
and place the code under it:
<span class=”bbp-admin-links”> <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?> </span>
Regards
Sally