Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter shanhard

    (@shanhard)

    Actually I am seeing the user points everywhere. Is it possible to limit this to just under the user avatar with the other stats when they make a post?

    Yes, seems it does not work well to use a hook for this.
    I removed that in 1.0.8.
    If you want that feature, it will be easier for you to edit your templates and add

    $karma = bbpvotes_get_author_score( bbp_get_reply_author_id() );
    printf( '<div class="bbpvotes-author-karma">%s</div>', sprintf(__('%d pts','bbpvotes'),$karma) );

    wherever you want the author’s karma to be displayed.

    Thread Starter shanhard

    (@shanhard)

    Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide vote score from latest posts display?’ is closed to new replies.