Forums

Join
bbPress Support ForumsInstallationFixing Plugin Browser Plugin

Info

Fixing Plugin Browser Plugin

  1. 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' ); }

  2. for BBPress 1.0*

  3. 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!

  4. Hmmm... Will take a look at it.........

  5. You must log in to post.