Lionel
05-13-2005, 10:00 PM
in forums/index.php
under
// ### BOARD STATISTICS #################################################
put
$galimages = $DB_site->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "adv_gallery_images");
and in forumhome template put where you want to display it in your stats.
$galimages[count]
under
// ### BOARD STATISTICS #################################################
put
$galimages = $DB_site->query_first("SELECT COUNT(*) AS count FROM " . TABLE_PREFIX . "adv_gallery_images");
and in forumhome template put where you want to display it in your stats.
$galimages[count]