• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Layout] WoW Style ~~By Me :)

it doesnt work for me. i downloaded gesior 0.3.6 and it doesnt work when i add it to layout and change in config.php, it's glowing and looks messed and bugged.
 
I made a Map called wow in Layout Folder in htdocs. Then i putted in all the files i downloaded from this layout into the "Wow" Map,

I went to config.php and changed the layout from tibiacom to "Wow"

I visited my homepage and it was all white, glowing in the background, totally bugged. The text was totally messed up. "A bugged site".

Why is that?
 
You don't change position files css in layout.php...
You must to put position of this files what you have on your server because it will not read pictures because it does not see them

Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl-pl" lang="pl-pl" > 
<head> 
    <meta http-equiv="content-type" content="text/html;charset=utf-8"> 
  <meta name="robots" content="index, follow" /> 
  <meta name="keywords" content="" /> 
  <meta name="description" content="" /> 
  <meta name="generator" content="" /> 
  	<title><?PHP echo $title; ?></title>
  <link href="/index.php?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" /> 
  <link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" /> 
  <link rel="stylesheet" href="/plugins/content/extravote/extravote.css" type="text/css" /> 
  <script type="text/javascript" src="/media/system/js/mootools.js"></script> 
  <script type="text/javascript" src="/media/system/js/caption.js"></script> 
  <script type="text/javascript" src="/plugins/content/extravote/extravote.js"></script> 
<meta name="designer" content="" /> 
<meta name="licence" content="Copywright" /> 
[COLOR="Blue"]<link href="/css/reset.css"[/COLOR] rel="stylesheet" type="text/css" media="all" /> 
[COLOR="Blue"]<link href="/css/template.css"[/COLOR] rel="stylesheet" type="text/css" media="all" /> 
[COLOR="Blue"]<link href="/css/ie7.css"[/COLOR] rel="stylesheet" type="text/css" media="all" /> 
[COLOR="Blue"]<link href="/css/ie5x6x.css"[/COLOR] rel="stylesheet" type="text/css" media="all" /> 
	</head> 
<body> 
<div id="wrapper"> 
	<div id="bg_up"> 
		<div id="masthead_container"> 
			<div id="masthead"> 
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
				   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
				   width="1000" height="400"> 
					[COLOR="Blue"]<param name="movie" value="/afl/wow3_header.swf" />[/COLOR] 
					<param name="quality" value="high" /> 
					<param name="menu" value="false" /> 
					<param name="wmode" value="transparent" /> 
					<param name="allowScriptAccess" value="sameDomain" /> 
				    	[COLOR="Blue"]<object data="/fl/wow3_header.swf"[/COLOR]
									width="1000" height="400" type="application/x-shockwave-flash"> 
							 <param name="quality" value="high" /> 
							 <param name="menu" value="false" /> 
							 <param name="allowScriptAccess" value="sameDomain" /> 
							 <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" /> 
							 <param name="wmode" value="transparent" /> 
						</object> 
				</object> 
			</div> 
		</div>

In blue line..
 
Kawon I don't understand what you mean. I download the Layout. I put in Layout folder, Now what do i change? :S be more detailed please.
 
Omg men :)
If you have this layout in:
C:\xampp\htdocs\layouts\

You must change in layout.php position this file (this in my post up -blue)
to you position in computer..
example:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl-pl" lang="pl-pl" > 
<head> 
    <meta http-equiv="content-type" content="text/html;charset=utf-8"> 
  <meta name="robots" content="index, follow" /> 
  <meta name="keywords" content="" /> 
  <meta name="description" content="" /> 
  <meta name="generator" content="" /> 
  	<title><?PHP echo $title; ?></title>
  <link href="/index.php?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" /> 
  <link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" /> 
  <link rel="stylesheet" href="/plugins/content/extravote/extravote.css" type="text/css" /> 
  <script type="text/javascript" src="/media/system/js/mootools.js"></script> 
  <script type="text/javascript" src="/media/system/js/caption.js"></script> 
  <script type="text/javascript" src="/plugins/content/extravote/extravote.js"></script> 
<meta name="designer" content="" /> 
<meta name="licence" content="Copywright" /> 
[COLOR="Blue"]<link href="C:/xampp/htdocs/layouts/css/reset.css" rel="stylesheet" type="text/css" media="all" /> 
<link href="C:/xampp/htdocs/layouts/css/template.css" rel="stylesheet" type="text/css" media="all" /> 
<link href="C:/xampp/htdocs/layouts/css/ie7.css" rel="stylesheet" type="text/css" media="all" /> 
<link href="C:/xampp/htdocs/layouts/css/ie5x6x.css" rel="stylesheet" type="text/css" media="all" /> [/COLOR]
	</head> 
