because I guess I will get some more answers here, I post my problems with {menu} here, too. (Original post: http://forum.cmsmadesimple.org/index.ph ... l#msg52084)
I would like to add a new menu block to my website. The blocks currently used are inserted with
Code: Select all
{menu template='gc_linksnav' collapse="1" start_element="1.1" show_root_siblings="1" number_of_levels="3"}
Therefore I thought it would be sufficient to add a new section header and the content pages below. Since the first page of the new section header has got ID 5.1 I thought I could insert this section to my template using
Code: Select all
{menu template='gc_linksnav' collapse="1" start_element="5.1" show_root_siblings="1" number_of_levels="3"}

During try and error testing I tried to add
Code: Select all
{menu}
I would be really happy if you could help me,
Thanks in advance!
Mamphil