Admin menu builder isn't saving after moving

A while back I moved some module settings pages ( from modules we often use ) from the default "module" item to a separate item in the admin menu builder.

That way we have a sort of shortcut to the modules we often need to check. Now we want to minimalise the adm-middle-menu and place them back to "modules". If we move them back and refresh the page there are still on the same place and not in "modules" were we want them to be.

We tried everything. Empty the cache before refreshing, go to the dashboard and then back to the admin menu builder, doing it in different browsers to check if that's the error, but without any result.

Is there a way to place them in "modules" back again? Maybe directly via the database?

Quote · 14 Sep 2014

Anyone?

Quote · 14 Sep 2014

You can move them in the database, But the builder should be working. The fact that it is not indicates a error is occuring during the ajax calls to save the positions.

Firefox and the Web developer tools it has. Specifically the net section that logs request and response bodys should help narrow down the reason for the error.

The table is sys_menu_admin. and moving a item is as simple as setting it's parent id to the id of the item you want it under.

Items with a parent id of 0 are the current main items. Modules is one of them. Most likely the ID is 2.

To put other items under it, set those items parent id to 2 or whatever your modules item id is.

After your done, clear the cache.

But you should really try to find the error preventing the items from saving.

https://www.deanbassett.com
Quote · 14 Sep 2014

Thanks. I moved them now successfully. Tomorrow some digging in why it isn't possible via the admin menu builder.

Quote · 14 Sep 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.