Quote:
Originally Posted by waza
You will probably need the latest version of v3arcade, v1.0.3.
The lines aren't there in v1.0.0,
Now for my problem:
I can't get the layout right, the page is totaly messed up.
So can somebody who has only installed this modification on v3arcade, share his arcade_main template?
Thx,
seba
|
<!-- arcade welcome -->
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center">
<tr>
<td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="thead" width="20%">
<span class="smallfont"><b>Logged in</b> as</span></td>
<td class="thead" width="40%"><span class="smallfont"><b>Welcome</b> to the <b>Arcade</b>!</span></td>
<td class="thead" width="40%"><span class="smallfont">Arcade <b>News & Events</b></span></td>
</tr>
<tr align="center">
<td class="alt1" width="20%" valign="middle">
<if condition="$bbuserinfo[userid]!=0">
<b>$bbuserinfo[musername]</b>
<span class="smallfont"><br />
$bbuserinfo[usertitle]<br /><br />
$bbuserinfo[avatar]<br /><br />
<else />
<b><i>Guest</i></b><br />
<font size="1"><a href="$vboptions[bburl]/register.php">Click here to register!</a></font>
</if>
</span>
</td>
$welcomeblock
<td class="alt1" width="40%" valign="top">$arcadenews</td>
</tr>
</table></td>
</tr>
</table>
<!-- /arcade welcome -->
<if condition="$ischallengepending == 1">
<!-- small space -->
<span class="smallfont"><br>
</span>
<!-- /small space -->
<!-- personal -->
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center">
<tr>
<td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="thead">Pending Challenges</td>
</tr>
<tr align="center">
<td class="alt1"><table>$challengebits</table></td>
</tr>
</table></td>
</tr>
</table>
<!-- /personal -->
</if>
<!-- small space -->
<br \><table cellspacing="0" border="0" width="$stylevar[tablewidth]">
<tr>
<td>
<if condition="$mhsusername">
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="400" align="left">
<tr>
<td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="thead"><img src="$stylevar[imgdir_arcade]/king.gif" alt="The most Champions Titles !" align="absmiddle" border=0>Arcade-King:</td><td class="alt1">
<span class="smallfont"><a href="arcade.php?do=stats&userid=$mhsuser"><b>$mhs username</b></a> has <b>$mosthigh</b> Champions-Titles !</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</if>
<if condition="$mhsarray">
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="90%" align="left">
<tr>
<td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="thead"><img src="$stylevar[imgdir_arcade]/morekings.gif" alt="The most Champions Titles !" align="absmiddle" border=0>Arcade-Kings:</td><td class="alt1">
<span class="smallfont"><b>$mhsarray</b></a> have <b>$mosthigh</b> Champions-Titles !</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</if>
<br \>
<td align="right">$pagenav</td>
</td>
</tr>
</table>
<span class="smallfont"><br>
</span>
<!-- /small space -->
<!-- games -->
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center">
<tr>
<td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td colspan="3" class="thead">total games: $gamecount </td>
</tr>
$gamebits
<tr align="center">
<td class="thead" colspan="3" align="left"> </table></td>
</tr>
</table>
<!-- /games -->
<br />
$pagenav