Actually its a teeny weeny bug.. I have it fixed somewhere in my install.. but cant remember where... I think what i did was in index.php if there was a cat.. redirect it to browseimages.php with the same cat..
so if you have: index.php?c=2 it will send you to browseimages?c=2 .. then you only have stats on mainpage.. but no stats display on subcategory pages..
Luc
[edit] found the fix[/edit]
open gallery/index.php in your favorite editor
find:
Code:
Content visible to verified customers only.
below add:
Code:
Content visible to verified customers only.
hope its what you meen!!
if not.. undo the changes..
Luc