[TYPO3-english] Advanced sitemap, realurl and tt_news
Trine Buhl
mail at trinebuhl.dk
Wed Sep 29 15:48:02 CEST 2010
Hi,
I am trying to set up advanced_sitemaps with tt_news and realurl, but
can't get the URL parameter right in the "Sitemap configurations" for
tt_news.
(From localconf.php)
'article' => array (
'0' => array (
'GETvar' => 'tx_ttnews[tt_news]',
'lookUpTable' => array (
'table' => 'tt_news',
'id_field' => 'uid',
'alias_field' => 'concat(author," ",title)',
'addWhereClause' => ' AND NOT deleted',
'useUniqueCache' => '1',
'useUniqueCache_conf' => array (
'strtolower' => '1',
'spaceCharacter' => '-',
),
),
),
It generates an URL for the single-view:
mydomain.com/cases/case/article/(author-title)
The path for the single view is set first and where the "URL parameter"
setting generates the rest of the path.
Can anyone please guide me through a solution?
Regards,
Trine
More information about the TYPO3-english
mailing list