[TYPO3] RealURL - fiexedPostVars for subpages OR internationalize get tag
Tomas Mrozek
mail at cascaval.com
Thu Jun 7 15:22:09 CEST 2007
> In my case to use fixedPostVars I could make a loop over all the
> subpages that need the GET param in my ext_localconf.php, but I don't
> like it.
Actually, you can...
1. Hook your script in the very same way that RealURL does:
$TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'][]
= 'EXT:your_extension_key/your_script.php:&yourClass->yourFunction';
2. The function then can populate the RealURL fixedPostVars array.
Tomas Mrozek
More information about the TYPO3-english
mailing list