This plugin provides an interface in the bbPress admin area where a keymaster can install, upgrade and uninstall plugins that are featured in the bbPress plugin repository here http://bbpress.org/plugins/
bbPress plugin browser »
Plugin browser for bbPress (0.1.12)
Download
Version: 0.1.12
Last Updated: 2007-7-30
Requires bbPress Version: 0.8.2.1 or higher
Compatible up to: 1.0 alpha build 892
Average Rating





Your Rating
Author: Sam Bauers
-
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..)
Posted: 11 months ago # -
I've just installed 0.1.12. None of my currently installed plugins are indicated in the Local Version column. What should I do?
Posted: 11 months ago # -
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).
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.
Posted: 8 months ago # -
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.
Will dig around - see what I find.
Posted: 6 months ago # -
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.
Posted: 6 months ago # -
Fix for this plugin in 0.9 :
http://bbpress.org/forums/topic/fix-plugin-browser-for-09if 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:
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'])
Once I did that, the browser worked fine with correct version info, showed updates that existed, and installed them no problem.
Posted: 5 months ago #
Add a Comment
You must log in to post.