Adding Menu items pointing to a few HTML pages

grayfair

Joined: 2010-10-08
Posts: 1
Posted: Fri, 2010-10-08 15:10

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.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2010-10-09 01:37
Quote:
adding multiple menu items that point to a few URLs.

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

 
Velociped
Velociped's picture

Joined: 2009-12-25
Posts: 58
Posted: Sat, 2010-10-09 20:57
grayfair wrote:
as simple as adding multiple menu items that point to a few URLs.

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.