Back to vBulletin 3.0 Add-Ons

Show total amount of arcade games on Forum Home
Mod Version: 1.00, by DWard

This modification is in the archives.
vB Version: 3.0.3 Rating: (0 vote - 0 average) Installs: 18
Released: 30 Aug 2004 Last Update: Never Downloads: 5
Not Supported  

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 #################################################
Below this, add:
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);
OK, now open your FORUMHOME template and find:
Code:
$totalposts, $vbphrase[members]: $numbermembers
In line after, add:
Code:
, Games: $gamecount
If you have any troubles, just reply to this thread.

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

vblts.ru supports vBulletin®, 2022-2024