[TYPO3] cooluri & language detection

Jan Bednarik info at bednarik.org
Sat Aug 23 11:52:20 CEST 2008


> Best way would be to check the rlmp_language_detection configuration. - 
> If there is no way, then fix it directly in the rlmp_language_detection 
> source.

I would do that

This line should be changed to typolink

$linkData = 
$TSFE->tmpl->linkData($page,'',0,'',array(),'&L='.$preferredLanguageOrPageUid);

to

$linkData = 
$this->cObj->typolink_URL(Array('parameter'=>$page,'additionalParams'=>'&L='.$preferredLanguageOrPageUid);

this would generate "cool" URL and no additional redirect would be required.

Regards

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech


More information about the TYPO3-english mailing list