I'm trying to implement the hitcounter function for images and placed
<?php hitcounter("image", false); ?> in my album.php file. When it tries to execute it gets fatal error because it can't find the hitcounter function. I've looked at the obvious php function files but cant find it.
Comments
<?php hitcounter("image", false); ?> in order to add the hitcounter functionality. I know I need to use getHitCounter() to display the hits. I've read the documentation on this site and can't find a function called hitcounter in any of the php function files. Has it been renamed? How do I actually turn it on so it will record when someone views an image? Maybe Im misunderstanding the other posts.
Just a suggestion--looking at how the distributed themes do things is a useful exercise.
directly all rows have hitcounter=0. Are they in a different table?