[TYPO3-core] Feature request #2695

Franz Holzinger franz at fholzinger.com
Fri Feb 24 21:04:09 CET 2006


Hello Bernhard,


> and the first I could find:
> mailman.1.1096389480.28475.typo3-dev at lists.netfielders.de
> (Why can't I find this one in the mailinglist archives on
> lists.netfielders.de ? Where
> at time only the mails of the mailinglist collected and not the NG
> postings ?)
>
This has been deactivated because of too much traffic. See typo3.org for
more infos.

>
> Solution:
> I implemented two possible ways to hide the table. Either depending
> modTSConfig (Page/User TSconfig)
> or via a flag in the TCA ctrl section.
>

>$TCA[$tableName]['ctrl']['hideTableList']
>
use

$TCA[$tableName]['ctrl']['hideList']

This is in TCA, so its a table.


>$dblist->hideTables = $this->modTSconfig['properties']['hideTables']
>

$dblist->hideList = $this->modTSconfig['properties']['hideList']


So use everywhere 'hideList' instead of 'hideTables'.

+1


Franz









More information about the TYPO3-team-core mailing list