Two or more menu??

LordDarkman

You are the baker and I'm the brain LOL. Doesn't matter... Sometimes I forget the simple things as well.

CU Moritz

Cazz

Thank you alot, I have forgot to enable the multimenu and I have also forget that we have a very nice help page to read here  :oops:

LordDarkman

You have to enable multi menu in Backend and have to sort the pages to the special menu. How to do this you see this at help page.

CU Moritz

Cazz

I think I find what I was looking for
https://forum.websitebaker.org/index.php/topic,5805.0.html


I add in the info.php

$menu[1]='menu1';            
$menu[2]='menu2';
$menu[3]='menu3';
   

I also insert in the index.php
       <?php 
        show_menu
(1);
        
?>

       <hr />
       <?php 
        show_menu
(2);
        
?>

       <hr />
       <?php  
        show_menu
(3);
        
?>


But I can't see anything under the settings of the page about where I can choice  the menu?

Cazz

Well it is not so easy to describe but I going to make a try.
I have search here but have not find what I looking for.


I like to have more then one menu, one for every category
No sub menu, it going to have some nice design to separate the category
Like to have it nice like this


category 1
menu 1
menu 2
menu 3
menu 4
menu 5



category 2
Menu 1
Menu 2
Menu 3

category 3
Menu 1
menu 2