[TYPO3-english] suppress listing of tables in the root

Dmitry Dulepov dmitry.dulepov at gmail.com
Thu Apr 23 08:55:16 CEST 2009


Hi!

Marcel Remmy wrote:
> i mean, the listing of all the static_* stuff which is added by the
> static tables is loading everytime and i can't spot where to put the
> pageTS of root ;)
>
> otherwise it would be a simple "mod.web_list.static_*.hideTable = 1" i
> guess.
> 
> how do you manage this?

Try in the typo3conf/localconf.php:

==============
t3lib_extMgm::addPageTSConfig('
mod.web_list.static_taxes.hideTable = 1
');
==============

-- 
Dmitry Dulepov
In TYPO3 blog: http://dmitry-dulepov.com/article/have-fun-with-the-typoscript-error-hunt.html
LinkedIn: http://www.linkedin.com/in/dmitrydulepov
Twitter: http://twitter.com/dmitryd
Skype: liels_bugs


More information about the TYPO3-english mailing list