Hallo zusammen,

ich versuche über Typoscript die neue News extension in ke_stats zu
registrieren, irgendwas läuft aber falsch. Hier mein Code:

plugin.tx_kestats_pi1 {
  # format: registerExtension.EXTENSIONKEY = EXTENSIONNAME
registerExtension.news = News System
  # name of the table
  # the table has to be defined in TCA (all tables in TYPO3 normally
are)
registerExtension.news.table =  tx_news_domain_model_news
  # name of the db field containing the title of the element
registerExtension.news.titleField = title
  # name of the db field containing the uid of the element
registerExtension.news.uidField = uid
  # name of the db field containing the pid of the element
registerExtension.news.pidField = pid
  # GET-parameter given in the frontend to display the singleview of
the element
registerExtension.news.uidParameter = tx_news_pi1[news]
  # wrap the uidParameter into this piVar array name
  # example for tt_news: index.php?id=99&tx_ttnews[tt_news]=99
registerExtension.news.uidParameterWrap = newsDetailConfiguration
}

Für einen Hinweis wäre ich dankbar!
Mit freundlichen Grüßen/Best regards

Jörg Schaller
Rechtsanwalt
Kanzlei Stiletto Wilhelm und Schaller 
Kunibertsklostergasse 1 • 50668 Köln 
Tel +49 (221) 913 959 25
Fax +49 (221) 913 959 29
mailto:ty...@raschaller.com
http://www.raschaller.com
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an