guybrushpixelwood (@guybrushpixelwood)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • guybrushpixelwood
    Participant

    @guybrushpixelwood

    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>

    😀


    guybrushpixelwood
    Participant

    @guybrushpixelwood

    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

Viewing 2 replies - 1 through 2 (of 2 total)