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

Jörg Schaller typo3 at raschaller.com
Sat Mar 21 22:24:30 CET 2015


Ok, the issue seems to be more complicated. ke_stats only recorded
hits for a period of time and then stopped. So I am NOT sure if the
below code works or if there is some other kind of incompatibility at
work.

Any thoughts?

On Thu, 19 Mar 2015 14:47:52 +0100, Jörg Schaller
<typo3 at raschaller.com> wrote:

>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