Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is another related issue on line 74 of auto-submenu.php

    If the post has a menu entry in only one of multiple menus then it may sometimes add entries into the other menus or alternatively it will ignore the other menus. This depends on the order that it processes the menus.

    To me the sensible option is to always ensure that entries exist in all menus. This can be achieved by replacing the line 74 return with $menu_parent = NULL; break;

    I just ran into this same problem.

    I can see a bug in the plugin code.

    On line 89 of auto-submenu.php when a new menu item is added the code does a return instead of just carrying onto the next menu. Solution: delete the return line.

Viewing 2 replies - 1 through 2 (of 2 total)