<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Plugin Browser Topic: Reputation (Karma) for bbPress</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress Plugin Browser Topic: Reputation (Karma) for bbPress</description>
<language>en</language>
<pubDate>Mon, 22 Mar 2010 06:57:55 +0000</pubDate>

<item>
<title>dwenaus on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/3/#post-5414</link>
<pubDate>Tue, 09 Feb 2010 22:14:24 +0000</pubDate>
<dc:creator>dwenaus</dc:creator>
<guid isPermaLink="false">5414@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I would like to use this plugin in BuddyPress, can anyone give me some pointers as to how to go about it. Or is there another buddypress plugin that is better suited?
&#60;/p&#62;</description>
</item>
<item>
<title>Michael888 on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/3/#post-5304</link>
<pubDate>Thu, 28 Jan 2010 14:24:58 +0000</pubDate>
<dc:creator>Michael888</dc:creator>
<guid isPermaLink="false">5304@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I actually think someone needs to work on this plugin. It has loads of potential. :D
&#60;/p&#62;</description>
</item>
<item>
<title>jasonpeinko on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/3/#post-5202</link>
<pubDate>Thu, 14 Jan 2010 21:50:10 +0000</pubDate>
<dc:creator>jasonpeinko</dc:creator>
<guid isPermaLink="false">5202@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is there an easy way to make it so a user cannot give reputation more than one time per post?
&#60;/p&#62;</description>
</item>
<item>
<title>chipbennett on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/3/#post-4726</link>
<pubDate>Thu, 08 Oct 2009 21:04:33 +0000</pubDate>
<dc:creator>chipbennett</dc:creator>
<guid isPermaLink="false">4726@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Feature requests:&#60;/p&#62;
&#60;p&#62;1) Option to show the graph only (instead of both points AND the graph)&#60;br /&#62;
2) Option to show graph in profile info, not just in threadauthor info&#60;/p&#62;
&#60;p&#62;Thanks for another great plugin!
&#60;/p&#62;</description>
</item>
<item>
<title>beansarenotfruit on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/3/#post-4707</link>
<pubDate>Mon, 05 Oct 2009 18:27:18 +0000</pubDate>
<dc:creator>beansarenotfruit</dc:creator>
<guid isPermaLink="false">4707@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hey, there's no options showing up in the admin sidebar, and I don't know enough scripting to remedy that myself. Is there an easy way to drop some code in there to make it show up? That would be great!
&#60;/p&#62;</description>
</item>
<item>
<title>massbase on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/3/#post-3718</link>
<pubDate>Wed, 17 Jun 2009 15:32:21 +0000</pubDate>
<dc:creator>massbase</dc:creator>
<guid isPermaLink="false">3718@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;works most perfectly, cheers ck, ill handle the non-existing urls with members later on.&#60;/p&#62;
&#60;p&#62;most apprecieated!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/3/#post-3713</link>
<pubDate>Wed, 17 Jun 2009 05:42:49 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">3713@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Isn't it store in &#60;code&#62;user_url&#60;/code&#62; ?&#60;br /&#62;
So try this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
		global $bbdb;
		$results=$bbdb-&#38;gt;get_results(&#38;quot;SELECT user_login as name,user_url,meta_value as reputation FROM $bbdb-&#38;gt;usermeta LEFT JOIN $bbdb-&#38;gt;users ON ID=user_id WHERE meta_key=&#38;#39;bb_reputation&#38;#39; ORDER BY CAST(meta_value as UNSIGNED) DESC LIMIT 10&#38;quot;);
		foreach ($results as $result) {echo  &#38;quot;&#38;lt;a href=&#38;#39;$result-&#38;gt;user_url&#38;#39;&#38;gt;$result-&#38;gt;name&#38;lt;/a&#38;gt; (&#38;lt;a style=&#38;#39;font-weight: bold; color: black;&#38;#39; href=&#38;#39;http://www.massbase.com/profile/$result-&#38;gt;name&#38;#39;&#38;gt;$result-&#38;gt;reputation&#38;lt;/a&#38;gt;) , &#38;quot;;}
		?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course some users won't have a url, so you'll have to write some code to handle that. Or don't directly link to their url and just use the profile link instead.
&#60;/p&#62;</description>
</item>
<item>
<title>massbase on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/3/#post-3712</link>
<pubDate>Wed, 17 Jun 2009 05:25:51 +0000</pubDate>
<dc:creator>massbase</dc:creator>
<guid isPermaLink="false">3712@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;it works fine, but can you make it so the username links to their website field on their profile. i know basic sql, but not enough to edit what you have. &#60;a href=&#34;http://www.massbase.com&#34; rel=&#34;nofollow&#34;&#62;http://www.massbase.com&#60;/a&#62; - on the bottom right on the sidebar.. its all their. I got the rep points linking to their profiles fine, but i need to make the usernames link their websites.		&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
		global $bbdb;
		$results=$bbdb-&#38;gt;get_results(&#38;quot;SELECT user_login as name,meta_value as reputation FROM $bbdb-&#38;gt;usermeta LEFT JOIN $bbdb-&#38;gt;users ON ID=user_id WHERE meta_key=&#38;#39;bb_reputation&#38;#39; ORDER BY CAST(meta_value as UNSIGNED) DESC LIMIT 10&#38;quot;);
		foreach ($results as $result) {echo  &#38;quot;$result-&#38;gt;name(&#38;lt;a style=&#38;#39;font-weight: bold; color: black;&#38;#39; href=&#38;#39;http://www.massbase.com/profile/$result-&#38;gt;name&#38;#39;&#38;gt;$result-&#38;gt;reputation&#38;lt;/a&#38;gt;) , &#38;quot;;}
		?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>massbase on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-3711</link>
<pubDate>Wed, 17 Jun 2009 02:14:02 +0000</pubDate>
<dc:creator>massbase</dc:creator>
<guid isPermaLink="false">3711@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;thanks ck it works ...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-3710</link>
<pubDate>Wed, 17 Jun 2009 01:49:54 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">3710@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;This should list the top ten members, untested:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;global $bbdb;
$results=$bbdb-&#38;gt;get_results(&#38;quot;SELECT user_login as name,meta_value as reputation FROM $bbdb-&#38;gt;usermeta LEFT JOIN $bbdb-&#38;gt;users ON ID=user_id WHERE meta_key=&#38;#39;bb_reputation&#38;#39; ORDER BY CAST(meta_value as UNSIGNED) DESC LIMIT 10&#38;quot;);
echo &#38;quot;top ten:&#38;lt;br /&#38;gt;&#38;quot;;
foreach ($results as $result) {echo  &#38;quot;$result-&#38;gt;name : $result-&#38;gt;reputation&#38;lt;br /&#38;gt;&#38;quot;;}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>massbase on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-3709</link>
<pubDate>Wed, 17 Jun 2009 00:12:29 +0000</pubDate>
<dc:creator>massbase</dc:creator>
<guid isPermaLink="false">3709@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;thanks ck for a great plugin. but i have a question&#60;/p&#62;
&#60;p&#62;is it possible to output a list of the members with highest reputation points?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>massbase on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-3666</link>
<pubDate>Sun, 14 Jun 2009 02:13:18 +0000</pubDate>
<dc:creator>massbase</dc:creator>
<guid isPermaLink="false">3666@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;hey __CK__ does this work for alpha? rc1
&#60;/p&#62;</description>
</item>
<item>
<title>l4d-marc on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-3246</link>
<pubDate>Thu, 23 Apr 2009 14:47:02 +0000</pubDate>
<dc:creator>l4d-marc</dc:creator>
<guid isPermaLink="false">3246@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great plug in but I can't seem to find where the amounts are stored in my sql db.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2942</link>
<pubDate>Thu, 12 Mar 2009 06:35:50 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2942@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;put back in the bb_foot and deactivate this plugin, does it still happen?&#60;/p&#62;
&#60;p&#62;if you still get the error, keep deactivating plugins until you find the one causing the problem
&#60;/p&#62;</description>
</item>
<item>
<title>wilcosky on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2941</link>
<pubDate>Thu, 12 Mar 2009 05:40:55 +0000</pubDate>
<dc:creator>wilcosky</dc:creator>
<guid isPermaLink="false">2941@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;ck, I understand that you must have &#38;lt;?php do_action('bb_foot', ''); ?&#38;gt; in the footer in order for a lot of plugins like this one to work. Well, I have that line in my footer and everything works, BUT, I have the following error:&#60;/p&#62;
&#60;p&#62;Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /home/mysite/public_html/forum/bb-includes/wp-functions.php on line 586&#60;/p&#62;
&#60;p&#62;This error goes away when I remove &#38;lt;?php do_action('bb_foot', ''); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2939</link>
<pubDate>Wed, 11 Mar 2009 03:33:17 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2939@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;SVN to the extend section is always slow, (10-15 minute scans) give it a minute.
&#60;/p&#62;</description>
</item>
<item>
<title>kevinjohngallagher on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2938</link>
<pubDate>Wed, 11 Mar 2009 03:27:02 +0000</pubDate>
<dc:creator>kevinjohngallagher</dc:creator>
<guid isPermaLink="false">2938@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Still listing 0.0.5 and not 0.0.6 in download (and 0.0.5 is in the zip file if you click it).&#60;/p&#62;
&#60;p&#62;Edit: updated now, sorry, didn't know about the delay :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2937</link>
<pubDate>Wed, 11 Mar 2009 02:58:15 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2937@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Oh I never saw that bug because his email address was full and all mail bounced back.&#60;/p&#62;
&#60;p&#62;Let me see if I can spot the bug.&#60;/p&#62;
&#60;p&#62;I released this plugin way too soon, I barely developed/tested it.&#60;/p&#62;
&#60;p&#62;Please update to 0.0.6 immediately!
&#60;/p&#62;</description>
</item>
<item>
<title>kevinjohngallagher on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2936</link>
<pubDate>Wed, 11 Mar 2009 02:47:32 +0000</pubDate>
<dc:creator>kevinjohngallagher</dc:creator>
<guid isPermaLink="false">2936@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;um... &#60;/p&#62;
&#60;p&#62;so any update on this &#34;serious bug&#34;???&#60;br /&#62;
should we use this plugin or not.
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-2770</link>
<pubDate>Thu, 05 Feb 2009 18:00:25 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">2770@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;CK - there is a serious bug with this plugin that can allow someone to hijack an entire user database. Please email me (info found at cairoshell.com).
&#60;/p&#62;</description>
</item>

</channel>
</rss>
