0

I need an advice ...

I'm using joomla 1.7.2.

I want to plan a site, the site should be very hierarchical.

Actually it will contain categories and sub categories and sub categories and ... And finally all relevant articles that will be under the sub-sub ... Category that was selected.

My ambition from Joomla is to create a main categories menu that looks something like that (never mind the graphics at the moment):

menu example here

Clicking a category will lead to the same look a like menu with his sub-categories.

I guess you could create an article for each category that will contain a menu that will display the relevant sub-categories. but it seems incorrect.

Is there a more correct way to build the hierarchical structure of the site menus?

Sorry about the long text.

I would appreciate any response.

Yoni.

Jack Bonneman
  • 1,821
  • 18
  • 24
yoni349
  • 107
  • 1
  • 15
  • Actually now I realize that all I need to figure is how to hide the parent menu after it cliks. That if i'm not mistaking... So, does some one know how to do it? Yoni. – yoni349 Nov 13 '11 at 13:39

2 Answers2

0

If you want to create an hierarchical menu in Joomla you have to "split" the menu in different parts. Please follow these tutorials:

jfabrizio
  • 760
  • 7
  • 15
0

Seems like you are going to make your users click a lot of links to get to the content. How deep do you plan to go? You might want to look in to one of the many mega menus to make it a little easier to get to what they are looking for.

In any case, the basic functionality you are looking for is built in to the core Joomla menu. First, you would need to create a single menu with the structure you described. Link the parent menus to the Joomla category. The trick is in the parameters of the menu module. You will need one menu module for each level of categories you have in your hierarchy. Each module will need to be assigned to every menu item on the corresponding level and the start and end level parameters will need to be set to one level below the current level (0 being the root or top level). You will also want to have sub menu display turned off.

when you click through the links the menu will only display the child menus of the current menu item you are on.

Brent Friar
  • 10,588
  • 2
  • 20
  • 31
  • Thanks for the reply. The only problem I still have is that the parent menu wont disappear after pressed. Does it relate to the "Menu Assignment" part in the editing page? – yoni349 Nov 14 '11 at 16:22
  • Can you post a screen shot? You might need to mess around with the levels being display, you should be able to display just the sub menu items without the parent. – Brent Friar Nov 15 '11 at 22:54
  • U R right, i played with the "Menu Assignment", I guess it set the pages the the menu will display in. So I exclude all pages exapte the one in wanted for each menu. – yoni349 Nov 16 '11 at 15:35