Back to vBulletin 3.0 Add-Ons

V3Arcade - No navbar in gameplay
Mod Version: 1.00, by frankenberrie

This modification is in the archives.
vB Version: 3.0.3 Rating: (0 vote - 0 average) Installs: 21
Released: 03 Nov 2004 Last Update: Never Downloads: 1
Not Supported  

FILE TO MODIFY: arcade.php
TEMPLATE TO MODIFY: arcade_play
(remember to backup)

This little mod will remove the Navbar from your gameplay screen only - adding more room for users that might be on small monitors or using lower screen resolutions

FIND:
Code:
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');

REPLACE WITH:
Code:
if ($_GET['do']<>"play") { 
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
}
OPEN the arcade_play template and add this right on top before everything
Code:
<br />
ALL DONE!!! please click install if you use.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024