[Typo3] missing settings in ext_tables.php

Bernhard Kraft kraftb at kraftb.at
Fri Jun 3 20:31:33 CEST 2005


Marco Bascietto wrote:

> Following thread [1] I have put in typo3conf/ext_tables.php:
> $TCA["be_groups"]["columns"]["tables_modify"]["config"]["maxitems"]=50;

There is no file "typo3conf/ext_table.php" ...

Make an extension which contains nothing except the General Description
(using the kickstarter)

and make an empty ext_table.php file in the extension directory (that's the
right location)

put the following code in it:
------------snip---------------
<?php
if (!defined ('TYPO3_MODE'))  die ('Access denied.');
$TCA["be_groups"]["columns"]["tables_modify"]["config"]["maxitems"]=50;
?>
--------------snip---------------

no leading or trailing whitespaces(space, newline, etc.) before or after
<?php ?>

greets,
Bernhard



More information about the TYPO3-english mailing list