WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Two or more menu??

(1/1)

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

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


--- Code: ---$menu[1]='menu1';            
$menu[2]='menu2';
$menu[3]='menu3';
--- End code ---
   

I also insert in the index.php

--- Code: ---        <?php 
        show_menu(1);
        ?>
        <hr />
        <?php 
        show_menu(2);
        ?>
        <hr />
        <?php  
        show_menu(3);
        ?>
--- End code ---

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

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:
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 are the baker and I'm the brain LOL. Doesn't matter... Sometimes I forget the simple things as well.

CU Moritz

Navigation

[0] Message Index

Go to full version