[TYPO3-dev] maxSingleDBListItems for tt_content

Daniel Bruessler danielb at typo3.org
Wed Apr 2 13:37:37 CEST 2008


Hello,

in my 4.1.5 installation it doesn't like to work to set the max number 
for mod.web_list .

t3lib_div::loadTCA("tt_content");
$TCA['tt_content']['interface']['maxDBListItems'] = 30;
$TCA['tt_content']['interface']['maxSingleDBListItems'] = 500;

It just works with a hardcoded change:
var $itemsLimitSingleTable
in class.db_list.inc

How can I change it in TCA?

Cheers!
Daniel




More information about the TYPO3-dev mailing list