Page 1 of 1

Hierarchical Menus

Posted: Fri Mar 23, 2007 8:41 pm
by dillinger
Hello,
I am trying to show a menu on one of my pages with each child nested under their parent page.Take this layout for example:

Home
Articles
  ArticleCategory1
          Article1
          Article2
    ArticleCategory2
          Article1
          Article2
Contact
Forum

I tried some of the templates on the menu manager wiki page but I get the same results.
I am using the exact same code on this user submitted menu:
http://wiki.cmsmadesimple.org/index.php ... with_icons

I created a new menu based on that template called "articulos" and I put it in my articles page content section with the following code:
{cms_module module='menumanager' template='articulos' show_all='1' start_page='articulos'}

Am I missing something?