Page 1 of 1

Page access count in custom theme?

Posted: Thu Aug 31, 2023 3:28 pm
by kr428
Folks; I'm using an old theme (https://github.com/bludit-themes/micro) for a microblog which works astoundingly well and is neat for my needs, but I see that (unlike with the alternate and blogx themes) in here I don't get the user / access statistics in my dashboard to work. With in example theme set to "alternate", it works.
Anyone knows what feature, code fragment, ... in the theme is responsible for enabling/disabling this feature or doing the actual counting?
Thanks and best regards,
Kristian

Re: Page access count in custom theme?

Posted: Mon Sep 04, 2023 8:41 am
by kr428
Answering myself, it seems I managed to fixed this by adding

<?php Theme::plugins('siteBodyBegin'); ?>
<?php Theme::plugins('siteBodyEnd); ?>

to the template. :idea: