• After upgrade, the plugin fails to load in the backend Dashboard admin menu….and I cannot locate where to edit the menu order. I even tried the Admin Menu Editor plugin, but this plugin didn’t show up as activated (but it has been).

    I edited the admin.php file and changed the value from 50 to 7 – but that didn’t work, so I give up.

    I’m assuming that the admin menu position [of WP Project Manager] conflicts with another plugin. Please point me toward the correct file, change its value, and see it again. 😉

    Thanks.

    http://wordpress.org/extend/plugins/wedevs-project-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve seen this type of conflict before.

    Look around line 189 in cpm.php.

    $hook = add_menu_page( __( 'Project Manager', 'cpm' ), __( 'Project Manager', 'cpm' ), $capability, 'cpm_projects', array($this, 'admin_page_handler'), '', 3 );

    “3” is the menu position #. Change it to something else if you must. See this page for positions for core menu items.

    The Menu Humility plugin might help you do this without editing the plugin files, but I haven’t tested that.

    Thread Starter mangoman

    (@mangoman)

    Yes, thanks – I didn’t know that the plugin developer has a forum on his site until after I published this post here. That’s the same reply I got there! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin menu order (missing)’ is closed to new replies.