How to setup the menu system before Warp
This tutorial shows you how to setup the menu system in a YOOtheme template before we implemented the Warp framework in all templates since July 2009.
Since Joomla 1.5 we extend the original Joomla menu modules with our YOOmenu features. You can publish and reorder your menus like any other module.
Main Menu
First, we want to set up the horizontal Main Menu at the top.
To split the Main Menu into two different areas we can use the Start Level and End Level parameters of the menu module. In this example, we only want to render level1 menu items. To do that, let's use Start Level 0 and End Level linke in the image to the right.
Sub Menu
Next, let's set up the sub menu in the left or right column. Copy the Main Menu module to get a second menu for the sub menu. Publish it in the left or right module position. To render the output for the sub menu items set the Start Level to 1 and the End Level to 5.
OtherMenu
If you want to set up an independent menu like othermenu or the usermenu in the left or right column please set the Start Level to 0 and End Level to 5.
