vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   V3Arcade - No navbar in gameplay (https://vborg.vbsupport.ru/showthread.php?t=71311)

frankenberrie 11-02-2004 10:00 PM

V3Arcade - No navbar in gameplay
 
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.

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 ;)

[high]* ChuanSE clicks install[/high]


All times are GMT. The time now is 11:18 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01067 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete