Works great! ;)
bbPress Plugin Browser »
Best Answer (0.0.5)
Download
Version: 0.0.5
Last Updated: 2009-8-5
Requires bbPress Version: 0.9 or higher
Compatible up to: 0.9
Average Rating





Your Rating
Author: _ck_
-
Posted: 2 years ago #
-
The download link is not working anymore, _ck_ ?
Posted: 2 years ago # -
For @clarklab or anyone else who wants to find the number of "best answers" by a particular user, I've had success with the following query:
function get_answer_count($user) { global $bbdb; return $bbdb->query("SELECT * FROM $bbdb->posts AS posts LEFT JOIN $bbdb->meta AS meta ON posts.topic_id=meta.object_id WHERE object_type = 'bb_topic' AND poster_id = $user AND post_status = 0 AND meta_key = 'best_answer' AND post_position = meta_value"); }Posted: 1 year ago #
Add a Comment
You must log in to post.