[TYPO3-core] RFC Bug #11192: options.shortcutFrame=0 does not work anymore

Ingo Renner ingo at typo3.org
Tue May 26 16:52:22 CEST 2009


Martin Holtz wrote:

Hi Martin,

> Problem:
> There was the option to disable the shortcutframe:
> options.shortcutFrame=0
>
> Which does not work anymore.
>
> Solution:
> Inserted Check
> if ($GLOBALS['BE_USER']->getTSConfigVal('options.shortcutFrame'))


your Problem/Solution/the mentioned option has nothing to do with the 
shortcut menu. Therefore I'd say your patch is not required/obsolete.

The mentioned option relates in fact to a HTML frame. That frame is 
present at the bottom of the TYPO3 backend in versions prior to 4.2 and 
is still available when calling typo3/alt_main.php
That frame however not only contains shortcuts, but also search and 
workspace selector. Thus when setting that option to disable the 
shortcut menu, you would also diable the other elements for someone who 
is still using the alt_main.php backend.
If you truely want an option to disable the shortcut menu in the 
toolbar, you can create a new option, possibly also having a better name 
without frame in it.

I hope that helps a bit to understand the situation.


all the best
Ingo

-- 
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2



More information about the TYPO3-team-core mailing list