Hallo Admin,

versuch es mal damit:



<?php
$TYPO3_CONF_VARS['FE']['addRootLineFields'] .= 
',tx_realurl_pathsegment,alias,title';
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']=array (
//
// HIER DEINE DOMAIN EINTRAGEN
'deineDomain.tdl' => //
array (
'init' => array (
       'enableCHashCache' => true,
       'appendMissingSlash' => 'ifNotFile,redirect',
       'adminJumpToBackend' => true,
       'enableUrlDecodeCache' => true,
       'enableUrlEncodeCache' => true,
       'emptyUrlReturnValue' => '/',
       // Allow for proper SEO 404 handling,
       'postVarSet_failureMode' => '',
'reapplyAbsRefPrefix' => true, ), 'pagePath' => array (
       'type' => 'user',
       'userFunc' => 
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
       'spaceCharacter' => '-',
       'languageGetVar' => 'L',
       'rootpage_id' => '1',
       'segTitleFieldList' => 'tx_realurl_pathsegment,alias,title',
       'expireDays' => 7,
'firstHitPathCache'=>1 ), 'fileName' => array (
       'defaultToHTMLsuffixOnPrev' => 0,
       'acceptHTMLsuffix' => 0,
'index' => array ( 'print' => array ( 'keyValues' => array (
       'type' => 98,
         ),
       ),
     ),
   ),
'preVars' => array (
       array(
       'GETvar' => 'no_cache',
       'valueMap' => array(
               'no_cache' => 1,
       ),
       'noMatch' => 'bypass',
       ),
       array(
'GETvar' => 'clear_cache', 'valueMap' => array(
               'cc' => 1
       ),
               'noMatch' => 'bypass'
       ),
// Language configuration '0' => array (
       'GETvar' => 'L',
'valueMap' => array (
         'de' => '1',
         'es' => '2',
         'it' => '3',
         'fr' => '4',
         'no' => '5',
         'nl' => '6',
         'pl' => '7',
'ru' => '8', '' => '0',
       ),
       'noMatch' => 'bypass',
     ),
   ),
       'fixedPostVars' => array(
               'newsDetailConfiguration' => array(
                       array(
                               'GETvar' => 'tx_news_pi1[news]',
                               'lookUpTable' => array(
                                       'table' => 'tx_news_domain_model_news',
                                       'id_field' => 'uid',
                                       'alias_field' => 'title',
                                       'addWhereClause' => ' AND NOT deleted',
                                       'useUniqueCache' => 1,
                                       'useUniqueCache_conf' => array(
                                               'strtolower' => 1,
                                               'spaceCharacter' => '-'
                                       ),
                                       'languageGetVar' => 'L',
                                       'languageExceptionUids' => '',
                                       'languageField' => 'sys_language_uid',
                                       'transOrigPointerField' => 'l10n_parent',
                                       'autoUpdate' => 1,
                                       'expireDays' => 180,
                               )
                       )
               ),
               'newsCategoryConfiguration' => array(
                       array(
                               'GETvar' => 
'tx_news_pi1[overwriteDemand][categories]',
                               'lookUpTable' => array(
                                       'table' => 'sys_category',
                                       'id_field' => 'uid',
                                       'alias_field' => 'title',
                                       'addWhereClause' => ' AND NOT deleted',
                                       'useUniqueCache' => 1,
                                       'useUniqueCache_conf' => array(
                                               'strtolower' => 1,
                                               'spaceCharacter' => '-'
                                       )
                               )
                       )
               ),
               'newsTagConfiguration' => array(
                       array(
                               'GETvar' => 'tx_news_pi1[overwriteDemand][tags]',
                               'lookUpTable' => array(
                                       'table' => 'tx_news_domain_model_tag',
                                       'id_field' => 'uid',
                                       'alias_field' => 'title',
                                       'addWhereClause' => ' AND NOT deleted',
                                       'useUniqueCache' => 1,
                                       'useUniqueCache_conf' => array(
                                               'strtolower' => 1,
                                               'spaceCharacter' => '-'
                                       )
                               )
                       )
               ),
               '23' => 'newsDetailConfiguration',
'24' => 'newsDetailConfiguration', '33' => 'newsDetailConfiguration',
               '68' => 'newsDetailConfiguration',

       ),
       'postVarSets' => array(
               '_DEFAULT' => array(
                       'controller' => array(
                               array(
                                       'GETvar' => 'tx_news_pi1[action]',
                                       'noMatch' => 'bypass'
                               ),
                               array(
                                       'GETvar' => 'tx_news_pi1[controller]',
                                       'noMatch' => 'bypass'
                               )
                       ),

                       'dateFilter' => array(
                               array(
                                       'GETvar' => 
'tx_news_pi1[overwriteDemand][year]',
                               ),
                               array(
                                       'GETvar' => 
'tx_news_pi1[overwriteDemand][month]',
                               ),
                       ),
                       'page' => array(
                               array(
                                       'GETvar' => 
'tx_news_pi1[@widget_0][currentPage]',
                               ),
                       ),
               ),
       ),
 ),
);

gruss
maty
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an