Project

General

Profile

Actions

Feature #14736

closed

wishlist: change in alt_main.php

Added by Dieter Mayer over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-05-15
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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)

Actions #1

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?

Actions #2

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.

Actions #3

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

Actions #4

Updated by Sebastian Kurfuerst over 19 years ago

please reopen if necessary.

Actions

Also available in: Atom PDF