<?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: tbronson</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser User Favorites: tbronson</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 17:46:43 +0000</pubDate>

<item>
<title>_ck_ on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-2260</link>
<pubDate>Wed, 26 Nov 2008 03:59:56 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2260@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hmm, I see at least one typo, sorry, try this:&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/pastebin.php?dl=f70b334af&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/pastebin.php?dl=f70b334af&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>787Consulting on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-2259</link>
<pubDate>Wed, 26 Nov 2008 03:54:42 +0000</pubDate>
<dc:creator>787Consulting</dc:creator>
<guid isPermaLink="false">2259@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;It is giving me a fatal error on Plugin activation!&#60;/p&#62;
&#60;p&#62;I know you are trying hard _ck_, so thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-2258</link>
<pubDate>Wed, 26 Nov 2008 03:19:34 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2258@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I guess the number of plugins has grown to the point that the way he crawls the svn is taking too long. &#60;/p&#62;
&#60;p&#62;My server is able to fetch the list in about 20 seconds.&#60;/p&#62;
&#60;p&#62;Here's an attempt to make the dataset a plugin&#60;br /&#62;
1. download this&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/pastebin.php?dl=f70b334af&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/pastebin.php?dl=f70b334af&#60;/a&#62;&#60;br /&#62;
2. save it as  something like  &#34;dataset.php&#34;&#60;br /&#62;
3. activate and immediately deactivate it&#60;br /&#62;
4. make sure you deactivate and delete it&#60;/p&#62;
&#60;p&#62;You should then have the latest 1501 dataset installed.&#60;br /&#62;
Don't try to fetch the list again until you know why your server is so slow to fetch it.
&#60;/p&#62;</description>
</item>
<item>
<title>787Consulting on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-2257</link>
<pubDate>Wed, 26 Nov 2008 01:49:05 +0000</pubDate>
<dc:creator>787Consulting</dc:creator>
<guid isPermaLink="false">2257@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I just verified MySQL settings and wait_timeout is set to 40.&#60;/p&#62;
&#60;p&#62;Is that high enough?
&#60;/p&#62;</description>
</item>
<item>
<title>787Consulting on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-2256</link>
<pubDate>Wed, 26 Nov 2008 01:23:21 +0000</pubDate>
<dc:creator>787Consulting</dc:creator>
<guid isPermaLink="false">2256@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;No go on that one _ck_&#60;/p&#62;
&#60;p&#62;Wouldn't load the plugin page after the changes.&#60;/p&#62;
&#60;p&#62;Any other ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-2252</link>
<pubDate>Tue, 25 Nov 2008 21:40:42 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2252@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I don't think that's a curl timeout issue, especially if it's returning the list, but rather a connection problem with your local mysql server. &#60;/p&#62;
&#60;p&#62;MySQL server has gone away error means that your mysql server timed out and closed the mysql connection.&#60;/p&#62;
&#60;p&#62;That means it's taking so long to download the entire svn that your host is no longer willing to keep the mysql connection open (this is usually done to preserve mysql performance).&#60;/p&#62;
&#60;p&#62;wait_timeout has to be adjusted somehow.&#60;/p&#62;
&#60;p&#62;Not sure if this is a legal command from an end user connection but you can try putting this before the curl_opt commands.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bbdb-&#38;gt;query(&#38;quot;set global wait_timeout = 30&#38;quot;);&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>787Consulting on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-2251</link>
<pubDate>Tue, 25 Nov 2008 17:16:34 +0000</pubDate>
<dc:creator>787Consulting</dc:creator>
<guid isPermaLink="false">2251@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I am currently using bbPress 0.9.0.2 &#60;/p&#62;
&#60;p&#62;After activating plugin and I try to fetch the plugin list from the server and it gives me this little diddy;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;bbPress database error: [MySQL server has gone away]
SELECT * FROM bb_topicmeta WHERE topic_id = 0 AND meta_key = &#38;#39;plugin_browser_local_list&#38;#39;

