PDA

View Full Version : [HELP] Editing the arcade page


snoopgst
02-13-2006, 07:52 PM
How do I edit the arcade page where you actually get to play the game? I was thinking about putting some ads around the game.

ex.
http://img122.imageshack.us/img122/7918/arcade3lf.jpg

peterska2
02-13-2006, 08:41 PM
It's the ARCADE template.

Just add them where you want them to show in there.

snoopgst
02-13-2006, 09:01 PM
This is what I have under ARCADE:

I have tried edidint this file to add google ads. But they show up under the arcade main template. I want them to show up only where you play the game. And maybe add another box right under "THE KEYS" box just for the ads.

some one else mentioned to edit $maincontent and $arcadeheader but how do i get to them?

Thanks

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title><phrase 1=$vboptions[bbtitle]>$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar
<if condition="!$bbuserinfo[userid]">
$arcadeheader
<!-- small space -->
<span class="smallfont"><br>
</span></if>
$maincontent
</div>
$footer
</body>
</html>