simple menu
Posted: Mon Dec 17, 2007 5:18 pm
Hi cmsms-ers,
I'm running the latest cmsms 1.2.2 (fresh install)
I need to create a new menu that has a different structure then the examples included in the default install.
As I'm not a programmer, I can't seem to produce proper smarty code in order to get a working solution for my template problem.
I do believe however it should be a fairly simple task for some of the people reading this forum!
The goal:
To have a separate for every main item
the rest of the sub items can reside Inside the of the main item like a normal
A class or id should be linked to every menu depth. (cfr: code below: level1, level2, level3)
The reason:
I would like to put all main item next to each other with a simple float:left;
This configuration would allow a list of all pages to be shown at the top of the page.
1
1.1
1.2
1.3
1.4
1.5
2
2.1
2.2
2.3
2.3.1
2.3.2
2.3.3
2.4
2.5
I know this isn't exactly rocket science or even the proper way to handle menu's but you would be helping me out an awful lot! I have tried and tried but I just can't produce the working smarty code for this
Greetings,
Manuel
I'm running the latest cmsms 1.2.2 (fresh install)
I need to create a new menu that has a different structure then the examples included in the default install.
As I'm not a programmer, I can't seem to produce proper smarty code in order to get a working solution for my template problem.
I do believe however it should be a fairly simple task for some of the people reading this forum!
The goal:
To have a separate for every main item
the rest of the sub items can reside Inside the of the main item like a normal
A class or id should be linked to every menu depth. (cfr: code below: level1, level2, level3)
The reason:
I would like to put all main item next to each other with a simple float:left;
This configuration would allow a list of all pages to be shown at the top of the page.
1
1.1
1.2
1.3
1.4
1.5
2
2.1
2.2
2.3
2.3.1
2.3.2
2.3.3
2.4
2.5
I know this isn't exactly rocket science or even the proper way to handle menu's but you would be helping me out an awful lot! I have tried and tried but I just can't produce the working smarty code for this

Greetings,
Manuel