PDA

View Full Version : V3Arcade - No navbar in gameplay


frankenberrie
11-02-2004, 10:00 PM
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:
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');


REPLACE WITH:
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
<br />

ALL DONE!!! please click install if you use.

Lethal
11-03-2004, 01:09 PM
thanks, cool............... you really love the arcade don't u:)

pirrup
11-03-2004, 03:35 PM
haha you should change your name to arcadefreak

frankenberrie
11-03-2004, 05:55 PM
How about ArcadeBerrie :confused:

Lionel
11-05-2004, 10:40 AM
keep it up franken, I installed them all ...

ChuanSE
11-22-2004, 06:55 AM
Thx frankenberrie, great idea to do this ;)

* ChuanSE clicks install