Anoop P S
Anoop P S

Reputation: 782

How can i seperate joomla sub menus in different modules

I have 3 level menus and i need to display each sub menu in diferrent modules. ie,

This is a 3 level menu, i need to display main menu in MODULE_ONE, and second level in MODULE_TWO and third level in MODULE_THREE position correspondingly, with out the tree structure . The modules three modules are in different position. How can i implement this in joomla 2.5. I have check and been able to display on second level but not possible to display 3rd level. please reply if there is a

thank you.enter image description here

Upvotes: 0

Views: 176

Answers (2)

Riccardo Zorn
Riccardo Zorn

Reputation: 5615

You can display 3 levels in 3 modules from the same menu, of course the second level's content will be determined by the first level selection; this will apply also to the third level.

However, please note that mod_menu used to have inadequate cache support, so by all means DO DISABLE the cache on the modules, else they won't work or will work funny (not showing the current page highlighted... changing the second menu "20" when you click on the first menu "3" ...)

Upvotes: 1

isherwood
isherwood

Reputation: 61133

Try the Splitmenu configuration of RocketTheme's RokNavMenu

Here's a discussion on how to accomplish that.

Upvotes: 0

Related Questions