Could the Menu navigation section be set to permanently open? Perhaps an administrator >> settings >> menu_otf setting.
Could the Menu navigation section move up the content page next to Path alias?
Could the Menu navigation section be set to permanently open? Perhaps an administrator >> settings >> menu_otf setting.
Could the Menu navigation section move up the content page next to Path alias?
Comments
Comment #1
Richard Archer commentedYou can make the menu_otf panel show up just like a normal panel by commenting out or deleting the entire contents of menu_otf.css and all but the last function (setTitle) in menu_otf.js.
You can move the whole menu section up to just under Title by editing menu_otf.module and changing "form post" switch case to "form pre".
Moving the section to just below path alias is a bit harder. Modules are called alphabetically, so you would need to rename menu_otf to something that causes it to sort just after path (and pathauto if that's installed). pathmenu seems like a nice name. You still need to change the "form post" switch case to "form pre".
...Sontel.