Log in

View Full Version : Editing the main page?


Phooey
12-17-2006, 06:11 PM
How do I edit these? I would like to alter the look of my arcade slightly, but the only related template I see is "ARCADE" and it looks like 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]">
$arcadeheader
<!-- small space -->
<span class="smallfont"><br>
</span></if>
$maincontent
</div>
$footer
</body>
</html>So how do I edit $maincontent?

Phooey
12-22-2006, 12:30 AM
Seriously, no one knows how to edit the appearance of the main page?

robb9
12-22-2006, 02:15 PM
see in template/ . edit your template.

stangger5
12-22-2006, 03:30 PM
The templates for the arcade,,are php files..

Look in the folder: arcade >> skins ,,skin_Arcade.php or skin_v3Arcade.php..

I have changed the look of my arcade some,,Click here ! (http://www.thefulcrumpoint.org/arcade.php)

Phooey
12-23-2006, 03:06 PM
robb9 = no help

stangger5 = Awesome!

Thanks for leading me to the right place, stangger5! Now I just have to sift through code and figure out what I want to change. ;)