[TYPO3-german] tx_news und multiple Single view Seiten mit	realurl
    Georg Ringer 
    mail at ringerge.org
       
    Thu May 23 20:46:05 CEST 2013
    
    
  
Hallo,
Am 23.05.2013 15:52, schrieb Herzog, Andrea:
> die realurl config von Georg funktioniert wie beschrieben – wenn man nur
> eine Seite für die Single View benutzt. Ich habe eine Installation mit
> diversen Single-Views und da funktioniert das leider nicht. Hat jemand eine
> Lösung für die realurl Config mit diversen Single view Seiten?
wenn ich mir 
http://docs.typo3.org/typo3cms/extensions/news/Main/Administration/Realurl/Index.html 
ansehe:
                 '70' => 'newsDetailConfiguration',
                 '71' => 'newsTagConfiguration',
                 '72' => 'newsCategoryConfiguration',
das dann umändern auf
                 '70' => 'newsDetailConfiguration',
                 '123' => 'newsDetailConfiguration',
                 '456' => 'newsDetailConfiguration',
                 '71' => 'newsTagConfiguration',
                 '72' => 'newsCategoryConfiguration',
für die Detailseiten 70,123 und 456
georg
    
    
More information about the TYPO3-german
mailing list