Page 1 of 1

PHP Code for number of total images in gallery?

Posted: 05 May 2012, 04:14
by justingbauer
Hi, i want to add some php code to my joomla template that echos the total number of images in my phoca gallery. is this possible? if so does anyone know what php code i could use to accomplish this?

Justin

Re: PHP Code for number of total images in gallery?

Posted: 08 May 2012, 02:26
by justingbauer
any hints or guesses would be welcome. echo $total images?

Re: PHP Code for number of total images in gallery?

Posted: 09 May 2012, 13:23
by Jan
Hi, I think you then need to load all the sql query - to ask the phoca gallery table how many images it has, then to output it - this can be run then everywere.

Jan

Re: PHP Code for number of total images in gallery?

Posted: 13 Jan 2013, 10:52
by justingbauer
I hope this will be useful to other people. I tough myself how to create the code to accomplish this task. I posted the instructions and the code on my web site. Enjoy :)

http://jbauer.ca/index.php/programming- ... ca-gallery