If somebody stumble upon the same problem here is a solution to get Wp PostRatings Plugin Stars into bbpress topics:
wp-content/plugins/bbress/templates/default/bbpress/loop-single-reply.php <–
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>
😀
Hey there, yould you mind to share your solution? I am fighting with the same problem, and it would be very nice from you if you would share your solution:D