<?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: adriandb</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser User Favorites: adriandb</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 20:45:26 +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>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>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>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>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>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>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>
<item>
<title>Greenleaves on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1413</link>
<pubDate>Sat, 05 Jul 2008 04:56:29 +0000</pubDate>
<dc:creator>Greenleaves</dc:creator>
<guid isPermaLink="false">1413@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I get this error:&#60;/p&#62;
&#60;p&#62;Warning: require_once(D:\\healingallnations\\www\\forum) [function.require-once]: failed to open stream: Permission denied in D:\healingallnations\www\wp-content\plugins\bbsync\bbsync.php on line 33&#60;/p&#62;
&#60;p&#62;Fatal error: require_once() [function.require]: Failed opening required 'D:\\healingallnations\\www\\forum' (include_path='.;C:\php5\pear') in D:\healingallnations\www\wp-content\plugins\bbsync\bbsync.php on line 33
&#60;/p&#62;</description>
</item>
<item>
<title>BloggerDesign on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1334</link>
<pubDate>Tue, 03 Jun 2008 03:13:09 +0000</pubDate>
<dc:creator>BloggerDesign</dc:creator>
<guid isPermaLink="false">1334@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;We are having problems with moderation.  The blog comments are all moderated, however, if someone posts a reply on the forum, bbSync syncs that back to the blog in real time, skipping the moderation step.&#60;/p&#62;
&#60;p&#62;Is this something you could look into fel64 when you return to making updates? :)
&#60;/p&#62;</description>
</item>
<item>
<title>Fawked on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1184</link>
<pubDate>Tue, 06 May 2008 03:00:54 +0000</pubDate>
<dc:creator>Fawked</dc:creator>
<guid isPermaLink="false">1184@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Oh nvm I figured it out. I edit bbsync.php and changed line 33 to&#60;/p&#62;
&#60;p&#62;require_once('..../bb-load.php')&#60;/p&#62;
&#60;p&#62;just put my absolute path there
&#60;/p&#62;</description>
</item>
<item>
<title>Fawked on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-1178</link>
<pubDate>Mon, 05 May 2008 10:00:00 +0000</pubDate>
<dc:creator>Fawked</dc:creator>
<guid isPermaLink="false">1178@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I get this error when trying to configure bbsync:&#60;/p&#62;
&#60;p&#62;Warning: require_once(/home/fawked/domains/fawked.net/public_html/forum) [function.require-once]: failed to open stream: No such file or directory in /home/fawked/domains/fawked.net/public_html/wp-content/plugins/bbsync/bbsync.php on line 33&#60;/p&#62;
&#60;p&#62;Fatal error: require_once() [function.require]: Failed opening required '/home/fawked/domains/fawked.net/public_html/forum' (include_path='.:/usr/local/lib/php') in /home/fawked/domains/fawked.net/public_html/wp-content/plugins/bbsync/bbsync.php on line 33&#60;/p&#62;
&#60;p&#62;Some how its missing &#34;forum&#34; in the path. How do I fix it so it points to the right path?
&#60;/p&#62;</description>
</item>
<item>
<title>lostdeviant on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-957</link>
<pubDate>Sun, 30 Mar 2008 13:59:31 +0000</pubDate>
<dc:creator>lostdeviant</dc:creator>
<guid isPermaLink="false">957@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;any updates?  I still have the same issues with the current version.
&#60;/p&#62;</description>
</item>
<item>
<title>horrorshow on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-895</link>
<pubDate>Wed, 05 Mar 2008 07:32:43 +0000</pubDate>
<dc:creator>horrorshow</dc:creator>
<guid isPermaLink="false">895@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;FYI, this plugin doesn't work with wpmu 1.3.3
&#60;/p&#62;</description>
</item>
<item>
<title>lostdeviant on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-890</link>
<pubDate>Mon, 03 Mar 2008 20:40:03 +0000</pubDate>
<dc:creator>lostdeviant</dc:creator>
<guid isPermaLink="false">890@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;hey Fel any updates?
&#60;/p&#62;</description>
</item>
<item>
<title>Barnabus on "bbSync"</title>
<link>http://bbpress.org/plugins/topic/bbsync/page/4/#post-834</link>
<pubDate>Sun, 17 Feb 2008 11:14:31 +0000</pubDate>
<dc:creator>Barnabus</dc:creator>
<guid isPermaLink="false">834@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hey fel, thanks for the neat plugin!  Just a couple of queries...&#60;/p&#62;
&#60;p&#62;Is there a way to create forum topics &#38;#38; posts for blog posts and replies created before bbSync was installed?&#60;/p&#62;
&#60;p&#62;In the bbSync config page in WP, it says bbSync &#34;should synchronize everything of interest&#34; between bbPress and WP.  Does this include user data?&#60;/p&#62;
&#60;p&#62;If someone logs in to bbPress, will they be logged in to WP as well?&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;/p&#62;
&#60;p&#62;Barney :D
&#60;/p&#62;</description>
</item>

</channel>
</rss>
