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);
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
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()
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…