DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TypoScript Examples

Using the stdWrap feature of the “actionName” property, to build a actionName hierarchy like a rootline navigation.

config.tx_piwik {
             piwik_idsite = 3
             piwik_host   = http://stats.myhost.rl/piwik/
             actionName= TYPO3
             actionName {
                     stdWrap {
                             cObject = HMENU
                             cObject {
                                     special=rootline
                                     special.range= 1 | -1
                                     includeNotInMenu = 1
                                     wrap = |/index
                                     1=TMENU
                                     1.itemArrayProcFunc = user_UrteileItemArrayProcFunc
                                     1.NO.allWrap=  |   /   |*| |   /   |*| |
                                     1.NO.doNotLinkIt = 1
                             }
                     }
             }
     }