[TYPO3-german] Navigation sortieren in mehrsprachiger Webseite - alphabetisches Sortieren im HMENU
Marco Peemöller
listen at goto-marco.de
Thu Jul 26 20:48:09 CEST 2007
Markus Giesen schrieb:
>
> hm etwas ratlos.. wobei das eine super funktion wäre,
> wo kann man nochmal proposals einreichen bei typo?
> oder geht das prizipiell nicht?
>
http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=5670
Musst wohl noch auf Typo3 4.2 warten oder den Patch einspielen. Dann
sollte es so oder so ähnlich gehen :
temp.getPages = HMENU
temp.getPages {
special = directory
1 = TMENU
1 {
expAll = 1
NO {
doNotShowLink = 1
stdWrap.cObject = LOAD_REGISTER
stdWrap.cObject {
allPages.field = uid
allPages.dataWrap = {register:allPages},|
}
}
}
2 < .1
3 < .1
4 < .1
5 < .1
6 < .1
7 < .1
8 < .1
}
temp.getContentList = COA
temp.getContentList {
10 < temp.getPages
30 = CONTENT
30 {
table = pages_language_overlay
select {
pidInList.data = register:allPages
orderBy = title
}
renderObj = COA
renderObj {
10 = TEXT
10.field = title
10.wrap = | <br>
}
}
More information about the TYPO3-german
mailing list