I am setting up a secure portal for a client so that his distributors can login and view their own section of documents, etc... I have the site structured as follows:
Home (login page)
--Company 1
----documents
-------doc 1
-------doc 2
----General Info
----Etc...
All of the pages are going to be protected if that matters. What I need to do is when the client is on the company 1 page, have a nav area that will show Documents, General Info, Etc... and have that displayed on all of the sub pages. Basically Company 1 is going to be a "home page" and everything that is 1 layer under it must be shown in the nav bar. Right now I have this:
NSLT Navigation question...
I am setting up a secure portal for a client so that his distributors can login and view their own section of documents, etc... I have the site structured as follows:
Home (login page)
--Company 1
----documents
-------doc 1
-------doc 2
----General Info
----Etc...
All of the pages are going to be protected if that matters. What I need to do is when the client is on the company 1 page, have a nav area that will show Documents, General Info, Etc... and have that displayed on all of the sub pages. Basically Company 1 is going to be a "home page" and everything that is 1 layer under it must be shown in the nav bar. Right now I have this:
]>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library" xmlns:Exslt.ExsltCommon="urn:Exslt.ExsltCommon" xmlns:Exslt.ExsltDatesAndTimes="urn:Exslt.ExsltDatesAndTimes" xmlns:Exslt.ExsltMath="urn:Exslt.ExsltMath" xmlns:Exslt.ExsltRegularExpressions="urn:Exslt.ExsltRegularExpressions" xmlns:Exslt.ExsltStrings="urn:Exslt.ExsltStrings" xmlns:Exslt.ExsltSets="urn:Exslt.ExsltSets"
exclude-result-prefixes="msxml umbraco.library Exslt.ExsltCommon Exslt.ExsltDatesAndTimes Exslt.ExsltMath Exslt.ExsltRegularExpressions Exslt.ExsltStrings Exslt.ExsltSets ">
And it works fine to show the children when I am on the company 1 page, but I need it to show the siblings/parents when I navigate off of that page.
Any ideas?
is working on a reply...