The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Looking for arcade_main template
I have added tons of modifications to this template, which has increased the page load size heavily..
Can someone here, post the stock template for arcade_main template ? this is v3arcade hack for vbuletin 3.x by John. Thanks in Advance Regards, Sandy.... |
#2
|
||||
|
||||
Code:
<!-- 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 --> <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 class="thead">Game</td> <td class="thead">Champion</td><td class="thead">Personal Best</td><td class="thead">Description</td> </tr> $gamebits <tr align="center"> <td class="thead" colspan="4" align="left"><span style="float:right">Total Time Spent Playing: $stats[alltime]</span>Total Plays: $stats[plays]</td> </tr> </table></td> </tr> </table> <!-- /games --> <br /> $pagenav |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|