Show total amount of arcade games on Forum Home
This modification is in the archives.
Show amount of arcade games on Forum Home
Requirements: v3 Arcade It's easy enough, but for those who are not too familiar with php, follow these instructions. It puts the game total at the end of your forum statistics. Remember, please click if you use the mod Example: Threads: 527, Posts: 13,478, Members: 197, Games: 288 Open index.php from your forum root directory and find: Code:
// ### BOARD STATISTICS ################################################# Code:
// Game Count $result_allgames = $DB_site->query(" SELECT * FROM " . TABLE_PREFIX . "games $searchclause ORDER BY gameid DESC "); $gamecount = $DB_site->num_rows($result_allgames); Code:
$totalposts, $vbphrase[members]: $numbermembers Code:
, Games: $gamecount Download No files for download. |
Similar Mods
ibProArcade - Show 5 random games in forum home | vBulletin 3.5 Add-ons |
Show Total Subscribers on Forum Home | vBulletin 3.5 Add-ons |
v3arcade Show 5 Random Games on the Forum Home | vBulletin 3.5 Add-ons |
Show Latest Arcade Addition on Forum Home | vBulletin 3.0 Full Releases |