[TYPO3-english] Hide currencies, markets, languges, countries,	territories in Backend listing
    Lina Wolf 
    liste at linawolf.de
       
    Fri Jul 30 09:25:02 CEST 2010
    
    
  
This can be done with page TSconfig
mod.web_list.hideTables = static_template
But since Page 0 is no page in the databse it doesnt have any 
page-properties. Therefore you can either set this TSconfig in the be_users 
/ be_usergroups TSconfig or set it globally in your Extensions 
ext_localconf.php.
If you want to set it globally for your whole project you can set it like 
this in your localconf.php:
t3lib_extMgm::addPageTSConfig('
    mod.web_list.hideTables = static_template
');
See here: 
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.3.2/view/1/5/
    
    
More information about the TYPO3-english
mailing list