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

Tapio Markula tapio.markula at xetpoint.fi
Thu Mar 13 21:13:46 CET 2008


Steffen Kamper kirjoitti:
> "Tapio Markula" <tapio.markula at xetpoint.fi> schrieb im Newsbeitrag 
> news:mailman.1.1205435771.11963.typo3-dev at lists.netfielders.de...
> 
>>> you use wrong technique. I said to you look to extdeveval
>> what part? I'm totally confused
> 
> look to class.tx_extdeveval_additionalBackendItems.php
> 
>>> or opendocs.
>> not found as plugin
> 
> sure, it's a sysext, look to class.tx_opendocs.php
> 
> vg  Steffen 
> 
> 
Tried

$GLOBALS['TYPO3_CONF_VARS']['typo3/backend.php']['additionalBackendItems']['topapps_menu']=t3lib_extMgm::extPath($_EXTKEY) 
. 'class.tx_topapps_menu.php';
		

But no new item added.

I found in opendocs

		// now register the class as toolbar item
		$GLOBALS['TYPO3backend']->addToolbarItem(...

*but* that can't be added to ext_localconf.php because 'addToolbarItem' 
is not available.
So failed to add

		




More information about the TYPO3-dev mailing list