Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello! My navigation looks like this: - Products - Service - Profile - Downloads I am using the RunwayTopNavigation.xslt to show the menu. But now, I´d like to show the menu the other way round: - Downloads - Profile - Service - Products How can I realize that??? Thanks, Christoph
Haven't tried the xslt you're mentioning, but try to sort your nodes (in the content section) like you want them to be in the menu... :)
Thank you! But I don´t want to sort them in the Content Section. I´m searching for a possibility to sort them the other way round only via XSLT! Chris
I'm not sure what you want to sort by, but it could be the createDate or? Then try pasting this after the for-each. Example: order can be: ascendig/descending.
This way need to sort node at back office's content tab. or you can add one property Order(int),
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Navigation Sort Order
Hello!
My navigation looks like this:
- Products
- Service
- Profile
- Downloads
I am using the RunwayTopNavigation.xslt to show the menu.
But now, I´d like to show the menu the other way round:
- Downloads
- Profile
- Service
- Products
How can I realize that???
Thanks,
Christoph
Haven't tried the xslt you're mentioning, but try to sort your nodes (in the content section) like you want them to be in the menu... :)
Thank you! But I don´t want to sort them in the Content Section. I´m searching for a possibility to sort them the other way round only via XSLT!
Chris
I'm not sure what you want to sort by, but it could be the createDate or?
Then try pasting this after the for-each. Example:
order can be: ascendig/descending.
This way need to sort node at back office's content tab.
or you can add one property Order(int),
is working on a reply...