[TYPO3-core] RFC: #12376: typo3temp got filled with thousands of javascript_* files

Lars Houmark lars at houmark.com
Mon Oct 4 11:27:39 CEST 2010


Hi,

Jigal van Hemert wrote:

> In the thread start is an example how to add it in TS; only
> page.includeLibs.tmenu_layers =
> typo3/sysext/cms/tslib/media/scripts/tmenu_layers.php
> was missing from the example to make it work.
>
> Anyway +1 by reading and testing on Windows + trunk

Okay, so here is the complete code for making the menu to replicate the 
problem and fix:

page.includeLibs.tmenu_layers = 
typo3/sysext/cms/tslib/media/scripts/tmenu_layers.php
page.20 = HMENU
page.20 {
     1 = TMENU_LAYERS
     1 {
       wrap=<table border="0" cellspacing="0" cellpadding="0">|</table>
       layerStyle = position:absolute;VISIBILITY:hidden;border: 1px solid
#CCCCCC; background: #ffffff;

       lockPosition = y
       hideMenuWhenNotOver = 1
       hideMenuTimer=250
       expAll=1
       leftOffset = 0
       topOffset =22
       relativeToTriggerItem = 1

       NO {	
         allWrap=<td>|</td>
         ATagParams = class = "menue"
       }
     }

     2 = TMENU
     2.NO {
       ATagParams = class = "menue1"
       allWrap=|<br>
     }
}

Would that maybe make you do a quick test Steffen? And then commit ;)

- Lars


More information about the TYPO3-team-core mailing list