The Mys v1.3.3 template conversion request thread

Forum
Last Post
Threads / Messages

Hall of Famer

Administrator
Staff member
Administrator
Joined
Dec 15, 2008
Messages
4,564
Points
48
Location
United States
Mysidian Dollar
214,223
Well in my latest announcement about Mys v1.3.3's release, I noted a point that users with Mys v1.3.2 or earlier versions upgrading to Mys v1.3.3 would have their template broken. There is an easy fix to this, you can look up the new template.tpl and the header.tpl for references.

If you still cant figure out how to convert your template into Mys v1.3.3 compatible format, please post in this thread and I will help you out. You may either post the html code in your old template file directly in this thread, or you can PM me incase you dont want other users to see it.
 
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>:BROWSERTITLE:</title>
<link rel="stylesheet" type="text/css" href="rattiesftw.com/templates/new/main.css" />
<style>

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #996644;
 background-image: url('http://rattiesftw.com/templates/new/bg.png');
}
#wrapper { 
 margin: 0 auto;
 width: 722px;
}

#header { 
 color: #ffffff;
 padding: 10px;
 width: 98%;
 border-bottom: #DEDEDE 2px dotted;
 background: #334422;
}
#leftcolumn { 
 display: inline;
 color: #03374A;
 margin: 0px 10px 10px 10px;
 padding: 10px;
 width: 140px;
 float: left;
 border-right: #DEDEDE 1px dotted;
 border-left: #DEDEDE 1px dotted;
 border-bottom: #DEDEDE 1px dotted;
 background: #99aa66;
}
#rightcolumn { 
 float: right;
 color: #03374A;
 margin: 0px 10px 10px 10px;
 padding: 10px;
 width: 498px;
 display: inline;
 position: relative;
 background: #eeeedd;
 border-right: #DEDEDE 1px dotted;
 border-left: #DEDEDE 1px dotted;
 border-bottom: #DEDEDE 1px dotted;
}
.clear { clear: both; background: none; }

h2 {
 border-top: #DEDEDE 1px dotted;
 border-bottom: #DEDEDE 1px dotted;
 font-size: 16px;
 color: #ccdd66;
 font-weight: bold;
 background: #334422;
 text-align:center;
}

ul li
{
 border-bottom: #DEDEDE 1px dotted;
 border-right: #DEDEDE 1px dotted;
 border-left: #DEDEDE 1px dotted;
 background: #eeeedd;
 padding: 2px;
}

ul
{
list-style-type: none;
}

a:link {
color:#996644;
text-decoration:none;
}

a:visited {
color:#996644;
text-decoration:none;
}

a:hover {
color:#CC831D;
text-decoration:underline;
}

a:active {
color:#996644;
text-decoration:none;
}

</style>
</head>

<body>
<div id="header">:SIDEFEED:
</div>
   <!-- Begin Wrapper -->
   <div id="wrapper">
		 

		
		  
<!-- Begin Left Column -->
<div id="leftcolumn">
<img src="http://rattiesftw.com/templates/new/sidebarimg.png">
<br><br>
<h2>Main Links:</h2>
<ul>
<li>- <a href='forum'>Forum</a></li>
<li>- <a href='playroom.php'>Playroom</a></li>
<li>- <a href='shop.php'>Buy Items and Rats</a></li>
</ul> 

<h2>Secondary Links:</h2>
<ul>
<li>- <a href='trade.php'>Trading Center</a></li>
<li>- <a href='pound.php'>Pounded Rats</a></li>
<li>- <a href='search.php'>Search Rats</a></li>
<li>- <a href='profile.php'>Memberlist</a></li>
<li>- <a href='stats.php'>Top/Random</a></li>
</ul> 

<h2>Personal Links:</h2>
<ul>
<li>- <a href='myadopts.php'>My Fancy Rats</a></li>
<li>- <a href='breeding.php'>Breeding Center</a></li>
<li>- <a href='inventory.php'>My Inventory</a></li>
<li>- <a href='account.php'>My Account</a></li>
<li>- <a href='messages.php'>Messages</a></li>
<li>- <a href='promo.php'>Redeem Codes</a></li>
</ul> 
		 
</div>
<!-- End Left Column -->
<!-- Begin Right Column -->
<div id="rightcolumn">
<img src="http://rattiesftw.com/template/new/contentimg.png"><br><small><a href="/">home</a> >> :ARTICLETITLE:<br>
:ARTICLECONTENT:
<div class="clear"></div>
</div>
<!-- End Right Column -->
			   
           
         
		 
   </div>
   <!-- End Wrapper -->
</body>
</html>

Ignore my slightly messy coding, but I would love it a bunch if you could help me shift this to the new format, thank you!
 
Code:
<!DOCTYPE html> 
<html> 

<head> 
<title>Celestic Network</title> 
<link rel="stylesheet" href="../templates/*THEMENAME*/style.css" type="text/css" /> 
<link rel="shortcut icon" href="favicon.ico" /> 

</head> 

<body> 
<div id="wrapper"> 
<div id="header"> 
<div id="linksbar"> 
<ul> 
<li><a href="index.php">Home</a></li> 
<li><a href="adopt.php">Adopt</a></li> 
<li><a href="trade.php">Trade</a></li> 
<li><a href="breeding.php">Breeding</a></li> 
<li><a href="shoutbox.php">Shoutbox</a></li> 
<li><a href="profile.php">Members List</a></li> 
<li><a href="stats.php">Stats</a></li> 
<li><a href="search.php">Search</a></li> 
</ul> 
</div> 
<div id="menubox"> 
:SIDEFEED: 
</div> 
</div> 
<div id="content"> 

<div id="main"><h1>:ARTICLETITLE:</h1> 
            
<p>:ARTICLECONTENT:</p> 

</div> 

<div id="footer"> 
<img src="images/footer.png" alt="" title="" /></div> 
</div> 
<div id="copy"> 
<div id="incopy"> 
<p>Your site title, adoptable sprites, header graphics, and contents are ©Copyright Year, Your Name.</p> 

</div> 
<br /> 
<center><a href="http://tequilacorbly.me"><img src="images/sds.png" alt="tequilaCorbly.me" title="tequilaCorbly.me" /></a> <a href="http://mysidiaadoptables.com"><img src="images/mysadopts.png" alt="Mysidia Adoptables" title="Mysidia Adoptables" /></a> 

</center> 
</div>

is this able to be upgraded? :)
 
@Gloometh:
Download the two attachments from below(header.tpl and template.tpl), upload them to your desired theme folder and see if they work.

@Infernette:
I will do your request later, it shouldnt take long.
 

Attachments

  • gloometh.rar
    1.4 KB · Views: 3
@Gloometh:
Glad it works for you, Id recommend you to use a separate file for your stylesheet though. XD

@Infernette:
I've converted your template files too, but I am not sure if it will work as smoothly as Gloometh's since you appear to have been using lots of relative urls. This is a habit you should get rid of, as relative urls are never safe practices.
 

Attachments

  • infernette.rar
    761 bytes · Views: 1
I was doing that before, but I moved the files to another host to work on them while the site was down and it was being finicky and wasn't finding the damn file, so I merged them. I'm removing them now.
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,277
Messages
33,119
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top