Admin Content Manage System

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
mgparisi's picture

I am looking to create a module that will make it easier to create a be able to better manage menu item descriptions and also make sure that these descriptions match other descriptions on the site (taxonomy). Menu descriptions are placed in the menu links "title" attribute, and are important to be set if you want to increase your site usability. The problem is that setting all of these can be difficult at best because each menu item has to be found and then each menu items description is located within the menu settings page, making the admin open tons of tabs. The menu description is not translated so using a placeholder (example "%^quilt-short-description^%") will not be translated. Thus using string replace to change it is not possible. I have not seen a way to add tokens to the Menu Description's, thus this leaves the Admin one option. To change the menu items description within phpMyAdmin. I don't see any other solution for this problem.