<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Tag: best answer - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/best-answer</link>
		<description>bbPress Plugin Browser &#187; Tag: best answer - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 17:47:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/best-answer" rel="self" type="application/rss+xml" />

		<item>
			<title>joe.g on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/page/2/#post-6102</link>
			<pubDate>Wed, 08 Sep 2010 15:17:45 +0000</pubDate>
			<dc:creator>joe.g</dc:creator>
			<guid isPermaLink="false">6102@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>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:</p>
<pre><code>function get_answer_count($user) {
	global $bbdb;
	return $bbdb-&#62;query(&#34;SELECT * FROM $bbdb-&#62;posts AS posts LEFT JOIN $bbdb-&#62;meta AS meta ON posts.topic_id=meta.object_id WHERE object_type = &#039;bb_topic&#039; AND poster_id = $user AND post_status = 0 AND meta_key = &#039;best_answer&#039; AND post_position = meta_value&#34;);
}</code></pre>]]></description>
					</item>
		<item>
			<title>andreascreten on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/page/2/#post-4943</link>
			<pubDate>Wed, 18 Nov 2009 12:22:22 +0000</pubDate>
			<dc:creator>andreascreten</dc:creator>
			<guid isPermaLink="false">4943@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>The download link is not working anymore, _ck_ ?
</p>]]></description>
					</item>
		<item>
			<title>fernandot on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/page/2/#post-4510</link>
			<pubDate>Sat, 05 Sep 2009 15:16:06 +0000</pubDate>
			<dc:creator>fernandot</dc:creator>
			<guid isPermaLink="false">4510@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Works great! ;)
</p>]]></description>
					</item>
		<item>
			<title>johnhiler on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-4212</link>
			<pubDate>Tue, 04 Aug 2009 08:09:15 +0000</pubDate>
			<dc:creator>johnhiler</dc:creator>
			<guid isPermaLink="false">4212@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hey Michael -</p>
<p>#1 - Yah, admins can change the best answers.</p>
<p>#2 - I'm using the plugin on my forums, and it seems very fast!  I haven't profiled it yet, but it's looking good. :-)
</p>]]></description>
					</item>
		<item>
			<title>michaelmindes on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-4151</link>
			<pubDate>Tue, 28 Jul 2009 01:23:46 +0000</pubDate>
			<dc:creator>michaelmindes</dc:creator>
			<guid isPermaLink="false">4151@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This looks like it could be a very intriguing plugin for getting rules questions answered for the <a href="http://tastyminstrelgames" title="board game publisher - Tasty Minstrel Games">board games I publish</a>.  It could help me by allowing the community to answer rules questions, and allow the best answers to be displayed at the top.</p>
<p>A couple of questions:</p>
<p>#1 - Can admins/moderators change the best answers?  For example, if somebody posts an incorrect rules clarification, I would want to be able to make sure that it is not chosen as best answer.</p>
<p>#2 - Will the plugin cause any significant drag on the forums?</p>
<p>Thanks,</p>
<p><a href="http://michaelmindes.com">Michael Mindes</a>
</p>]]></description>
					</item>
		<item>
			<title>sdv1 on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-4057</link>
			<pubDate>Tue, 21 Jul 2009 13:49:21 +0000</pubDate>
			<dc:creator>sdv1</dc:creator>
			<guid isPermaLink="false">4057@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@Driftless1: looks like it works fine with 1.0.1, you can see plugin in action here<br />
<a href="http://forums.officelivepages.net/" rel="nofollow">http://forums.officelivepages.net/</a></p>
<p>But in Firefox 3.5 "*Best Answer?" text moves into the user post area (only last 2-3 chars including ? mark).  in IE 8 it looks fine.
</p>]]></description>
					</item>
		<item>
			<title>clarklab on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-4047</link>
			<pubDate>Tue, 21 Jul 2009 04:17:29 +0000</pubDate>
			<dc:creator>clarklab</dc:creator>
			<guid isPermaLink="false">4047@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I'm using it with 1.0.1 and its working great.
</p>]]></description>
					</item>
		<item>
			<title>Driftless1 on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3977</link>
			<pubDate>Thu, 16 Jul 2009 07:40:22 +0000</pubDate>
			<dc:creator>Driftless1</dc:creator>
			<guid isPermaLink="false">3977@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@sdv1 -- try it and let us know here ;)
</p>]]></description>
					</item>
		<item>
			<title>sdv1 on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3953</link>
			<pubDate>Mon, 13 Jul 2009 13:00:05 +0000</pubDate>
			<dc:creator>sdv1</dc:creator>
			<guid isPermaLink="false">3953@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>will there be any issue if I use this plugin with bbpress 1.0.1 ?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3875</link>
			<pubDate>Tue, 07 Jul 2009 08:46:42 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3875@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Nothing like that is tracked currently. Since best answer is stored in topic meta, it would be a very complex query to try to determine that unfortunately. The plugin would have to be extended.
</p>]]></description>
					</item>
		<item>
			<title>clarklab on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3874</link>
			<pubDate>Tue, 07 Jul 2009 07:25:01 +0000</pubDate>
			<dc:creator>clarklab</dc:creator>
			<guid isPermaLink="false">3874@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>That works for me! Thanks for the fix. Also, would there be any easy way to check how many times each user has won best answer?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3800</link>
			<pubDate>Fri, 03 Jul 2009 01:53:56 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3800@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>clarklab, it's possible but the way the plugin is currently designed it's a little messy</p>
