Page 1 of 1
Re: Count Number of Images in category
Posted: 20 Sep 2010, 18:14
by Jan
Hi, I think this must be customized, so the sql query needs to be changed - count must be added, but not sure, if it should be added as next sql query because of different if clauses in the sql query
Jan
Re: Count Number of Images in category
Posted: 30 Apr 2011, 16:33
by Skyscraper
you can try add this in your tmpl :
$total = mysql_query("select count(*) from jos_phocagallery");
$total1 = mysql_fetch_array($total);
echo '<div style="width:775px; margin: auto;" align="right">ALL:'.$total1[0].'</div>';