I have a site where I have multiple "sites" within the same site. My root site is merely a country selection page and the sub levels are for each country, eg. /da.aspx /en.aspx etc.
When I use the COQworks navigation then it works fine. Except if I use "ForceHome" - this will lead to the root home page. Not the home page of the selected site on level 2.
You'd have to modify the XSLT to do this as it assumes the level 1 root is the homepage. You should just be able to update the XPath query to pull out your desired homepage instead however.
"Multi-Site" with ForceHome
I have a site where I have multiple "sites" within the same site. My root site is merely a country selection page and the sub levels are for each country, eg. /da.aspx /en.aspx etc.
When I use the COQworks navigation then it works fine. Except if I use "ForceHome" - this will lead to the root home page. Not the home page of the selected site on level 2.
My macro is called like this:
Is there anyway to make it call the home page at level 2?
You'd have to modify the XSLT to do this as it assumes the level 1 root is the homepage. You should just be able to update the XPath query to pull out your desired homepage instead however.
T
is working on a reply...