<p>you can try doing this</p>
<pre><code>function best_answer() {
	global $best_answer, $topic, $bb_current_user, $bb_post;
        if ($topic-&#62;forum_id!=7) {return;}</code></pre>
<p>Where 7 is the forum number you only want it working on.</p>
<p>Unfortunately the plugin will still do stuff behind the scenes for the other forums but it won't be visible.
</p>]]></description>
					</item>
		<item>
			<title>clarklab on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3799</link>
			<pubDate>Fri, 03 Jul 2009 01:01:33 +0000</pubDate>
			<dc:creator>clarklab</dc:creator>
			<guid isPermaLink="false">3799@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Is there a way to restrict this to only work in certain forums? I've use the Support Forum plugin to mark only one of my forums as support, and it would be perfect if Best Answer also only worked in this forum. Is this any easy fix?
</p>]]></description>
					</item>
		<item>
			<title>michak on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3769</link>
			<pubDate>Fri, 26 Jun 2009 10:15:01 +0000</pubDate>
			<dc:creator>michak</dc:creator>
			<guid isPermaLink="false">3769@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>In version 1.0 RC3 looks like this:</p>
<p><a href="http://iv.pl/images/np0sl1ld8i6j1z0akizi.png" rel="nofollow">http://iv.pl/images/np0sl1ld8i6j1z0akizi.png</a>
</p>]]></description>
					</item>
		<item>
			<title>vikram_gripsack on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3696</link>
			<pubDate>Tue, 16 Jun 2009 04:53:17 +0000</pubDate>
			<dc:creator>vikram_gripsack</dc:creator>
			<guid isPermaLink="false">3696@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi CK,</p>
<p>Its working well. Thank you for the support.</p>
<p>Cheers,<br />
-Vik.
</p>]]></description>
					</item>
		<item>
			<title>vikram_gripsack on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3676</link>
			<pubDate>Mon, 15 Jun 2009 09:54:48 +0000</pubDate>
			<dc:creator>vikram_gripsack</dc:creator>
			<guid isPermaLink="false">3676@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi CK,</p>
<p>Thanks for the help. I will look into it.<br />
I am on vacation and not able to see your replies.</p>
<p>Thank  you once again.<br />
-Vikram.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3649</link>
			<pubDate>Wed, 10 Jun 2009 18:49:37 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3649@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>vikram, keep in mind you need more than one post in a topic and then either the topic starter or mods/admin can select the best answer, it should look like this:</p>
<p><a href="http://img40.imageshack.us/img40/5831/bestanswer.png" rel="nofollow">http://img40.imageshack.us/img40/5831/bestanswer.png</a></p>
<p>Do you not see that on your posts?<br />
If not, it may be a issue with you being on windows and I'll have to research.
</p>]]></description>
					</item>
		<item>
			<title>vikram_gripsack on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3645</link>
			<pubDate>Wed, 10 Jun 2009 07:03:50 +0000</pubDate>
			<dc:creator>vikram_gripsack</dc:creator>
			<guid isPermaLink="false">3645@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi CK,</p>
<p>My Apologies for not communicating clearly my problem :) and Thanks all of you for the very quick response you are providing and supporting new bb users like us.</p>
<p>I am trying to set up this Bb press for my office and want to make all the employees active much and get recognition as well ;).</p>
<p>I am using  the bbpress-0.9.0.5 and I dowloaded the above plugin of the Best Answer and as suggested by you and I have  edited the repecitive code of line of the below mentioned path as :</p>
<p>C:\Program Files\EasyPHP 2.0b1\www\bbpress\bb-templates\kakumei<br />
----------------------</p>
<p>&#60;?php foreach ($posts as $bb_post) : $del_class = apply_filters('best_answer_class',post_del_class()); ?&#62;<br />
	&#60;li id="post-&#60;?php post_id(); ?&#62;"&#60;?php alt_class('post', $del_class); ?&#62;&#62;<br />
&#60;?php bb_post_template(); ?&#62;</p>
<p>&#60;?php endforeach; ?&#62;<br />
----------------------</p>
<p>and activated this plugin , but still I cannot see how this BestAnswer works and get displays and there is no option as well.</p>
<p>Please do help with this.</p>
<p>Cheers,<br />
-Vikram<br />
<a href="http://gripsack.org" rel="nofollow">http://gripsack.org</a>
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3638</link>
			<pubDate>Tue, 09 Jun 2009 15:25:27 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">3638@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>vikram you need to tell me more specifically what's not working<br />
and what version of bbPress you are using and what theme.
</p>]]></description>
					</item>
		<item>
			<title>vikram_gripsack on "Best Answer"</title>
			<link>http://bbpress.org/plugins/topic/best-answer/#post-3637</link>
			<pubDate>Tue, 09 Jun 2009 13:53:08 +0000</pubDate>
			<dc:creator>vikram_gripsack</dc:creator>
			<guid isPermaLink="false">3637@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>CK , its not working for me , can you please help more on this
</p>]]></description>
					</item>

	</channel>
</rss>

