frankenberrie
10-27-2004, 10:00 PM
V3Arcade - AdminCP: game settings scroll window
This mod adds a scroll window in the Arcade Admin under game settings. So now its a bit easier when looking for and modifying games.
See attached image
File to modify - \admincp\arcadeadmin.php - should take less that 30 seconds
(dont forget to make a backup!!)
FIND:
// ######################## ARCADE GAME SETTINGS #########################
if ($_GET['do'] == "games") {
print_cp_header("Arcade Game Settings");
print_form_header('arcadeadmin', 'gamesupdate');
print_table_header("Arcade Game Settings");
$menu = "
Directly after that add:
<div style=\"height:225px; width:400px; overflow:auto;\">
DONE!!
You can change the width and height settings to your liking. The default settings work well on a screen with 1280x1204 resoultion.
Don't forget to click install :)
This mod adds a scroll window in the Arcade Admin under game settings. So now its a bit easier when looking for and modifying games.
See attached image
File to modify - \admincp\arcadeadmin.php - should take less that 30 seconds
(dont forget to make a backup!!)
FIND:
// ######################## ARCADE GAME SETTINGS #########################
if ($_GET['do'] == "games") {
print_cp_header("Arcade Game Settings");
print_form_header('arcadeadmin', 'gamesupdate');
print_table_header("Arcade Game Settings");
$menu = "
Directly after that add:
<div style=\"height:225px; width:400px; overflow:auto;\">
DONE!!
You can change the width and height settings to your liking. The default settings work well on a screen with 1280x1204 resoultion.
Don't forget to click install :)