[Typo3] Category Selector with realurl

Matthias Nagl mnagl at web.de
Tue Apr 12 21:29:40 CEST 2005


Hello List!

I'd like to realize a category selector in my news archive. I tried the one in the tt_news documentation but I've got one little problem: I am using realurl and the example from the documentation has a hardcoded <a href=index.php?id={TSFE:id}&tx_ttnews[cat]= | > wrap. My realurl configuration contains the 

'select' => array (
    array('GETvar' => 'tx_ttnews[cat]',
        'lookUpTable' => array('table' => 'tt_news_cat',
            'id_field' => 'uid',
            'alias_field' => 'title',
            'addWhereClause' => ' AND NOT deleted',
            'useUniqueCache' => 1,
            'useUniqueCache_conf' => array('strtolower' => 1,
            ),
        ),
    ),
),

block and appending /selection/categoryname works well. Now how do I configure the TypoScript to create correct Links for my Category Selector??

yours

Matthias Nagl
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193




More information about the TYPO3-english mailing list