Feature #14736
closedwishlist: change in alt_main.php
0%
Description
Hi, a little wish for next version: please make $leftMenuFrameW in alt_main.php configurable, 'cause with many ext. installed I have a unnecessary scrollbar in the bottom of the menu frame.
(issue imported from #M1079)
Updated by Sebastian Kurfuerst over 19 years ago
Hi,
you can set
$TBE_STYLES['dims']['leftMenuFrameW'] , and you can set this through an ext_tables.php file. See http://typo3.org/documentation/document-library/doc_core_api/TBE_STYLES/ .
Does this help?
Updated by Dieter Mayer over 19 years ago
Hi Sebastian,
well, good to know that, new to me. But it doesn't really help, 'cause I want to change that value global without using a extension, so a configuration in the localconf.php or the install tool would be the solution for me.
In the moment I'm changing the corresponding line manually in the file alt_main.php.
So, it was only a wish, maybe in a later version...
Thanks for the answer.
Updated by Sebastian Kurfuerst over 19 years ago
Hi,
you can change this value globally by setting
$typo_db_extTableDef_script = 'ext_tables.php';
in typo3conf/localconf.php, and then create an typo3conf/ext_tables.php file, where you can set the TBE_STYLES appropriately. This can be all found here: http://typo3.org/documentation/document-library/doc_tut_frontend/All_custom_tables_vs/?encryptionKey=&cHash=1ead35eb92 and http://typo3.org/documentation/document-library/doc_core_api/Files_and_locations-1/?encryptionKey=&cHash=2956e3f8e5 (hope you get the links correctly)...
I resolve this bug now, if you have annotations, please re-open it.
Greets, Sebastian