Hey folks,
I'm from Germany, so already sorry for my bloody english.
I use the xe.panels.navigation for the navigation on my xWiki. Now the
following: I created pages, which has an difference between the url and the
name of the site.
For example:
Title - Page one
Adress - /xwiki/bin/main/different-page-one
This now causes problems in the alphabetical order of the navigation, due to
the fact, that the order is being set by the adress "name".. My questions
is: Can I change this behavior? So that the following code will sort the
pages not by their url name but by their Page name?
The code:
{{velocity}}
#panelheader($services.localization.render('xe.panels.navigation'))
## Escape special characters in macro parameter values.
#set ($openToDoc = $doc.documentReference.toString().replaceAll('([~"])',
'~$1'))
{{documentTree showSpaces="false" showTranslations="false"
showAttachments="false" showDocumentTitle="true"
showChildDocuments="true" finder="true" compact="false"
openTo="document:$openToDoc" root="space:xwiki:Main"/}}
#panelfooter()
{{/velocity}}
Changing the adresses or url's is not a possible solution, due to the
unflexibility of a partner we are working with. Is there a possible change
or do I have to put up a manual navigation?
--
View this message in context:
http://xwiki.475771.n2.nabble.com/xWiki-Change-Navigation-scheme-tp7596292.…
Sent from the XWiki- Users mailing list archive at
Nabble.com.