[TYPO3] TSconfig: extended view as default
Ariane Gramm
ariane.gramm at web.de
Fri Aug 25 18:16:51 CEST 2006
Hello,
I found a solution to your problem concerning turning the extended
view on by default in typo3 3.8.1. I don't know whether you still
didn't get help but here's my working solution:
You only have to outcomment the following line in the file typo3/db_list.php:
// $dblist->allFields = ($this->MOD_SETTINGS['bigControlPanel'] ||
$this->table) ? 1 : 0;
This should be written around line 213.
Instead of this you will write:
$this->MOD_SETTINGS['bigControlPanel']=true;
This makes the extended view checkbox stay checked all the time. If
you additionally want to make the checkbox itself disappear, you can
do this by removing
$this->content.=
in front of
t3lib_BEfunc::getFuncCheck($this->id,'SET[bigControlPanel]',$this->MOD_SETTINGS['bigControlPanel'],'db_list.php','')
...
This should be written around line 380 in the same file.
I hope I could help you!
Ariane
More information about the TYPO3-english
mailing list