[TYPO3-german] [Typo3 7.6.x] zusätzliche URL Parameter mit RealUrl ausblenden
Birgit
lists at berlin-typo3.de
Wed Sep 13 14:45:19 CEST 2017
du musst noch angeben, auf welchen Seiten die newsDetailConfiguration wirken soll, siehe meine letzte Mail dazu und News Doku
70 und 701 sind News-Detailseiten
'70' => 'newsDetailConfiguration'
'701' => 'newsDetailConfiguration', // For additional detail pages, add their uid as well
)
Und den realURL Cache löschen für alle bereits vorhandenen Einträge dieser Seiten, bei aktuellem realUrl gibt es dafür ein Backendmodul
viele Grüße Birgit
> Am 13.09.2017 um 14:39 schrieb Dave Zen <foxxdav at yahoo.de>:
>
> Ich habe die Konfiguration jetzt so angepasst, leider werden die zusätzlichen Parameter trotzdem noch in der URL angezeigt:
>
> 'fixedPostVars' => array(
> // EXT:news start
> 'newsDetailConfiguration' => array(
> array(
> 'GETvar' => 'tx_news_pi1[action]',
> 'valueMap' => array(
> 'detail' => '',
> ),
> 'noMatch' => 'bypass'
> ),
> array(
> 'GETvar' => 'tx_news_pi1[controller]',
> 'valueMap' => array(
> 'News' => '',
> ),
> 'noMatch' => 'bypass'
> ),
> 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,
> )
> ),
> array(
> 'GETvar' => 'tx_news_pi1[actbackPid]',
> //'valueMap' => array(),
> 'noMatch' => 'bypass',
> )
> ),
> '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' => '-'
> )
> )
> )
> ),
> // EXT:news end
> ),
> 'postVarSets' => array(
> '_DEFAULT' => array(
> ),
> ),
>
>
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
More information about the TYPO3-german
mailing list