[Typo3] list +100 website users in the BE

Chi Hoang chibo at gmx.de
Wed Aug 10 19:46:01 CEST 2005


Rob De Vries schrieb:
> I'm not sure...
> When in the 'list' vieuw there is this button where you can list 100 
> items instead of 20.

Hi Robert,

yes it is, define $TCA[$tableName]['interface']['maxDBListItems'] = 500 
in your table definition and it should list 500 items. Or take a look in 
  class.db_list.inc where it is hardcoded (var $itemsLimitPerTable = 20;).

Greets,

Chi



More information about the TYPO3-english mailing list