[TYPO3-ttnews] tx_ttnews[cat] + RealURL + localization = ?
Marcus 'biesior' Biesioroff
vsbies at wp.pl
Tue Feb 2 02:27:25 CET 2010
Good evening List!
I'm looking for *any* solution to use localized tt_news categories in
RealUrl...
Currently I'm fetching its names with lookUpTable and it works for
default language, but it doesn't with additional...
I tried to add common params to realurlconf of the *[cat] declaration,
but with no results :(
array(
'GETvar' => 'tx_ttnews[cat]',
'lookUpTable' => array(
'table' => 'tt_news_cat',
'id_field' => 'uid',
'alias_field' => 'title',
// it doesn't work :/
'languageGetVar' => 'L',
'languageExceptionUids' => '',
'languageField' => 'sys_language_uid',
'transOrigPointerField' => 'l18n_parent',
...
Is there any workaround ?
--
Marcus 'biesior' Biesioroff
a.k.a. Marek Krawczyk (original)
Polish TYPO3 Community Proud Member
http://typo3.pl
More information about the TYPO3-project-tt-news
mailing list