Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I posted this around a year ago now, wondering if anyone can help at all yet....I am looking for a way display gallery statistics in Joomla, ideally in a module box..I would like to display "Total Number of Photos Online: XXXXXX" and "Total Albums Online: XXXXXX" which updates as I add more images to the gallery - I am thinking this is most likely fairly straight forward to pull the info out of MySQL...but no idea how!
Yes, you supplied the SQL query example. I supplied some code I found in anouther joomla plugin to add custom code in an article. I ask if your examples can be added in the supplied code or if you can supply a working code like the example I posted. I really need some code to show total number of photos available in my gallery.
Hi, the code needs to be directly customized on your site - on place where you exactly want to display the statistics. On this place you should implement the sql query to get the statistics and display the outcome - unfortunately I don't know your site and the place where you want to display it - coding is about directly implementing and testing the changes on server - so this needs to be customized directly on the server (with testing, etc.)