• Resolved lovelidicious

    (@lovelidicious)


    The menu link to the plugin is currently under tools > pagemash.

    I wish to change it to be placed under pages > pagemash instead because I use it to edit all my pages (it’s more convenient that way). Is that possible? Please advise. Thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’ve just updated pageMash to v1.2.0 which includes this change.

    Thread Starter lovelidicious

    (@lovelidicious)

    Thank you so much for this. ??

    But I just updated to v1.2.0 but the pagemash link is still under tools > pagemash.

    Here’s a screenshot of what my admin panel is showing.

    https://img75.imageshack.us/img75/4546/capturemt8.jpg

    Is there any settings I need to change for it to take effect?

    Thread Starter lovelidicious

    (@lovelidicious)

    I remove these lines

    if($wp_version >= 2.7){
    
    }else{
    		$page = add_management_page('pageMash page order', 'pageMash', $minlevel, __FILE__, 'pageMash_main');
    	}

    from pagemash.php.

    It’s working now. ??

    These lines should mean that pageMash is still visible under the management tab for pre 2.7 WP users, but for some reason the uploaded version 1.2.0 of pagemash doesn’t include the global declaration for wp_version therefore it is seen as null.

    The line above the ones you removed should have said:
    global $minlevel, $wp_version;

    I’ll update pageMash to fix this.

    Thread Starter lovelidicious

    (@lovelidicious)

    Thanks for the update again jmash. It is working correctly now. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: pageMash > pageManagement] Change the menu link in the admin panel for Page Mash plugin’ is closed to new replies.