[TYPO3-dev] RealURL and multilingual postVarSets

Benjamin Beck beck at beck-digitale-medien.de
Thu Jul 24 15:30:18 CEST 2014


Hi Mark,

the only way i can thing to get this work is to use the fixedPostVarSets feature of realurl so that "beruf" becomes the realurl-path-segment of a content page.
This realurl-path-segment then can be translated.



Greetings
Benjamin

On 23.07.2014, at 17:59, Mark Howells-Mead <m.howells-mead at frappant.ch> wrote:

> Hi there
> 
> I’m running into trouble with RealURL in a multilingual setup. The idea is to have a page where “beruf” is the postVarSet keyword in the German version of the site.
> 
> not-real.ch/de/beruf/ausbaugewerbe/maler/
> 
> This works fine using the following (partial) config and the values are correctly interpreted by the extension.
> 
> 'postVarSets' => array(
> 	'beruf' => array(
> 		array(
> 			'GETvar' => 'tx_myextension_detail[branch]',
> 		),
> 		array(
> 			'GETvar' => 'tx_myextension_detail[career]',
> 		),
> 	),
> ),
> 
> The difficulty comes is in the alternative language e.g. English: the same GETvars should be assigned via a different postVarSet keyword, namely “career”.
> 
> not-real.ch/en/career/finishing/painter/
> 
> Does anyone have any suggestions on a) whether this is possible and b) if they have achieved it?
> 
> Many thanks!
> Mark Howells-Mead
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev




More information about the TYPO3-dev mailing list