Loading...
 
Features / Usability

Features / Usability


Adding a menu item

posts: 2

I've added a new item to the application menu, but I can't get it to display to any user. I've tried putting it on the application menu, and creating a new user module that simply includes the application menu - neither seems to work. Here are the options I've used for my menu:

Name: Old Articles
URL: http://www.cpnkirk.com
Sections: <blank>
Permissions: <blank>
Groups: <blank> (I've also tried adding "registered" to this)
Type: option
Position: 12

help?

posts: 1092

Where did you add the item?
in the template or in the user menu 42?
- for the template, depending on your style, the mod-application_menu.tpl can be in the directory templates/modules or templates/styles/xxx/modules if xxx is your style.
- for the database menu, you need to active the user menu and desactivate the MenuApplication module
-after you can have problem with the caches. Go to admin/system dans empty all the caches

posts: 2
It was the cache that did it...thanks!