[TYPO3-german] ke_stats und news
J. Schaller
jorgosch at terra.es
Mon Feb 3 02:38:23 CET 2014
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:typo3 at raschaller.com
http://www.raschaller.com
More information about the TYPO3-german
mailing list