Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author grosbouff

    (@grosbouff)

    When developping a plugin, I usually put functions that might interest developpers in -template.php file. Here, the file is bbpvotes-template.php.

    Those ones might interest you :

    $score = bbpvotes_get_votes_score_for_post($post_id);
    $votes_count = bbpvotes_get_votes_count_for_post($post_id);
    $votes_down = bbpvotes_get_votes_up_for_post($post_id);
    $votes_up = bbpvotes_get_votes_down_for_post($post_id);
    Thread Starter kachan64

    (@kachan64)

    Yeah cool, but it only shows the given score within post
    But I want the total score received by this member or something rather.

    thanks

    Plugin Author grosbouff

    (@grosbouff)

    Ok ! This was not really clear in your first post.
    It’s not possible yet but i’ll try to implement it in the next release.

    Hi @ kachan64,

    See the new functions in 1.0.7 :

    * bbpvotes_get_votes_down_by_user_count()
    * bbpvotes_get_votes_up_by_user_count()
    * bbpvotes_get_votes_total_by_user_count()
    * bbpvotes_get_author_score()

    Thread Starter kachan64

    (@kachan64)

    okay, sorry for the late reply.
    Yes bbpvotes_get_author_score() is what you all need if you don’t want the score with the link like I mentioned in the first post.

    Thankyou for the plugin…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Vote Score Under Topic View?’ is closed to new replies.