[TYPO3-english]  orderBy sorting doesn't work for content
    Elijah 
    elijah.alcantara at gmail.com
       
    Wed Jun 22 21:22:24 CEST 2011
    
    
  
Hi,
I have the following ts:
lib.contentnav = COA
lib.contentnav {
10 = CONTENT
10 {
   wrap = <ul>|</ul>
   table = tt_content
   select {
     pidInList = {$anchorcontentids}
     orderBy = sorting
     recursive = 1
     where = colPos=0
     languageField=sys_language_uid
     max = 999
   }
   renderObj = TEXT
   renderObj {
     field = header
     wrap = <li>> |</li>
     typolink.parameter.field=this
     typolink.parameter.dataWrap=|#{field:uid}
     if.isTrue.field=header
   }
}
}
What it does is to create a menu of all the contents from the selected 
pages. Unfortunately, sorting doesn't seem to work. When I arrange the 
page where these contents are located the arrangement doesn't seem to 
change... I want it so that whenever I re-arrange the parent pages of 
these contents, the contents will also follow the ordering.
Is this possible?
Thanks for reading,
Elijah
    
    
More information about the TYPO3-english
mailing list