please help...
I have the configuration below.
With this configuration postVars do not work.
If I remove "'noMatch' => 'bypass'," then the fixedPostVars does not work.
what is wrong?

'fixedPostVars' => array(
                 '_DEFAULT' => array (
                         array(  'GETvar' => 'tx_dgcontent_pi1[tt_news]',
                                 'lookUpTable' => array (
                                         'table' => 'tt_news',
                                         'id_field' => 'uid',
                                         'alias_field' => 'title',
                                         'addWhereClause' => ' AND NOT 
deleted',
                                         'useUniqueCache' => '1',
                                         'useUniqueCache_conf' => array (
                                                 'strtolower' => '1',
                                                 'spaceCharacter' => '-',
                                         ),
                                 ),
                                 'noMatch' => 'bypass',
                         ),
                 ),
             ),
             'postVarSets' => array (
.....
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to