PDA

View Full Version : vbGallery Images Count In Forumhome Stats


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]

boo.3
05-14-2005, 12:17 PM
could you give me to code for how many games etc also?

PM me

thanks

Allan
05-14-2005, 02:11 PM
nice, but, this hack walk with which gallery ?

wii
04-30-2006, 09:45 PM
Doesn´t seem to work on 3.5.4 - can anyone help with this?

Zachariah
05-01-2006, 02:16 AM
Doesn?t seem to work on 3.5.4 - can anyone help with this?

Change:
$DB_site->
To:
$db->