bbPress database error: [MySQL server has gone away]
INSERT INTO bb_topicmeta (&#38;lt;code&#38;gt;topic_id&#38;lt;/code&#38;gt;,&#38;lt;code&#38;gt;meta_key&#38;lt;/code&#38;gt;,&#38;lt;code&#38;gt;meta_value&#38;lt;/code&#38;gt;) VALUES (&#38;#39;0&#38;#39;,&#38;#39;plugin_browser_local_list&#38;#39;,&#38;#39;a:163:{s:11:\&#38;quot;68-gravatar\&#38;quot;;a:11:{s:4:\&#38;quot;name\&#38;quot;;s:11:\&#38;quot;68 Gravatar\&#38;quot;;s:3:\&#38;quot;uri\&#38;quot;;s:15:\&#38;quot;http://68kb.com\&#38;quot;;s:11:\&#38;quot;description\&#38;quot;;s:233:\&#38;quot;

This plugin allows you to generate a gravatar URL complete with rating, size, default, and border options. See the documentation for syntax and usage.
\&#38;quot;;s:6:\&#38;quot;author\&#38;quot;;s:11:\&#38;quot;Eric Barnes\&#38;quot;;s:10:\&#38;quot;author_uri\&#38;quot;;s:15:\&#38;quot;http://68kb.com\&#38;quot;;s:7:\&#38;quot;version\&#38;quot;;s:3:\&#38;quot;1.0\&#38;quot;;s:11:\&#38;quot;plugin_link\&#38;quot;;s:71:\&#38;quot;68 Gravatar\&#38;quot;;s:11:\&#38;quot;author_link\&#38;quot;;s:71:\&#38;quot;Eric Barnes\&#38;quot;;s:8:\&#38;quot;filename\&#38;quot;;s:15:\&#38;quot;68-gravatar.php\&#38;quot;;s:2:\&#38;quot;id\&#38;quot;;s:11:\&#38;quot;68-gravatar\&#38;quot;;s:8:\&#38;quot;revision\&#38;quot;;i:861;}s:18:\&#38;quot;accurate-post-time\&#38;quot;;a:11:{s:4:\&#38;quot;name\&#38;quot;;s:18:\&#38;quot;Accurate Post Time\&#38;quot;;s:3:\&#38;quot;uri\&#38;quot;;s:0:\&#38;quot;\&#38;quot;;s:11:\&#38;quot;description\&#38;quot;;s:227:\&#38;quot; 

etc.&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The rest of the list appears to be the whole plugins list. &#60;/p&#62;
&#60;p&#62;I tried putting this option in:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;curl_setopt($ch, CURLOPT_CONNECTTIMEOUT,10);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But no luck...&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-2129</link>
<pubDate>Mon, 27 Oct 2008 15:02:03 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2129@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Sam you'll want to set some timeouts in that CURL routine just in case the server isn't reachable which I've experienced twice&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;curl_setopt($ch, CURLOPT_CONNECTTIMEOUT,10);
curl_setopt($ch, CURLOPT_TIMEOUT, 10);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I can give you similar code for fsockopen which also has a connecttimeout option and a (less documented) transfer timout option.
&#60;/p&#62;</description>
</item>
<item>
<title>iLm@N on "Move It"</title>
<link>http://bbpress.org/plugins/topic/move-it/#post-1384</link>
<pubDate>Fri, 20 Jun 2008 02:35:03 +0000</pubDate>
<dc:creator>iLm@N</dc:creator>
<guid isPermaLink="false">1384@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;i'm not installed this plugin yet, because _ck_ said this&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Yeah let me say again that this plugin is unsafe to use, especially with more and more changes since bbPress 0.9&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;this is great plugin, that makes a forum is a forum.. what is a forum if the moderator couldn't move or split the topic?&#60;/p&#62;
&#60;p&#62;i think _ck_ should suggest the bbPress development team to include this plugin's functionality to next release of bbPres..
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-1207</link>
<pubDate>Thu, 08 May 2008 18:33:19 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1207@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Fix for this plugin in  0.9 :&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/fix-plugin-browser-for-09&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/fix-plugin-browser-for-09&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;em&#62;if you are running 0.9 and plugin browser, you probably see no version listed for all plugins in the 'Local' column. This is due to a change in how bbpress stores the plugin paths in the DB (_ck_ clued me into that) The fix is easy:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;In the main plugins-browser.php file, add 'user#' before pb-- or pb\-\- on lines 681 (in the preg_replace statement) and line 698 ($plugin['version_local']) &#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Once I did that, the browser worked fine with correct version info, showed updates that existed, and installed them no problem.&#60;/em&#62;
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>_ck_ on "Move It"</title>
<link>http://bbpress.org/plugins/topic/move-it/#post-1083</link>
<pubDate>Sat, 26 Apr 2008 04:13:30 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1083@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Yeah let me say again that this plugin is unsafe to use, especially with more and more changes since bbPress 0.9&#60;/p&#62;
&#60;p&#62;I'll have to revisit this when I get some time/motivation.
&#60;/p&#62;</description>
</item>
<item>
<title>itissue on "Move It"</title>
<link>http://bbpress.org/plugins/topic/move-it/#post-1081</link>
<pubDate>Fri, 25 Apr 2008 22:25:13 +0000</pubDate>
<dc:creator>itissue</dc:creator>
<guid isPermaLink="false">1081@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Never mind. I fixed my problem.
&#60;/p&#62;</description>
</item>
<item>
<title>itissue on "Move It"</title>
<link>http://bbpress.org/plugins/topic/move-it/#post-1080</link>
<pubDate>Fri, 25 Apr 2008 21:56:04 +0000</pubDate>
<dc:creator>itissue</dc:creator>
<guid isPermaLink="false">1080@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Somehow the plugin produced an error and messed up my database. I didn't know about backing up the database until after activating the plugin. Now, even after deleting the plugin, it still shows in the plugins page in the admin panel. Is there any way I can fix this problem?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-1009</link>
<pubDate>Sun, 13 Apr 2008 03:48:28 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1009@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;baptiste, the plugin probably broke because 0.9 changed to a weird storage method that flags if a plugin (also themes) is built-in or 3rd party.  It adds the stub user# or core# to the location. Someone will have to go in a do a replace on those two triggers with the actual paths.
&#60;/p&#62;</description>
</item>
<item>
<title>baptiste on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-1004</link>
<pubDate>Fri, 11 Apr 2008 14:15:13 +0000</pubDate>
<dc:creator>baptiste</dc:creator>
<guid isPermaLink="false">1004@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've actually been using plugin-browser for some time with 0.8.3 - worked great. When I upgraded to 0.9.0.1, all my local version info disappeared. But all my plugins are there and working from 0.8.3. Strange.&#60;/p&#62;
&#60;p&#62;Will dig around - see what I find.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Move It"</title>
<link>http://bbpress.org/plugins/topic/move-it/#post-759</link>
<pubDate>Sun, 27 Jan 2008 18:21:29 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">759@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Moving topics is done via internal bbpress functions and you don't even need the plugin to do that.  It's the topic split/merge that's unstable.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-758</link>
<pubDate>Sun, 27 Jan 2008 18:16:25 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">758@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Note that you won't see local version numbers unless you have installed a plugin listed via the plugin browser itself. It cannot detect existing plugin versions - at least not in 0.1.12  (though I would love to see this ability).&#60;/p&#62;
&#60;p&#62;I suspect the problem lies in matching up the local file/plugin-name with the remote name. Not all the information needed is available at a local vs. remote level.
&#60;/p&#62;</description>
</item>
<item>
<title>tbronson on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-630</link>
<pubDate>Wed, 07 Nov 2007 03:38:55 +0000</pubDate>
<dc:creator>tbronson</dc:creator>
<guid isPermaLink="false">630@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've just installed 0.1.12. None of my currently installed plugins are indicated in the Local Version column. What should I do?
&#60;/p&#62;</description>
</item>
<item>
<title>tbronson on "Move It"</title>
<link>http://bbpress.org/plugins/topic/move-it/#post-629</link>
<pubDate>Wed, 07 Nov 2007 03:34:25 +0000</pubDate>
<dc:creator>tbronson</dc:creator>
<guid isPermaLink="false">629@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;&#60;strong&#62;re: I think I need to get a mod to pull the plugin completely for now, it's too dangerous.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I'm using Move It 0.14 with 0.8.3 to move topics from one forum to another. That's it. It seems to be working fine.&#60;/p&#62;
&#60;p&#62;Is that safe?
&#60;/p&#62;</description>
</item>
<item>
<title>shaythong on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-618</link>
<pubDate>Sat, 03 Nov 2007 04:29:08 +0000</pubDate>
<dc:creator>shaythong</dc:creator>
<guid isPermaLink="false">618@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is making the my-plugins folder secure? And this is a great plugin. You should make it sorted like bbpress.org's plugin website (Updated Plugins, Newest Plugins, Popular Plugins, Highest Rated Plugins etc..)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
