1
Hi,
I would like to create sections in the main menu and only show the submenu when selecting a particular section. We would like some modules to appear only in submenus (see below for example).
We use XOOPS 2.0.13.1.
I have been able to create a flat html page and submenu pages under that. But have not been able to get the "news" module (for instance) to shows its own submenu under an existing submenu (only when on news module page).
So what I think I am after is sub-sub-menus. Here is an example:-
Main menu starts like this:
- Home <---
- General Info (flat html)
- Client Info (flat html)
- Contact Us (module)
Main menu expands like this:
- Home
- General Info (flat html) <---
- - News (module)
- - Pricing (flat html)
- - FAQ (module)
- Client Info (flat html)
- Contact Us (module)
- Home
- General Info (flat html)
- - News (module) <---
- - - Submit (module submenu)
- - - Archive (module submenu)
- - Pricing (flat html)
- - FAQ (module)
- Client Info (flat html)
- Contact Us (module)
"<---" indicates the page being displayed.
I hope this demonstrates what I mean. The module submenus should only display when viewing its own module main page. This is just like the main menu does now, but one layer deeper.
Hope someone can point me to the right module or a way of doing this.
kind regards
Graham