Hi All,
is there anyone who has used navigator module to build multi-level top navigation?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
January 06, 2008 7:30am
Subscribe [2]#1 / Jan 06, 2008 7:30am
Hi All,
is there anyone who has used navigator module to build multi-level top navigation?
#2 / Jan 06, 2008 7:31am
I want to develope something like http://www.transbeam.com/
#3 / Jan 07, 2008 1:54am
Hi there,
I’m not quite sure what you mean by “navigator module”. The “transbeam” example does not look like it would contain any dynamic information (i.e all the links are hardcoded).
In EE you would just put all the top navigation links in a separate template and embed that template on all pages. You can even pass variables, say the page you are currently on for highlighting, to the embed; see here for help.
If you have trouble making a navigation like this using css: look here for help.
#4 / Jan 07, 2008 7:49am
hi,
Thanks for the reply.
In the Transbean example currently top navigation is not dynamic. But I am working on a site where admin can manage the links in top navigation. Add/delete the navigation. Through the forum I got the link for the navigator module http://ellislab.com/forums/viewthread/33327/. I want to know is there anyone who has worked on the similar kind of requirement?