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

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(5)

Your Rating

Author: _ck_


  1. Works great! ;)

    Posted: 2 years ago #
  2. The download link is not working anymore, _ck_ ?

    Posted: 2 years ago #
  3. joe.g

    Member

    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 #

RSS feed for this topic

Add a Comment

You must log in to post.