Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 03-16-2013, 02:14 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 334,530
Hall of Famer is on a distinguished road
Default The Mys v1.3.3 template conversion request thread

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.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #2  
Old 03-28-2013, 03:13 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 67,358
AlexC is an unknown quantity at this point
Default

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!
__________________
Reply With Quote
  #3  
Old 03-28-2013, 03:37 PM
Infernette Infernette is offline
CODE CODE CODE CODE CODE
 
Join Date: Jan 2013
Location: Where I live? I live home.
Posts: 164
Gender: Female
Credits: 23,873
Infernette is on a distinguished road
Default

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 &copy;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? :)
__________________
No, I have no idea what I'm doing. But it works. Barely.
Reply With Quote
  #4  
Old 03-28-2013, 06:11 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 334,530
Hall of Famer is on a distinguished road
Default

@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.
Attached Files
File Type: rar gloometh.rar (1.4 KB, 3 views)
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #5  
Old 03-28-2013, 06:21 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 67,358
AlexC is an unknown quantity at this point
Default

Works like a charm, thank you very much HoF!
__________________
Reply With Quote
  #6  
Old 03-28-2013, 06:51 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 334,530
Hall of Famer is on a distinguished road
Default

@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.
Attached Files
File Type: rar infernette.rar (761 Bytes, 1 views)
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #7  
Old 03-28-2013, 06:53 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 67,358
AlexC is an unknown quantity at this point
Default

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.
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Admin Overhaul Request Thread Kaeliah Suggestions and Feature Requests 36 04-28-2011 12:58 PM
Request theflyingkitty Suggestions and Feature Requests 11 09-27-2010 11:26 AM
[Request] Help for my website overtux Webmasters Area 4 05-10-2009 02:13 AM
[FREE THEME] - TerraFirma - Template Conversion BMR777 Templates and Themes 4 01-05-2009 08:20 AM


All times are GMT -5. The time now is 02:55 PM.

Currently Active Users: 9859 (0 members and 9859 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636