[TYPO3-ttnews] Paging news browser in the backend?

Oliver Rowlands oliver at liquidlight.co.uk
Sun Mar 4 15:55:03 CET 2007


Hi Denyer,

As far as I am aware it's impossible to this through TS.

The sole purpose of the 'extTables.php' file is to allow you to override 
the global TCA settings on at a local level, therefore you are not 
modifying a source file just local a configuration file.

Regards,

Oliver

Denyer Ec wrote:
> Is there any way to achieve that with TS constant /
> setup ? I'm not overly keen on modifying source files!!
> 
> Regards,
> Denyerec
> 
> On 3/3/07, Oliver Rowlands <oliver at liquidlight.co.uk> wrote:
>>
>> Hi Jens,
>>
>> Add the following to your 'extTables.php' file which is located in your
>> 'typo3conf/' directory:
>>
>> t3lib_div::loadTCA('tt_news');
>> // Maximum number of items shown in the 'List' module
>> $TCA['tt_news']['interface']['maxDBListItems'] = 10;
>> // Maximum number of items shown in the 'List only this table'
>> $TCA['tt_news']['interface']['maxSingleDBListItems'] = 20;
>>
>> You'll have to clear your configuration cache before the results are
>> visible.
>>
>> Hope this helps,
>>
>> Oliver


-- 
Oliver Rowlands
:: Liquid Light ::

E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk

T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35


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