Hi All
I am trying to create a newspaper site which has various sections. Each section will have its own homepage and select content from each section will be displayed on main home page.
The site will have a standard header with a navigation system where there will be one horizontal bar with main sections and second bar with child menu/ sub sections i.e something like navigation system as given in timesonline.co.uk
Now my question is how to build navigation system in Drupal ? using primary menu / secondary menu or using menu block or using taxonomy system. I also wish to display breadcrumbs. So kindly advise as how to go about it and take which path for building navigation system and use which modules to get this kind of navigation system.
I also wish to know as how to get a navigation header bar like times.co.uk where child navigation is not dropdown but fixed and displayed on clicking the parent link. Is it possible to build that using jquery? any module for that?
I am quite novice is drupal and php and just trying to learn by going through the posts and module and so far deeply impressed by it.
will be very thankful for all the help.
Comments
This is exactly what I will
This is exactly what I will be needing to do very soon. I am also a Drupal PHP newb and am highly interested in any veteran advice anyone can offer here. Thanks!
Nice Menus
There are a couple modules that you can pick and choose from. I'd suggest starting with http://drupal.org/project/nice_menus, and there's several separate modules that'll do breadcrumbs (http://drupal.org/project/custom_breadcrumbs).
I ended up using some CSS I implanted directly in the theme to do drop down menus for sparechangenews.net/beta, which I'm happy to share if it'd be helpful.
Michael Morisy
Web/Development Committee, SpareChangeNews.net (internally being redesigned)
Twitter: @morisy
Web guy, SpareChangeNews.net
Twitter: @morisy / @sparechangenews
try
try this...
http://drupal.org/project/dynamic_persistent_menu
dynamic persistent menu
Is there any video tutorial about how to make a dynamic persistent menu?
Thanks