• 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 AAC] Worgen Template

Vean

Member
Joined
Dec 15, 2008
Messages
111
Reaction score
13
Location
Poland
Hi, for those who doesn't know now I also support Gesior AAC as there are still a lot of people using it.

And here is Worgen Template compatible for Gesior AAC.

Screenshot:
gesior_worgen.jpg


How to install:
1. Unzip downloaded package and name folder with files as "worgen".
2. Paste it to your "layouts" folder at server.
3. Change variable "$config['site']['layout']" value to "worgen" in "config.php".
 

Attachments

Last edited by a moderator:
Open "main.css" file in layout folder and add at bottom this code
Code:
textarea
{
     max-width: 480px;
}

Should work.
 
I found a bug in layout.php....

Change this
Code:
<li><a href="index.php?subtopic=shopsystem&amp;action=view">Shop Admin</a></li>
to this..
Code:
 <li><a href="index.php?subtopic=shopadmin">Shop Admin</a></li>
 
Well you only need to hide some layers in Photoshop, and then just export images.
 
I found a bug in layout.php....

Change this
Code:
<li><a rel="nofollow" href="index.php?subtopic=shopsystem&amp;action=view">Shop Admin</a></li>
to this..
Code:
 <li><a rel="nofollow" href="index.php?subtopic=shopadmin">Shop Admin</a></li>
Remove index.php from urls too, it's ugly to see.
 
Back
Top