[TYPO3] tt_news, multilanguage & realurl

Brian Bendtsen bb at bellevuevej.dk
Tue Apr 8 10:18:58 CEST 2008


Francois Suter skrev:
> Hi,
> 
>> Im working on this job with Trine who asked the question. The problem is
>> that it works fine in the default(english) language, so its probably not
>> because of the code you posted.
> 
> Your configuration is incomplete as far as language is concerned. Here's 
> my setup for tt_news in a multi-language site:
> 
> 'article' => array(
>     array(
>         'GETvar' => 'tx_ttnews[tt_news]',
>         'lookUpTable' => array(
>             'table' => 'tt_news',
>             'id_field' => 'uid',
>             'alias_field' => 'title',
>             'addWhereClause' => ' AND NOT deleted',
>             'languageGetVar' => 'L',
>             'languageExceptionUids' => '',
>             'languageField' => 'sys_language_uid',
>             'transOrigPointerField' => 'l18n_parent',
>             'useUniqueCache' => 1,
>             'useUniqueCache_conf' => array(
>                 'strtolower' => 1,
>                 'spaceCharacter' => '-',
>             ),
>         ),
>     ),
> )
> 
> HTH
> 
> François Suter
> 
Hi

That fixed the url but the result is still an 404 error in the danish 
version.

/Brian


More information about the TYPO3-english mailing list