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

Tapio Markula tapio.markula at xetpoint.fi
Sat Mar 15 11:08:18 CET 2008


Tapio Markula

> require_once(t3lib_extMgm::extPath('tm_topapps').'menu/index.php');
> 
> cause that the part of tm_topapps has been read a way that it comes to 
> the top of the page before doctype, xml declarations and the html tag.
> 
> Note that putting require_once...  *EVERYWHERE* cause the same effect!
> 
> Problem is that MS IE doesn't work  in standard-compliant mode, which 
> must take account setting CSS.

cause problem as for FF - solved disabling (conditionally) startPage 
from backend.php in the XCLASS for backend.php
and adding the function (conditionally) to the required file.
Works fine, but is complicated.
Making an option to disable left side menu in backend.php would be 
complicated because there are some JavaScript, which expects the menu to 
be exist => disabling would need some conditional alternative JS, when 
the menu would not exist. The related JavaScript creates always problems.




More information about the TYPO3-dev mailing list