Log in

View Full Version : [ need help ] right install, nothing to see @ arcade.php


blauauge
02-14-2006, 01:49 PM
i have a problem.
installed each step correctly, even chmod and active the PlugIn-System and so on.
@adminCP everything shows correctly, yet the user page is blank, nothing happen:
http://www.foren.f7c-network.com/boards/arcade.php
http://www.foren.f7c-network.com/boards/index.php?act=Arcade&do=play&gameid=1

has someone any ideas?
thx - we really wanna use this great feature.

nitro
02-14-2006, 05:21 PM
I would try re uploading the files again, maybe something got corrupted during the transfer

MrZeropage
02-15-2006, 06:53 AM
You had the old v3arcade installed, open the Template ARCADE and replace all of its content with this:
$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]!=0">$arcadeheader
<!-- small space -->
<span class="smallfont"><br>
</span></if>
$maincontent
</div>
$footer
</body>
</html>

blauauge
02-15-2006, 07:13 AM
really thx, MrZeropage!
i had should know it. :devious: