<?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 User Favorites: oledole</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser User Favorites: oledole</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 20:12:47 +0000</pubDate>

<item>
<title>nevergreen on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/5/#post-2292</link>
<pubDate>Wed, 03 Dec 2008 05:18:17 +0000</pubDate>
<dc:creator>nevergreen</dc:creator>
<guid isPermaLink="false">2292@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi! I was wondering if anyone could help me with this plugin. Its working ok, but when I make a new post I am getting this error:&#60;/p&#62;
&#60;p&#62;bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]&#60;br /&#62;
SELECT user_login,ID FROM wp_users as t1 LEFT JOIN wp_usermeta as t2 on t1.ID=t2.user_id WHERE user_status=0 AND (meta_key='bb_capabilities' AND NOT (meta_value LIKE '%inactive%' OR meta_value LIKE '%blocked%')) ORDER BY user_registered DESC LIMIT&#60;/p&#62;
&#60;p&#62;I say its working ok because the posts are still sent to the forum, but I'd like to get rid of this error if possible. Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbRatings"</title>
<link>http://bbpress.org/plugins/topic/bb-ratings/page/2/#post-2227</link>
<pubDate>Thu, 20 Nov 2008 10:02:42 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2227@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;For 1.0 compatibility replace this line #205&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( $topics = (array) $bbdb-&#38;gt;get_col(&#38;quot;SELECT topic_id FROM $bbdb-&#38;gt;topicmeta WHERE meta_key = &#38;#39;rating&#38;#39;&#38;quot;) ) :&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;em&#62; &#60;/em&#62;&#60;br /&#62;
with this one:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ( $topics = (array) $bbdb-&#38;gt;get_col(&#38;quot;SELECT object_id as topic_id FROM $bbdb-&#38;gt;meta WHERE object_type=&#38;#39;bb_topic&#38;#39; AND meta_key=&#38;#39;rating&#38;#39;&#38;quot;) ) :&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>mithrandir321 on "bbRatings"</title>
<link>http://bbpress.org/plugins/topic/bb-ratings/page/2/#post-2226</link>
<pubDate>Wed, 19 Nov 2008 19:19:36 +0000</pubDate>
<dc:creator>mithrandir321</dc:creator>
<guid isPermaLink="false">2226@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hey, can anybody help with listing top rated topics using bb_top_topics()&#60;/p&#62;
&#60;p&#62;I asked here with no reply so far:&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://bbpress.org/forums/topic/bbpress-using-bb_top_topics&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/bbpress-using-bb_top_topics&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Kenjin on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/5/#post-2216</link>
<pubDate>Mon, 17 Nov 2008 01:00:05 +0000</pubDate>
<dc:creator>Kenjin</dc:creator>
<guid isPermaLink="false">2216@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Lagoonix &#38;gt; I have exactly the same little bug, did you find a solution ?
&#60;/p&#62;</description>
</item>
<item>
<title>peterebutler on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/5/#post-2064</link>
<pubDate>Thu, 16 Oct 2008 02:54:19 +0000</pubDate>
<dc:creator>peterebutler</dc:creator>
<guid isPermaLink="false">2064@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;To add to the line 20 problem - &#60;/p&#62;
&#60;p&#62;I'm running into the same thing - wordpress 2.6, bbpress 1.0.  &#60;/p&#62;
&#60;p&#62;I don't have a lot of time to sort through it, but with a little testing tonight, here's what I found out - hopefully someone can take this and run with it:&#60;/p&#62;
&#60;p&#62;The problem occurs initially in the function bb_is_installed(), but that function is not the problem - somehow, $bbdb is getting unset somewhere.  If you remove the call to bb_is_installed(), as ck suggested, you just get the error the next time it calls for $bbdb (I think line 1796, Im not sure what function).&#60;/p&#62;
&#60;p&#62;$bbdb is set properly right up to the point where bb_is_installed() is called.&#60;/p&#62;
&#60;p&#62;Calling bb-load.php directly from bbsynch.php works fine, as long as the call does not come from within a function.  As soon as you try to call it from inside a function, $bbdb stops working again.  It sounds like a scope problem to me, but apparently my knowledge of scope in php is lacking, because I just can't figure out what is going wrong.&#60;/p&#62;
&#60;p&#62;Looking forward to a solution, this plugin sounds great!
&#60;/p&#62;</description>
</item>
<item>
<title>sidb85 on "bbRatings"</title>
<link>http://bbpress.org/plugins/topic/bb-ratings/page/2/#post-2053</link>
<pubDate>Sun, 12 Oct 2008 13:57:31 +0000</pubDate>
<dc:creator>sidb85</dc:creator>
<guid isPermaLink="false">2053@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I installed the plugin in my forum running 09.0.2 and added the functions bb_rating(), bb_rating_count(),  bb_rating_dingus(), bb_current_user_rating(). I want that when a user votes, the page should automatically reload and show the updated number people who voted and also the rating that the current user applied to the topic.&#60;/p&#62;
&#60;p&#62;Can this be done? I put the plugin in the /my-plugins directory of the bbpress root directory.&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
</item>
<item>
<title>lagoonix on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/5/#post-2022</link>
<pubDate>Sat, 04 Oct 2008 17:31:45 +0000</pubDate>
<dc:creator>lagoonix</dc:creator>
<guid isPermaLink="false">2022@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Great plug-in.&#60;br /&#62;
Everything works.&#60;br /&#62;
New posts are added and comments.&#60;/p&#62;
&#60;p&#62;Only issue is users getting stuck on wp-comments-post.php&#60;br /&#62;
No errors just a blank screen. Post IS added.&#60;/p&#62;
&#60;p&#62;I get 'http://www.myurl.com/wp-comments-post.php#comment-8'&#60;/p&#62;
&#60;p&#62;No other plugins active.&#60;br /&#62;
Please advice. Thank You
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1948</link>
<pubDate>Wed, 17 Sep 2008 15:30:01 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1948@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have no idea why that error happens and this change may completely destroy both your bbPress install and WordPress install but you can try going into &#60;code&#62;bb-settings.php&#60;/code&#62; and changing this line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if ( !BB_INSTALLING &#38;#38;&#38;#38; !bb_is_installed() ) {&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to &#60;/p&#62;
&#60;p&#62;&#60;code&#62;if ( !BB_INSTALLING) {&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;BACKUP MYSQL FIRST!&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The change may not help at all, I've not tested.&#60;/p&#62;
&#60;p&#62;Not sure why the error happens either.&#60;br /&#62;
bb_new_topic and bb_new_post have changed a little (and have been deprecated) so that is likely affecting things.
&#60;/p&#62;</description>
</item>
<item>
<title>cartmanffc on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1942</link>
<pubDate>Wed, 17 Sep 2008 01:56:02 +0000</pubDate>
<dc:creator>cartmanffc</dc:creator>
<guid isPermaLink="false">1942@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;same line 20 problem!&#60;br /&#62;
 please can someone help fixing this?
&#60;/p&#62;</description>
</item>
<item>
<title>3pennyprophet on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1923</link>
<pubDate>Wed, 10 Sep 2008 01:35:03 +0000</pubDate>
<dc:creator>3pennyprophet</dc:creator>
<guid isPermaLink="false">1923@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I'm getting the same error. as Balgo - WP 2.6 and BBP beta 1.&#60;/p&#62;
&#60;p&#62;Any idea if there will be a fix along soon?&#60;/p&#62;
&#60;p&#62;I'm wondering if when you do decide to update this, if you can include a grandfathering function so that older posts that may not by synced into the database can be added easily.
&#60;/p&#62;</description>
</item>
<item>
<title>peterve on "bbRatings"</title>
<link>http://bbpress.org/plugins/topic/bb-ratings/page/2/#post-1922</link>
<pubDate>Tue, 09 Sep 2008 23:08:51 +0000</pubDate>
<dc:creator>peterve</dc:creator>
<guid isPermaLink="false">1922@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I am running this plugin on bbpress 0.9.0.2 (running on windows server) and the rate stars are not showing&#60;/p&#62;
&#60;p&#62;When I open the source of the page, the img src tags just say &#34;&#34;&#60;br /&#62;
(empty)&#60;/p&#62;
&#60;p&#62;what is wrong here ?
&#60;/p&#62;</description>
</item>
<item>
<title>balgo on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1704</link>
<pubDate>Fri, 15 Aug 2008 22:57:23 +0000</pubDate>
<dc:creator>balgo</dc:creator>
<guid isPermaLink="false">1704@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Fatal error: Call to a member function suppress_errors() on a non-object in (..)/bb-includes/functions.php on line 20&#60;/p&#62;
&#60;p&#62;when making a post in WP 2.6 and bbPress beta 1
&#60;/p&#62;</description>
</item>
<item>
<title>superann on "Private Forums"</title>
<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-1702</link>
<pubDate>Fri, 15 Aug 2008 19:00:08 +0000</pubDate>
<dc:creator>superann</dc:creator>
<guid isPermaLink="false">1702@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Doesn't seem to work when a forum with subforums is involved... the forum stays hidden despite its settings.
&#60;/p&#62;</description>
</item>
<item>
<title>rpophessagr on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1694</link>
<pubDate>Wed, 13 Aug 2008 12:20:43 +0000</pubDate>
<dc:creator>rpophessagr</dc:creator>
<guid isPermaLink="false">1694@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;great plugin! I was wondering if there was a way to set up the plugin so that a post only creates a new topic on the bbpress forum if the post is commented on...
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Private Forums"</title>
<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-1691</link>
<pubDate>Tue, 12 Aug 2008 07:02:37 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1691@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Private Forums does experience that &#34;turn off&#34; issue. I am uncertain if it's being maintained anymore. Try my &#60;a href=&#34;http://bbpress.org/plugins/topic/hidden-forums&#34;&#62;Hidden Forums&#60;/a&#62; instead. It doesn't have a fancy admin menu (yet) but you really only need to set it up once and forget about it.
&#60;/p&#62;</description>
</item>
<item>
<title>bramruiter on "Private Forums"</title>
<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-1621</link>
<pubDate>Mon, 04 Aug 2008 20:19:17 +0000</pubDate>
<dc:creator>bramruiter</dc:creator>
<guid isPermaLink="false">1621@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The plug-in is great, but somehow it turns off randomly. With the forum going live in about a week, I really need some help with this.
&#60;/p&#62;</description>
</item>
<item>
<title>chiri on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1494</link>
<pubDate>Mon, 21 Jul 2008 17:11:17 +0000</pubDate>
<dc:creator>chiri</dc:creator>
<guid isPermaLink="false">1494@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi, first, great plugin.&#60;br /&#62;
But I've got a problem here. I've integrated my bb into wp with bbsync, now my forum is ok, the new comments apprear well in the forum, but my wp posts comment view is bugged. Always the last comment is repeated as many times, as many comments I've made to that post. Any idea?&#60;br /&#62;
Thnx in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>Greenleaves on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1430</link>
<pubDate>Mon, 07 Jul 2008 12:23:39 +0000</pubDate>
<dc:creator>Greenleaves</dc:creator>
<guid isPermaLink="false">1430@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Nevermind.  I think I figured it out.  There are &#34;nn&#34; characters posted after the date of posting notice on each reply to a blog topic when it goes to the forum.  How can I fix that?
&#60;/p&#62;</description>
</item>
<item>
<title>CmdrTrekk on "bbRatings"</title>
<link>http://bbpress.org/plugins/topic/bb-ratings/page/2/#post-1415</link>
<pubDate>Sat, 05 Jul 2008 16:33:32 +0000</pubDate>
<dc:creator>CmdrTrekk</dc:creator>
<guid isPermaLink="false">1415@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hey, I've figured out a way to better personalize your rating numbers so that it says &#34;Be the first to rate this topic&#34; when at 0, &#34;1 person rated this topic&#34; and then &#34;2 people rated this topic&#34; and anything higher than two for anyone with a less tech savvy audience. Let me know if you all want it.
&#60;/p&#62;</description>
</item>
<item>
<title>Greenleaves on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1414</link>
<pubDate>Sat, 05 Jul 2008 09:23:55 +0000</pubDate>
<dc:creator>Greenleaves</dc:creator>
<guid isPermaLink="false">1414@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I got it to say everything is fine by changing the bbpath in lines 31 and 33 of bbsync.php to my absolute path.  But still no posts are moving over to the forum.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
