Ok i have my Menu on the left Site Vertical.. All my Root Menu Items must be show.. and when i click on a Menu does have Submenus the Menu must be collaps and shows the Submenu Point of the aktive Page ?????
The Root Item Menuepoint 2 has Submenu Point.... and then when i click on Menupoint 2 i must go to this Site and on this Site i must have show the Submenue Points in my Menu like this in my Demo
You need at least 70 karma points to be able to rate items on our.umbraco.org
You
gain karma points every time you do something constructive, like
answering topics on the forum, or starting new ones or publishing your
work as a project
What must i do does i can the Active Page can marked as active in my Menu ???
When i Bsp. click the Menu Item Test and comes on the Test Page does the Menu Point Test in my Menu is marked as active... (Font Bold, Undeline or so ).... ??
Vertical Menu with Submenu
Hello,
I have Umbraco V4 and must make a Vertical Menu...
My Menu must like this.
-------------------------------------------
Menuepoint 1
Menuepoint 2
- Submenue 1
- Submenue 2
-Submenue 3
Menuepoint 3
Menuepoint 4
------------------------------------------
Ok i have my Menu on the left Site Vertical..
All my Root Menu Items must be show..
and when i click on a Menu does have Submenus the Menu must be collaps and shows the Submenu Point of the aktive Page ?????
The Root Item Menuepoint 2 has Submenu Point....
and then when i click on Menupoint 2 i must go to this Site and on this Site i must have
show the Submenue Points in my Menu
like this in my Demo
Please can everyone Help me ??
Thanks Bernd
Hiya,
Take a look at this package which will do what you are after.
T
Hello,
Jehh this is what i want !!
I have Installed this Package and Test..
It works perfect for me.. Only when i Start my Homepage all Menue Points are open Shows ??
and when i go to a other Page then works perfect ....
Must i have a separatly Homepage with other Parameters ?????
Paste the macro code in here and I'll take a look, you may just need to tweak one of the parameters.
T
Don't forget to up vote the package if it works for you!
T
Here is my Macro Code
what i have in my Masterpage
<umbraco:Macro startingLevel="1" recurse="1" selectBranches="0" maxMenuDepth="2" ulBaseClass="RootClass" branchClass="SubClass" selectedClass="SelectClass" forceNode="" expandChildren="1" forceHome="0" Alias="[COG]Navigation" runat="server"></umbraco:Macro>
Try this:
<umbraco:Macro startingLevel="1" recurse="1" selectBranches="0" maxMenuDepth="2" ulBaseClass="RootClass" branchClass="SubClass" selectedClass="SelectClass" forceNode="" expandChildren="0" forceHome="0" Alias="[COG]Navigation" runat="server"></umbraco:Macro>
T
Yes Thanks it works perfect !!!!
Glad I could help!
Don't forget to accept the answer and up vote the package!!
T
I want vote an become the following Message ?
You cannot vote yet
You need at least 70 karma points to be able to rate items on our.umbraco.org
You gain karma points every time you do something constructive, like answering topics on the forum, or starting new ones or publishing your work as a project
Rats!
Ahhh well. You only have 45 Karma points to go!
T
Hi Tim,
What must i do does i can the Active Page can marked as active in my Menu ???
When i Bsp. click the Menu Item Test and comes on the Test Page does the Menu Point Test
in my Menu is marked as active... (Font Bold, Undeline or so ).... ??
Hi,
The Selected Class parameter sets the class in the selected (active) menu item, you can then control the style in the stylesheet:
i.e. if you have set the Selected Class parameter to be Active
.Active{font-weight:bold;color:red;}
It works the same way for the Brach Class which is the class set on all pages that are an ancestor of the current active page.
T
Anyone who want's to give this a try can find it here http://our.umbraco.org/projects/website-utilities/cogworks-flexible-navigation I has been moved
is working on a reply...