[TYPO3] RealURL - fiexedPostVars for subpages OR internationalize get tag
Tomas Mrozek
mail at cascaval.com
Wed Jun 6 12:47:40 CEST 2007
> Where 16 is the uid for one page that I want to pass this get param.
> This works fine. I get URLs like:
> .../my_page/1/
>
> The problem is that I want to use the same configuration for all the
> subpages for the page 16 in the pages tree. But I can't know the uid in
> a static way, the pages below the page 16 can be change.
> Somebody know how do it?
I'm curious about that myself since I would use it in a couple of my
extensions. So far I have been simply setting this for all the new pages.
> With this I'll get URLs like:
> .../my_page/my_var/1/
>
> The problem now is that I don't know how to translate the tag for the
> param.
I think that the only way to change it is to modify your extension so
that it generates/accepts variable names according to the language set.
This would seem to me like too much hassle, though.
The variable name is one of the resons why I prefer fixedPostVars
instead of postVars.
Tomas Mrozek
More information about the TYPO3-english
mailing list