• Resolved sallida

    (@sallida)


    Hello,

    i would love to get your rating plugin working with BBPress. How i can activate it only for BBPress Topics / Replies?

    Thx
    Best Regards
    Sally

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Sorry this plugin is not tested with BBPress.

    Thread Starter sallida

    (@sallida)

    Thanks for the Update on this.

    Regards
    sally

    Maybe any new Solution for bbPress?

    sally

    (@sallyruchman)

    Hi Lester,

    i would be also interested to get the plugin working with BBPress, so could you test this?

    Thx
    Sally

    sally

    (@sallyruchman)

    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

    sally

    (@sallyruchman)

    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

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

The topic ‘Enable Plugin for BBPress’ is closed to new replies.