[TYPO3-dev] Topapps of Typo3 4.1 as a new User > Setup option

Tapio Markula tapio.markula at atwebteam.com
Wed Feb 28 21:57:14 CET 2007


Ingmar Schlecht kirjoitti:
> Hi Tapio,
> 
> I'm sorry but Kasper has decided to disable alt_main_new.php and
> "topapps" until when it is finished some time after 4.1.

Is it then any idea to publish it as a new alternative in tm_shared_lib
or just keep that version private?


I just combined it to XCLASS for existing XCLASS for alt_main.php
and made it available if

if($Typo4_1 && t3lib_extMgm::isLoaded('topapps') && 
$BE_USER->uc['noMenuMode']=='topapps')

where $Typo4_1 is

if (t3lib_div::int_from_ver(TYPO3_version) >= 4001000)
	$Typo4_1=1;

If those conditions fulfill, the frameset of topapps is used and 
otherwise the normal frameset.
If topapps is installed and alt_menu_new.php is used

User > Setup works incorrectly. It should

a) disable entirely menu mode selection
b) create new option - as I have done

What you going to do for that bug in User > Setup?
It would be nice at least do the a) alternative if 'topapps' has been 
installed.




More information about the TYPO3-dev mailing list