[TYPO3-ttnews] ordering the items in catmenu

ben van 't ende [netcreators] ben at netcreators.com
Wed Nov 22 21:40:30 CET 2006


Cate & Peter wrote:
> Hi all
> 
>  
> 
> I have managed to get catmenu working ok, but I want to change the order
> that the categories appear in the menu, and I can't remember if this can be
> done, or how.
> 
>  
> 
> Does anyone else have an idea?


Hi Cate,

Near the bottom of this page: http://ben.vantende.net/nc/t3docs/tt-news/page/25/
you can find some configuration options for the category menu. You would be
looking for catOrderBy

Example:
  # this will order the categories in news articles and in the CATMENU
alphabetically
  plugin.tt_news {
    catOrderBy = title
  }

Example 2:
  plugin.tt_news {
    # order categories in LIST by uid
    displayList.catOrderBy = uid
    # order categories in SINGLE and CATMENU by title
    displaySingle.catOrderBy = title
    displayCatMenu.catOrderBy = title
  }


gRTz

ben
-- 
netcreators :: creation and innovation
www.netcreators.com -  www.typo3.nl



More information about the TYPO3-project-tt-news mailing list