[TYPO3-dev] Hide table in List module

Markus Lange markus.lange at bgm-gmbh.de
Thu Feb 23 10:18:59 CET 2006


Hi Bernhard,

Bernhard Kraft sagte:
> Is there a way to define some TSConfig, TYPO3_CONF_VARS or other setup
> variable
> to keep the Web>List module from showing a specific table ?
>
> I already digged through the complete inheritance of typo3/db_list.php but
> didn't
> find anything ... but pherhaps I just missed it.


just an idea:
use pagetsconfig:

mod.web_list {
  listOnlyInSingleTableView = 1
  disableSingleTableView =1
}

with this config its simply impossible to see records at all

best regards

-- 
Markus Lange






More information about the TYPO3-dev mailing list