ZenphotoCMS Forum
about album hitcounter question,please help me... - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: about album hitcounter question,please help me... (/thread-2978.html)



about album hitcounter question,please help me... - cqboy2003 - 2008-05-28

I want display the album hitcounter in the index page for each album,

I put below code in index.php of default themes,

but it displays an error:
Fatal error: Call to a member function getAlbumID() on a non-object

why?




about album hitcounter question,please help me... - acrylian - 2008-05-28

Because you used a function as an class object function that it not is. Just getAlbumID()is enough.




about album hitcounter question,please help me... - cqboy2003 - 2008-05-28

thanks,I will try it tomorrow.




about album hitcounter question,please help me... - acrylian - 2008-05-28

Just to add: The hitcounter does only work on index.php within the next_album loop that way.