The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
||||
|
||||
Cool, yet another person volunteering to do templates
Let's just hope at least one of you finish your work - lest you join the list of those before you who has failed in their mission Also when they are done, screenshots would be cool as I will be unable to test out your templates before I have merged all my changes (mostly JScript bugfixes) into your templates - a tedious process TIA PS: The admin can add Categorys to fit for more items //peace |
#3
|
||||
|
||||
Quote:
7 templates done so far... Don't plan on becoming a statistic, need to do them anyway to fit my forums style. The screenshot attached is the RPG Control Panel, using the alt1, alt2, thead and tcat classes for continuity. |
#4
|
||||
|
||||
Yup this looks like the template I did for own forums, just mine has less borders and looks ++++tier lol.
And remember, XHTML 1.0 Transitional is gold //peace |
#5
|
||||
|
||||
Quote:
I couldn't tell ya what format i'm doing it in, I'm a bit thick at times like that, I just do them and make them fit in and look the part. >.< What exactly is XHTML 1.0 Transitional? There's a hell of a lot of templates to do though, but i've got about 50 done so far, anyway..... Question - Does the user shop function actually work and i'm being thick again, or is it not in place yet? By the way, I could end up hating ya cause of this hack... It's way too addictive and there's so many features I can set up and add my own touch too, it's bloody great. hehe |
#6
|
||||
|
||||
Hehe.
XHTML 1.0 Transitional is the Doctype of which the vB pages' HTML is written in. And no, the Personal Shop is not and will not be functional, feel free to remove this from the templates Finally, if you do start to hate me for the mentioned reasons, then I guess I will just have to live with it hehe //peace |
#7
|
||||
|
||||
This is a sample template, just to see if they are any use to you...
It's the rpg_cp template. I have them all done now, so if they are of use, i'll make up a file and attach it for you. May be easier going to my website and having a look for yourself though, just to see what i've done with it so far. Also got a few bugs and possible suggestions from my users to post, but i'll do that in the morning in a seperate thread. Taking into account almost all my users are fanatical about online gaming and RPGs too, so they are full of ideas. Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle] - The RPG system control</title></head> $headinclude </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0" align="center"> <tr> <td class="tcat" align="center" colspan="9"><strong>Welcome to the RPG System</strong> </td> </tr> <tr> <td class="alt2"> <p align="center" style="margin-top: 0; margin-bottom: 0"> </p> <p align="center" style="margin-top: 0; margin-bottom: 0">Welcome to The RPG system control panel. This system was designed in a way were users could have a lot of fun using it but also had to work to use it. This system offers a huge amount of things to do, from trading items to holding full scale battles for money. The rpg system is a growing system, meaning that there will always be new things added onto it.</p> <p align="center" style="margin-top: 0; margin-bottom: 0"> </td> </tr> </table> <br /> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0"> <tr> <td class="tcat" colspan="2"><b>RPG Information</b> </tr> <tr> <td class="alt1" width="38%" valign="top"><table class="tborder" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead"> <p align="center"><strong>RPG Character</strong></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td class="alt2" align="center" width="50%" valign="top"><div align="center"><br><b>$rpgname</b><br><br><br><br><br>$rpgclass3</div></td> <td class="alt2" valign="top" width="50%" align="left"><br><strong>Level:</strong> $showlevel<br><br> <strong>HP:</strong> $rpguser[uhp]/$maxhp<br /> <table width="100" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC"><img src="images/bar/bhg.gif" width="$hpbar%" height="5" alt="HP" /><img src="images/bar/bxb.gif" width="1" height="5" alt="HP" /></td> </tr> </table> <strong>MA:</strong> $rpguser[uma]/$maxma<br /> <table width="100" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC"><img src="images/bar/bxg.gif" width="$mabar%" height="5" alt="MP" /><img src="images/bar/bxb.gif" width="1" height="5" alt="MP" /></td> </tr> </table> <strong>PP:</strong> $rpguser[upp]/$maxpp<br /> <table width="100" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC"><img src="images/bar/bhb.gif" width="$ppbar%" height="5" alt="PP" /><img src="images/bar/bxb.gif" width="1" height="5" alt="PP" /></td> </tr> </table> <strong>Limit:</strong> $rpguser[uap]%<br /> <table width="100" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC"><img src="images/bar/bmb.gif" width="$apbar%" height="5" alt="Limit Break" /><img src="images/bar/bxb.gif" width="0" height="5" alt="Limit Break" /></td> </tr> </table> <strong>EXP:</strong> $ep% <strong>Total:</strong> $total_exp<br> <table width="100" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC"><img src="images/bar/bmg.gif" width="$ep%" height="5" alt="EXP" /><img src="images/bar/bxb.gif" width="1" height="5" alt="EXP" /></td> </tr> </table><b>Element</b><br>$eicon<br><br></td> </tr> </table></td> <td class="alt1" width="62%" valign="top"><table class="tborder" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="alt1" colspan="4"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead"> <p align="center"><strong>$rpgname's Statics</strong></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td class="alt2" width="25%" align="right"> </td> <td class="alt2" width="25%" align="left"> </td> <td class="alt2" width="25%" align="right"> </td> <td class="alt2" width="25%" align="left"> </td> </tr> <tr> <td class="alt2" width="25%" align="right"><strong>Attack: </strong></td> <td class="alt2" width="25%" align="left">$regatt</td> <td class="alt2" width="25%" align="right"><strong>Race: </strong></td> <td class="alt2" width="25%" align="left">$rpgrace</td> </tr> <tr> <td class="alt2" width="25%" align="right"> </td> <td class="alt2" width="25%" align="left"> </td> <td class="alt2" width="25%" align="right"> </td> <td class="alt2" width="25%" align="left"> </td> </tr> <tr> <td class="alt2" align="right"><strong>Defense: </strong></td> <td class="alt2" align="left">$regdef</td> <td class="alt2" align="right"><strong>Gender: </strong></td> <td class="alt2" align="left">$rpggendername</td> </tr> <tr> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> </tr> <tr> <td class="alt2" align="right"><strong>Magic Attack: </strong></td> <td class="alt2" align="left">$magicatt</td> <td class="alt2" align="right"><strong>Class: </strong></td> <td class="alt2" align="left">$rpgclass2</td> </tr> <tr> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> </tr> <tr> <td class="alt2" align="right"><strong>Magic Defense: </strong></td> <td class="alt2" align="left">$magicdef </td> <td class="alt2" align="right"><strong>Alignment: </strong></td> <td class="alt2" align="left">$rpgalign</td> </tr> <tr> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> </tr> <tr> <td class="alt2" align="right"><strong>Speed: </strong></td> <td class="alt2" align="left">$speed </td> <td class="alt2" align="right"><strong>Element: </strong></td> <td class="alt2" align="left">$elename</td> </tr> <tr> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> </tr> <tr> <td class="alt2" align="right"><strong>Evade: </strong></td> <td class="alt2" align="left">$evade</td> <td class="alt2" align="right"><strong>Battle Type: </strong></td> <td class="alt2" align="left">$rpgtype</td> </tr> <tr> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> <td class="alt2" align="right"> </td> <td class="alt2" align="left"> </td> </tr> </table></td> </tr> <tr> <td class="alt1" width="100%" valign="top" colspan="2"> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td width="49%" valign="top"> <div align="center"> <table class="tborder" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="middle" colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead"> <p align="center"><strong>Battle Eligibility</strong></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td class="alt2" align="center" valign="top"> </td> </tr> <tr> <td class="alt2" align="center" valign="top">$battleok</td> </tr> <tr> <td class="alt2" align="center" valign="top"> </td> </tr> <tr> <td class="alt2" align="center" valign="top"> </td> </tr> </table> </div> </td> <td width="2%" valign="top"> </td> <td width="49%" align="right"><table class="tborder" width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="right"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" colspan="2"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead" align="left"> <p align="center"><strong>$rpgname's Status</strong></td> </tr> </table> </td> </tr> </table></td> </tr> <tr> <td class="alt2" valign="top"> </td> </tr> <tr> <td class="alt2" valign="top"><div> <p align="center">$rpgname is currently <b>$inbattle</b><br /> $rpgname is currently <b>$rpgstatus.</b></div></td> </tr> <tr> <td class="alt2" align="right" valign="top"> </td> </tr> </table></td> </tr> </table> </td> </tr> </table> </div> <br /> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0"> <tr> <td class="tcat" align="left" colspan="2"> <p align="center"><b>Money - Items And Equipment </b></td> </tr> <tr> <td class="alt1" width="31%" valign="top"><table class="tborder" width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="right"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" colspan="2"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead" align="left"> <p align="center"><strong>Money</strong></td> </tr> </table> </td> </tr> </table></td> </tr> <tr> <td class="alt2" valign="top"> </td> </tr> <tr> <td class="alt2" valign="top"><div> <p align="center"><strong>Gil in Pocket:</strong></div></td> </tr> <tr> <td class="alt2" valign="top"> <p align="center">$rpgcash</td> </tr> <tr> <td class="alt2" align="right" valign="top"> </td> </tr> </table></td> <td class="alt1" width="69%" valign="top"><div align="center"> <table class="tborder" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="5%"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead"><div align="center"><strong>Item</strong></div></td> </tr> </table></td> </tr> </table></td> <td width="20%"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead"><div align="center"><strong>Item Name </strong></div></td> </tr> </table></td> </tr> </table></td> <td width="65%"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead"><div align="left"><strong>Item Description</strong></div></td> </tr> </table></td> </tr> </table></td> <td width="10%"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead"><div align="center"><strong>Sell Item </strong></div></td> </tr> </table></td> </tr> </table></td> </tr> $rpguser[items] </table> </div> </td> </tr> </table> </div> <br /> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0"> <tr> <td class="tcat" colspan="2"><b>Battle Statics And Information</b></td> </tr> <tr> <td class="alt1" width="38%" valign="top"><table class="tborder" width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="right" colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" colspan="2"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead" align="left"> <p align="center"><strong>Battle Statics</strong></td> </tr> </table> </td> </tr> </table></td> </tr> <tr> <td class="alt2" valign="top" width="75%" align="right"> </td> <td class="alt2" valign="top" width="25%" align="center"> </td> </tr> <tr> <td class="alt2" valign="top" width="75%" align="right">Number of Battles Fought:</td> <td class="alt2" valign="top" width="25%" align="center"><b>$rpguser[battles]</b></td> </tr> <tr> <td class="alt2" valign="top" width="75%" align="right">Number of Battles Won:</td> <td class="alt2" valign="top" width="25%" align="center"><b>$rpguser[wins]</b></td> </tr> <tr> <td class="alt2" valign="top" width="75%" align="right">Number of Battles Lost:</td> <td class="alt2" valign="top" width="25%" align="center"><b>$rpguser[losses]</b></td> </tr> <tr> <td class="alt2" valign="top" width="75%" align="right">Number of Battles Tied:</td> <td class="alt2" valign="top" width="25%" align="center"><b>$rpguser[draws]</b></td> </tr> <tr> <td class="alt2" valign="top" width="75%" align="right">Number of Battles Retreated:</td> <td class="alt2" valign="top" width="25%" align="center"><b>$rpguser[retreats]</b></td> </tr> <tr> <td class="alt2" valign="top" width="75%" align="right">Number of Battles Canceled:</td> <td class="alt2" valign="top" width="25%" align="center"><b>$battlesdeleted</b></td> </tr> <tr> <td class="alt2" valign="top" width="75%" align="right"> </td> <td class="alt2" valign="top" width="25%" align="center"> </td> </tr> </table></td> <td class="alt1" width="62%" valign="top"><table class="tborder" width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="right" colspan="5"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="left" valign="middle" colspan="2"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="thead" align="left"> <p align="center"><strong>Battle Chart</strong></td> </tr> </table> </td> </tr> </table></td> </tr> <tr> <td class="alt2" valign="top" width="25%"> </td> <td class="alt2" valign="top" width="19%" align="center"> </td> <td class="alt2" valign="top" width="19%" align="center"> </td> <td class="alt2" valign="top" width="19%" align="center"> </td> <td class="alt2" valign="top" width="18%" align="center"> </td> </tr> <tr> <td class="alt2" valign="top" width="25%"> </td> <td class="alt2" valign="top" width="19%" align="center"><strong>25%</strong></td> <td class="alt2" valign="top" width="19%" align="center"><strong>50%</strong></td> <td class="alt2" valign="top" width="19%" align="center"><strong>75%</strong></td> <td class="alt2" valign="top" width="18%" align="center"><strong>100%</strong></td> </tr> <tr> <td class="alt2" valign="top" width="25%" align="right">Battles Won:</td> <td class="alt2" width="75%" colspan="4"><table width="99%" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC" align="left"><img src="images/bar/bhg.gif" width="$prcwin%" height="5" alt="Wins" /><img src="images/bar/bxb.gif" width="1" height="5" alt="Wins" /></td> </tr> </table></td> </tr> <tr> <td class="alt2" valign="top" width="25%" align="right">Battles Lost:</td> <td class="alt2" width="75%" colspan="4"><table width="99%" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC" align="left"><img src="images/bar/bhg.gif" width="$prclost%" height="5" alt="Losses" /><img src="images/bar/bxb.gif" width="1" height="5" alt="Losses" /></td> </tr> </table></td> </tr> <tr> <td class="alt2" valign="top" width="25%" align="right">Battles Tied:</td> <td class="alt2" width="75%" colspan="4"><table width="99%" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC" align="left"><img src="images/bar/bhg.gif" width="$prcdraw%" height="5" alt="Draws" /><img src="images/bar/bxb.gif" width="1" height="5" alt="Draws" /></td> </tr> </table></td> </tr> <tr> <td class="alt2" valign="top" width="25%" align="right">Battles Retreated:</td> <td class="alt2" width="75%" colspan="4"><table width="99%" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC" align="left"><img src="images/bar/bhg.gif" width="$prcretreat%" height="5" alt="Retreats" /><img src="images/bar/bxb.gif" width="1" height="5" alt="Retreats" /></td> </tr> </table></td> </tr> <tr> <td class="alt2" valign="top" width="25%" align="right">Battles Cancelled:</td> <td class="alt2" width="75%" colspan="4"><table width="99%" border="1" style="border-collapse: collapse" cellspacing="0" cellpadding="0" bordercolor="#000000"> <tr> <td bgcolor="#CCCCCC" align="left"><img src="images/bar/bhg.gif" width="$prcdeleted%" height="5" alt="Cancelled" /><img src="images/bar/bxb.gif" width="1" height="5" alt="Cancelled" /></td> </tr> </table></td> </tr> <tr> <td class="alt2" valign="top" width="25%" align="right"> </td> <td class="alt2" width="75%" colspan="4"> </td> </tr> </table></td> </tr> </table> </div> $footer </body> </html> |
#8
|
||||
|
||||
I was just going to register, but you got Moderation on and Im in school.
Your register link is also very hard to find, I gave up and went to register.php directly. ...you really don't want new members do you |
#9
|
||||
|
||||
Quote:
|
#10
|
||||
|
||||
Okay, I reviewed the templates and they look great
Only thing thats ugly is the giant box just to display the phrase "Expand/Contract Generic Items" So gimme |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|