• Resolved Tony G

    (@starbuck)


    I’ve installed the latest version 1.0.7 but I don’t see it anywhere in the menu, including Tools. I de-activated/activated, uninstalled/re-installed, even installed another utility to see if this one was hiding somewhere. Nope.

    This is a new installation in a test environment. BuddyPress/bbPress installed as well as other plugins. This is not multi-site. I’ll try a beta or some manual steps for diagnostics or to see if the problem is fixed, but I can’t spend much time on this.

    I am also running bbPress Move Topics and I do see that.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Sergio Pe?a

    (@nexministry)

    It should appear: https://snag.gy/1uztyo.jpg

    However, you may want to check your server logs to see if anything weird is going on with some php code. Also, make sure you don’t have any problems with bbpress.

    Other than that, I can only wish you luck in troubleshooting.

    Lukas Prelovsky

    (@lukas-prelovsky)

    or me it does not work. Use PHP 7

    Plugin Author Pascal Casier

    (@casiepa)

    Hi,
    It shows in all of my installs, on different PHP.

    If you use any plugins like ‘Members’ to create roles, make sure you have the ‘edit_plugins’ capability.

    Try to go directly to ‘/wp-admin/tools.php?page=forums_toolkit’ to see if you have access to the page.

    Pascal.

    Mwiinga

    (@rodgerrmi)

    I’m having the same challenge.
    I’ve tried the ‘/wp-admin/tools.php?page=forums_toolkit’ suggestion but, WordPress says “Sorry, you are not allowed to access this page.”

    I have tried this suggestion on a multisite as Super Admin, and on a single installation as Admin but, same “Sorry, you are not allowed to access this page” result.

    what’s more surprising is, on one of my old installations where I have ‘bbP Toolkit’ installed, active with forums tweaked, the ‘bbP Toolkit menu item’ that was under tools, is no longer there..

    • This reply was modified 8 years ago by Mwiinga.
    Plugin Author Pascal Casier

    (@casiepa)

    @rodgerrmi @nexministry @lukas-prelovsky

    Could somebody please try to modify the code in the main file ‘bbp-toolkit.php’
    Line 709 (so in the bbptoolkit_add_admin_menu function)

    Change:
    $confHook = add_management_page(‘bbP Toolkit’, ‘bbP Toolkit’, ‘edit_plugins‘,
    To:
    $confHook = add_management_page(‘bbP Toolkit’, ‘bbP Toolkit’, ‘delete_forums‘,

    Please let me know,
    Pascal.

    Mwiinga

    (@rodgerrmi)

    ..Done!
    working like a charm.
    All is good on my multisite.
    Thank you Pascal..

    Anything else that rises, will surely let you know..

    Mwiinga.

    Plugin Author Pascal Casier

    (@casiepa)

    Great, will update to 1.0.8 this weekend then with (amongst others) this change.

    Plugin Author Pascal Casier

    (@casiepa)

    v1.0.8 deployed

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘bbp-toolkit Not showing in Admin Dashboard’ is closed to new replies.