There is one template for ibProArcade. It's the
ARCADE template. It looks like this:
HTML Code:
$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>
It's the main and only template for all the arcade pages. You should be able to put your Media code anywhere in that template and block out anything form the arcade header to the main content while leaving the head and footer intact, or just doing the whole page. You should be able to do what your suggesting a lot more easily this way, and maybe even with a few more options.