[TYPO3-dev] Disable left menu from backend.php and putting alternative menu

Tapio Markula tapio.markula at xetpoint.fi
Thu Mar 13 20:16:05 CET 2008


Steffen Kamper kirjoitti:
> "Tapio Markula" <tapio.markula at xetpoint.fi> schrieb im Newsbeitrag 
> news:mailman.1.1205431281.10966.typo3-dev at lists.netfielders.de...
>> Hi
>>
>> It would be nice to be able to disable left side menu from
>> backend.php, because it is possible to create new menu instead of that
>> using
>> // include extensions which may add css, javascript or toolbar items
>> if(is_array($GLOBALS['TYPO3_CONF_VARS']['typo3/backend.php']['additionalBackendItems'])) 
>> {
>> foreach($GLOBALS['TYPO3_CONF_VARS']['typo3/backend.php']['additionalBackendItems'] 
>> as $additionalBackendItem) {
>> include_once($additionalBackendItem);
>> }
>>
>>
>>
>> I tried to add menu from tm_topapps
>>
>>
> 
> you use wrong technique. I said to you look to extdeveval
what part? I'm totally confused
> or opendocs.
not found as plugin
  The
> included file has to use the defined interface so it has defined structure 
> and methods.
what methods and structure?
any proper documentation?

In principle the structure is the problem - the menu would work ok in 
correct place.




More information about the TYPO3-dev mailing list