[TYPO3-news] [TYPO3-project-news] tx_news and ke_stats

Jörg Schaller typo3 at raschaller.com
Thu Mar 19 14:47:52 CET 2015


Hello again,

I'm using ke_stats to generate visitor statistics for my site
(Bootstrap, Typo3 6.1). I have been struggling for some time now to
have tx_news show up under the "Extension" tab. With the following
code it seems to work:

plugin.tx_kestats_pi1 {
  registerExtension.news = News
  registerExtension.news.table =  tx_news_domain_model_news
  registerExtension.news.titleField = title
  registerExtension.news.uidField = uid
  registerExtension.news.pidField = pid
  registerExtension.news.uidParameter = news
  registerExtension.news.uidParameterWrap = tx_news_pi1
}

BUT, and this is what I don't quite understand, only in the bootstrap
page statistics, not in the statics page for each domain which are
subfolders. Does anyone have an idea why?

Cheers,
Jörg


More information about the TYPO3-project-news mailing list