We try to show only a submenu of the other pages on this homepage (link removed!).
We're using the tag {menu template='minivdp' start_page='hout'}
We also tryed {menu template='minivdp' start_page='hout' number_of_levels='1'} which could be usefull for this menu, but first we need to determine te starting level of the menu.
any ideas?
for an example of what we want: see: www.houtvanderperre.be
menu start level [solved]
-
My.WEBDESIGNER
- Forum Members

- Posts: 64
- Joined: Sat Jun 20, 2009 3:28 pm
menu start level [solved]
Last edited by Anonymous on Wed Aug 26, 2009 9:40 am, edited 1 time in total.
-
Pierre M.
Re: menu start level
Hello,
what is your CMSms version ? Strangeness in System Info ? {menu...} tag OK ?
I'm don't understand "but first we need to determine te starting level of the menu".
Could you please elaborate on what is working, what you want and what you get instead ?
Pierre M.
what is your CMSms version ? Strangeness in System Info ? {menu...} tag OK ?
I'm don't understand "but first we need to determine te starting level of the menu".
Could you please elaborate on what is working, what you want and what you get instead ?
Pierre M.
-
My.WEBDESIGNER
- Forum Members

- Posts: 64
- Joined: Sat Jun 20, 2009 3:28 pm
Re: menu start level
Hello,
In the past we make the same website in a asp cms. Today we want to work with a open cms system like cms made simple.
The website we already maked can you found on http://www.houtvanderperre.be.
Like you would see is the on the homepage a other menu showed.
This is the menustructure normal
1. Hout
a. Houtsoorten
b. Tuinhout
c. .....
d. ....
2. Interieur
a......
b.....
c.......
3. Platen
a........
b........
4. Benodigheden
a..........
b.........
c.........
d.........
Now on the homepage we have 4 blocks with pictures. These pictures are the link to the head of this block. But we want to display under them the submenu structure. NO level 1 like we have now.
In the past we make the same website in a asp cms. Today we want to work with a open cms system like cms made simple.
The website we already maked can you found on http://www.houtvanderperre.be.
Like you would see is the on the homepage a other menu showed.
This is the menustructure normal
1. Hout
a. Houtsoorten
b. Tuinhout
c. .....
d. ....
2. Interieur
a......
b.....
c.......
3. Platen
a........
b........
4. Benodigheden
a..........
b.........
c.........
d.........
Now on the homepage we have 4 blocks with pictures. These pictures are the link to the head of this block. But we want to display under them the submenu structure. NO level 1 like we have now.
Re: menu start level
If you just want to show the sub-menus, you would use:
{menu start_element='1.1' show_root_siblings='1' collapse='1' template='minivdp'} <-- for the first menu
{menu start_element='2.1' show_root_siblings='1' collapse='1' template='minivdp'} <-- for the second menu
{menu start_element='3.1' show_root_siblings='1' collapse='1' template='minivdp'} <-- for the third menu
etc...
Nullig
{menu start_element='1.1' show_root_siblings='1' collapse='1' template='minivdp'} <-- for the first menu
{menu start_element='2.1' show_root_siblings='1' collapse='1' template='minivdp'} <-- for the second menu
{menu start_element='3.1' show_root_siblings='1' collapse='1' template='minivdp'} <-- for the third menu
etc...
Nullig
-
My.WEBDESIGNER
- Forum Members

- Posts: 64
- Joined: Sat Jun 20, 2009 3:28 pm
Re: menu start level
Thanks Nullig it works 
-
Pierre M.
