Problems with CurrentPage param with umbracoInternalRedirectId Alias
Hi,
I'm having a problem with my site and hoping you have ideas for the sollution. In the current situation I have a site with a data folder contaning all kind of contentItems. I need to use the contentItems on multiplesites in the same instance of Umbraco.
I use the umbracoInternalRedirectId alias to load the data on multiple places/sites. Works great! Now i'm trying to render the navigation with a simple XSLT. The only problem is that the 'currentPage' param is the InternalRedirectedItem so the navigation is build based on the datafolder not the actual website.
Is there param or way to get real currentPage, not the linked currentPage?
I then include this in any other xslt file that need to know which site they are currently being used in: It's essentially hardcoding the homepage nodes for various sites.
Problems with CurrentPage param with umbracoInternalRedirectId Alias
Hi,
I'm having a problem with my site and hoping you have ideas for the sollution. In the current situation I have a site with a data folder contaning all kind of contentItems. I need to use the contentItems on multiplesites in the same instance of Umbraco.
I use the umbracoInternalRedirectId alias to load the data on multiple places/sites. Works great! Now i'm trying to render the navigation with a simple XSLT. The only problem is that the 'currentPage' param is the InternalRedirectedItem so the navigation is build based on the datafolder not the actual website.
Is there param or way to get real currentPage, not the linked currentPage?
Thanks in advance!
I had a similar problem, and had to do something a bit horrible for navigation
...here goes, forgive me!
I then include this in any other xslt file that need to know which site they are currently being used in: It's essentially hardcoding the homepage nodes for various sites.
Urgh. I'd love to hear a better way to do this
Dan
is working on a reply...