Info
- 5 posts
- 2 voices
- Started 2 years ago by Gautam
- Latest reply from nedsferatu
- This topic is not a support question
Fixing Plugin Browser Plugin
-
- Posted 2 years ago #
I just wanted that plugin to work, so just researched a little bit and here is the fix.
Open the plugin-browser.php
Add this line below <?php at the top:if ($_GET['plugin'] == 'plugin_browser_admin_page') { include( '../bb-admin/includes/functions.bb-plugin.php' ); }Note: If you have plugin-browser file in another folder within my-plugins, then use this:
if ($_GET['plugin'] == 'plugin_browser_admin_page') { include( '../../bb-admin/includes/functions.bb-plugin.php' ); } -
- Posted 2 years ago #
for BBPress 1.0*
-
- Posted 2 years ago #
I'm really enjoying using this plugin thanks for the fix! However I do notice that it is not recognizing my local version in the column which will make upgrading harder. I did some searching around for a fix for this but the ones that i did find were old and don't work anymore. Is this another case of including a missing function? thanks for the help!
-
- Posted 2 years ago #
Hmmm... Will take a look at it.........
-
- Posted 2 years ago #
Thanks Guatam for the fix: http://bbpress.org/forums/topic/plugin-browser-fixed-to-be-compatible-with-bbpress-10-12
-
You must log in to post.