Loading...
 

History: Split_Level_Menu

Preview of version: 3

Will have
  1. one top level horizontal menu
  2. second & third level menus will be on the left, and contextual to what menu item is chosen at the top


Something like:
{menu id=1 css=y selectLevel=1 type=horiz}

{menu id=1 css=y toLevel=2,type=vert}



See:
http://doc.tikiwiki.org/Menus


Creating the menu

Basic menu
preferences: enable: [ feature_phplayers , feature_cssmenus ] objects: - type: menu ref: my_menu data: name: My Menu description: A menu containing the base navigation of the site collapse: none position: left order: 1 groups: [ Anonymous ] items: - name: Home url: ((HomePage)) groups: [ Anonymous ] - name: Private Area url: ((PrivateArea)) groups: [ Registered ] items: - name: Forum url: tiki-forums.php - name: Account Moderation url: tiki-adminusers.php permissions: [ admin_users ] - name: Administration url: tiki-admin.php permissions: [ admin ]


Adding to a module

Basic menu
objects: - type: module data: position: left order: 5 name: mymenu groups: [ Anonymous, Registered ] content: {menu id=$mymenu css=y toLevel=2,type=vert}

History

Advanced
Information Version
Thu 07 of Aug, 2008 06:19 GMT-0000 Marc Laporte 3
Thu 07 of Aug, 2008 06:15 GMT-0000 Marc Laporte 2
Wed 06 of Aug, 2008 19:45 GMT-0000 Marc Laporte 1