I'm trying to figure out an easy way to add a few menu items, such as Contact Us, About, Bio, Awards, and a few others to the top navigation. I've browsed the modules and found one or two little things, but nothing as simple as adding multiple menu items that point to a few URLs. Can this be done via code or anyone know of a working module that can do this? Nothing complicated other than "Menu Item Name" and "URL" is needed, but I need more than 1.
Posts: 27300
How bout:
http://codex.gallery2.org/Gallery3:Modules:menu_links
there is also the about and contact owner modules.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 58
This would be nice to have a module that adds 6 or 7 menu items (with submenues if possible ;-) ). Not necessarily for the admin menu, because space in the nav-bar is limited, but for the user frontend this would be great!
To get some extra menu items I have simply modified the file:
gallery3/modules/gallery/helpers/gallery_event.php
Not very smart, I know, but it seems to work.