This way a content admin can create a new TopNav Doc type and it will automatically add to the topNav page as well create a new SideNav page and could add a new side nav under say About us as an example.
Finaly i forget that package (sorry), i wrote my own XSLT file, you can use it for (External,Enternal,Redirect,dropdown Menu) also it work with ProWorks_Redirect_Page_1.03
Note : goto developer section and create new XSLT File with clean and Copy my Code and paste IF you didn't create "Document Types Or Pages" you will find error that's fine don't worry there is no mistake because XSLT file searche for the page. just check "Skip testing (ignore errors)"
Menu Layout and Structures
My goal is to create an infrastructure where I can define a DocType for Header Nav Tabs and then a DocType For Side Bar nav types. Example Below
Top:
About Us | News | Clients | Services | White Papers
Side:
About Us
-Careers
-Contact us
Services
-Development
-Database Design
-Project Management
This way a content admin can create a new TopNav Doc type and it will automatically add to the topNav page as well create a new SideNav page and could add a new side nav under say About us as an example.
I've tried to use XSLT
Using the ultimate Nav XSLT solved this issue
Hi,guys
would u give me a demo or source code which u resolved it?
I am searching for the familly menu now,thanks by Holy
[email protected]
Hi,
mtt ultimate nav can be found at http://packages.maliciousthinktank.com/navdemo.aspx
Regards,
/Dirk
Dirk.
As you can see I took your advice and went the XSLT route...a great choice.
/Ivan
Dirk
i install ultimateNav on umbraco 4.7 and my navigation not show, it show only <ul> tag
and my site structure :
Home
-About us
--Board Members
--Executive Management
-Invertor relations
-subsidiaries
-etc.
-etc..
please can you help me on that ?!
i mean it show like this :
<div id="navBar">
<ul class="mainNav">
</ul>
</div>
Edit the default xslt to use your layout or wrap the nav macro in a div.
hey Q8De, did you find any solution? i also want to use this in umbraco version 4.7.0....
Hey,
Finaly i forget that package (sorry), i wrote my own XSLT file, you can use it for (External,Enternal,Redirect,dropdown Menu) also it work with ProWorks_Redirect_Page_1.03
Here is my code:
Note : goto developer section and create new XSLT File with clean and Copy my Code and paste IF you didn't create "Document Types Or Pages" you will find error that's fine don't worry there is no mistake because XSLT file searche for the page. just check "Skip testing (ignore errors)"
To get External And redirect Work perfect installah that package you will find it here : http://our.umbraco.org/projects/website-utilities/proworks-redirect-page
after you install that package Goto Document Types in setting section and create new DocType for Ex: HomePage
Go to Generic Properties and Add new Properties and follow that :
=================================
For Local Redirect Location:
Name: whatever you want EX: "Local Redirect"
Alias: umbracoRedirect
Type: Content Picker
=================================
For External Link:
Name: whatever you want EX: "URL Redirect"
Alias: urlRedirect
Type: Textstring
=================================
save and that's All
i hope it's that what you looking for
Regards
thanks Q8Dev.
I also made by own xslt by modifying sitemap xslt. Created doc properties for both internal redirect and external url.
is working on a reply...