[Typo3-dev] mod TS for submod

Elmar Hinz elmar.hinz at vcd-berlin.de
Mon Apr 11 14:43:07 CEST 2005


Hello,

I am working on an extension which extends module Web > Func.

I would like to add some TS, but I haven't found the appropriate docs 
for TS configuration of submodule extensions.

For modules itself here is an example:
-----------------------------------------------------------------------------------

mod.web_uPhotomaraton{
   menu.mode.overview = 0
}

// page/be_user TSconfig settings:
$modTSconfig = t3lib_BEfunc::getModTSconfig($id,"mod.".$GLOBALS["MCONF"]["name"]);
debug($modTSconfig);

-----------------------------------------------------------------------------------


How is it done with submodule extensions correctly? This way?

mod.web_func.myextension{
   menu.mode.overview = 0
}

Maybe that?

mod.web_func_myextension{
   menu.mode.overview = 0
}





More information about the TYPO3-dev mailing list