vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   RPG Integration Hack (https://vborg.vbsupport.ru/forumdisplay.php?f=102)
-   -   Alternative RPG Templates 1.1 (https://vborg.vbsupport.ru/showthread.php?t=75558)

PolyMarauder 02-01-2005 03:22 PM

Alternative RPG Templates 1.1
 
I have a fixed forum and I found that some of the templates were showing up all funky with my site so I have started to redo them myself. As I finish each one I will try to post it up on here in case anyone else wants my versions if your having the same problem.

Remember these are just the ?templates? not the php files!

Battle (template)
HTML Code:

        <!-- Template by PolyMarauder - www.GamingArtist.com -->
    $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 -->
        <title>$vboptions[bbtitle] - Battle</title>
        <style type="text/css">
<!--
.style2 {font-size: x-large}
-->

    </style><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    $headinclude
  </head>
<body>
    $header
    $navbar
 <form name="enterbattle" method="post" action="battlefight.php?action=enterbattle">
  <td width="100%" valign="top">
                <p align="center" class="style2">Welcome to the Arena</p>
                <br/>
                <table width="80%" height="40" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#cccccc" style="border-collapse: collapse">
                  <tr>
                    <td width="100%"><p align="center"><a href="battle.php?action=newbattle">Start a Battle</a> - <a href="battle.php?action=browse">Current Battles</a> - <a href="battle.php?action=showbattlestats">Hall of Honor </a> - <a href="battle.php?action=showuserstats">Your Stats</a> </p></td>
              </tr>
  </table>
        <br/>
        <br/>
  <table align="center" border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#cccccc" width="200" height="56" cellpadding="2">  <tr>
          <td width="250%"><div align="center">Enter Battle Number</div></td>
        </tr>
        <tr>
          <td><div align="center">
            <input type="text" class="input" name="battlenumber" size="12" maxlength="10">
          </div></td>
        </tr>
        <tr>
          <td><div align="center">Enter Battle Password</div></td>
        </tr>
        <tr>
          <td><div align="center">
            <input type="text" class="input" name="battlekey" size="12" maxlength="50">
          </div></td>
        </tr>
        <tr>
          <td><div align="center">
            <input type="submit" class="input" name="Fight!" value="Fight!">
          </div></td>
        </tr>
  </table>
        <br/>
</form>
    $footer
</body>
</html>

Looks like this...
http://img182.exs.cx/img182/931/battle5gt.th.gif

Revan 02-01-2005 03:38 PM

It would be neat if you could just make .html files of them all, and zip them up then post URL here.
I will include them in the next version, and give you full credit (both in credits list and within templates as you yourself has done in this one).
How about that?

Reasons why I want this:
* The current templates suck XD
* I already posted all over the place that I want people to help me redo templates
* That one looks good :)

If they are XHTML 1.0 Transitional compliant, they are perfect I tell you! ;)
So howbout it?


//peace

PolyMarauder 02-01-2005 04:29 PM

Ok NP...


All times are GMT. The time now is 10:18 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01020 seconds
  • Memory Usage 1,733KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete