• 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!

[Gesior ACC]Aeron Layout: WoW Style

Status
Not open for further replies.

Aeron

www.Asgard-World.com
Joined
Jul 23, 2009
Messages
231
Reaction score
3
Location
Spain
I saw this website when I was searching a nice WoW PServer and I like it. ||| If you like it give me REP++ |||


Screenshot:
layoutwow.jpg





Download:
Click Here



Installing:
In config.php change this:

PHP:
$config['site']['layout'] = "XXXX"; // layout name

And replace by:
PHP:
$config['site']['layout'] = "Aeron Layout-WoW Style"; // layout name
 
Great release.
__________________
klekSu.png

You are welcome on kleksoria.com!
Please visit new open tibia forum with it's own ots list. otservers.net!
 
Last edited:
Omg, i checked it and it have not virus....
And why virus? Its not and application.
 
looks good except the forum, news, download buttoms that are looking really ugly :p
 
Not virus, is <iframe>. Delete it and it not will be detected...
 
Hey I have problem with subtopics.
For example in "latest news" it works pefrect, when i type http://.../index.php?subtopic=latestnews :
latestnews57.png



but when i type for example changelog it doesnt show "subtopic" :/
changelog53.png






index.php
works:
Code:
	case "latestnews":
		$topic = "Latest News";
		$subtopic = "latestnews";
		include("latestnews.php");
	break;

doesn't work:
Code:
	case "changelog";
		$topic = "Change Log";
		$subtopic = "changelog";
		include("changelog.php");
	break;


layout.php
works:
Code:
<li id="latestnews" class="menu-item"><a href="index.php?subtopic=latestnews">Latest News</a></li>

doesn't work:
Code:
     <li id="changelog" class="menu-item"><a href="index.php?subtopic=changelog">Changelog</a></li>


What's wrong? :/
 
How to disable "No-repeat"?. I delete all of them but it still not work. I dont want to see same background all the time.

So how to do that?
 
Status
Not open for further replies.
Back
Top