<body> 
<div id="wrapper"> 
	<div id="bg_up"> 
		<div id="masthead_container"> 
			<div id="masthead"> 
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
				   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
				   width="1000" height="400"> 
				[COLOR="Blue"]	<param name="movie" value="C:/xampp/htdocs/layouts/afl/wow3_header.swf" /> [/COLOR]
					<param name="quality" value="high" /> 
					<param name="menu" value="false" /> 
					<param name="wmode" value="transparent" /> 
					<param name="allowScriptAccess" value="sameDomain" /> 
				    	[COLOR="Blue"]<object data="C:/xampp/htdocs/layouts/fl/wow3_header.swf"
									width="1000" height="400" type="application/x-shockwave-flash">[/COLOR] 
							 <param name="quality" value="high" /> 
							 <param name="menu" value="false" /> 
							 <param name="allowScriptAccess" value="sameDomain" /> 
							 <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" /> 
							 <param name="wmode" value="transparent" /> 
						</object> 
				</object> 
			</div> 
		</div>

You understand?
 
Omg men :)
If you have this layout in:
C:\xampp\htdocs\layouts\

You must change in layout.php position this file (this in my post up -blue)
to you position in computer..
example:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl-pl" lang="pl-pl" > 
<head> 
    <meta http-equiv="content-type" content="text/html;charset=utf-8"> 
  <meta name="robots" content="index, follow" /> 
  <meta name="keywords" content="" /> 
  <meta name="description" content="" /> 
  <meta name="generator" content="" /> 
  	<title><?PHP echo $title; ?></title>
  <link href="/index.php?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" /> 
  <link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" /> 
  <link rel="stylesheet" href="/plugins/content/extravote/extravote.css" type="text/css" /> 
  <script type="text/javascript" src="/media/system/js/mootools.js"></script> 
  <script type="text/javascript" src="/media/system/js/caption.js"></script> 
  <script type="text/javascript" src="/plugins/content/extravote/extravote.js"></script> 
<meta name="designer" content="" /> 
<meta name="licence" content="Copywright" /> 
[COLOR="Blue"]<link href="C:/xampp/htdocs/layouts/css/reset.css" rel="stylesheet" type="text/css" media="all" /> 
<link href="C:/xampp/htdocs/layouts/css/template.css" rel="stylesheet" type="text/css" media="all" /> 
<link href="C:/xampp/htdocs/layouts/css/ie7.css" rel="stylesheet" type="text/css" media="all" /> 
<link href="C:/xampp/htdocs/layouts/css/ie5x6x.css" rel="stylesheet" type="text/css" media="all" /> [/COLOR]
	</head> 
<body> 
<div id="wrapper"> 
	<div id="bg_up"> 
		<div id="masthead_container"> 
			<div id="masthead"> 
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
				   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
				   width="1000" height="400"> 
				[COLOR="Blue"]	<param name="movie" value="C:/xampp/htdocs/layouts/afl/wow3_header.swf" /> [/COLOR]
					<param name="quality" value="high" /> 
					<param name="menu" value="false" /> 
					<param name="wmode" value="transparent" /> 
					<param name="allowScriptAccess" value="sameDomain" /> 
				    	[COLOR="Blue"]<object data="C:/xampp/htdocs/layouts/fl/wow3_header.swf"
									width="1000" height="400" type="application/x-shockwave-flash">[/COLOR] 
							 <param name="quality" value="high" /> 
							 <param name="menu" value="false" /> 
							 <param name="allowScriptAccess" value="sameDomain" /> 
							 <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" /> 
							 <param name="wmode" value="transparent" /> 
						</object> 
				</object> 
			</div> 
		</div>

You understand?


Easier Way
Code:
<?PHP echo $layout_name; ?>
Example
Code:
 <img id="TibiaLogoArtworkBottom" src="<?PHP echo $layout_name; ?>/images/header/tibia-logo-artwork-bottom.gif" alt="logoartwork" />
 
i did this, still doesnt work. the one Kawon showed me. not working :S
 
Seriousley i want this site so badly, IT DOESNT WORK. >.< im getting sick of this. How do i make it work, its glowing and all shit :S -.- i have made exactly as people told me to, someone that could upload a htdocs or something? :S
 
xx said:
try to go on website
xx
the ot it not finnished yet..(the content doesnt displays)

So here it is

open your ... layout folder -> layout.php

See the parts like

<link media="all" type="text/css" rel="stylesheet" href="/layouts/test/css/reset.css">

as you see the template is "/layouts/test/css"

if you want make it easy just change the main folder name to test + then in the config it will be much easier then changing all the lines into a other directory name
 
General fix by Kavvson


If you have any problems download this

wow.rar

This is fully fixed layout :0

Rep me ;)
 
Back
Top