Quote:
Today at 02:09 PM gwhooooey said this in Post #936
Can you explain how to do that, please?
|
1) Replace you're proarcade.php file with this one
2) Go into you're AdminCP
3) Go down to Templates/Modify
4) Edit thease templates:
vbproarcade_arcade
PHP Code:
{htmldoctype}
<html>
<head>
<title>$bbtitle - Arcade</title>
$headinclude
</head>
<body>
$header
$navbar
<br>
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center">
<tr>
<td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{categorybackcolor}" align="center">
<normalfont color="{categoryfontcolor}">
<b>$bbtitle Arcade</b>
</normalfont>
</td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}" align="center" valign="center">
<!-- begin scoreboard -->
<table cellpadding=10 cellspacing=0 border=0 width="100%">
<tr>
<td width="100%" align="center">
<table cellpadding="4" cellspacing="1" border="0" bgcolor="{tablebordercolor}" width="100%">
<tr>
<td width=150 bgcolor="{tableheadbgcolor}" align="center">
<normalfont color="{tableheadtextcolor}">
<b>Game</b>
</normalfont>
</td>
<td bgcolor="{tableheadbgcolor}" align="center">
<normalfont color="{tableheadtextcolor}">
<b>Description</b>
</normalfont>
</td>
</tr>
$arcadebits
</table>
</td>
</tr>
</table>
<!-- end scoreboard -->
<table cellpadding="10" cellspacing="0" border="0" width="100%">
$gamescores
</table>
</td>
</tr>
<tr>
<td bgcolor="{categorybackcolor}" align="center">
<normalfont color="{timecolor}">
</normalfont>
</td>
</tr>
</table>
</td>
</tr>
</table>
$footer
</body>
</html>
vbproarcade_arcadebit
PHP Code:
<tr>
<td width=150 bgcolor="{secondaltcolor}" align="center">
$gamelink
</td>
<td bgcolor="{secondaltcolor}" align="center">
$gamedescription
</td>
</tr>
Done!