• 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] Kathrine Layout

Vean

Member
Joined
Dec 15, 2008
Messages
111
Reaction score
13
Location
Poland
Information:
Hello again :) As there aren't too much templates in light colours, I've decided to make one.

Technical Informations:
  • width: 780 pixels (quite small, but You'll see thats enought ;) )
  • encoding: XHTML 1.0 Transitional (UTF-8)
  • colours: light
  • menu: dynamic JavaScript
  • buttons: some changed

Additional Informations:
All fonts, PSD files and everything else You need to edit template are included in package file.

Menu Informations:
This menu was written by me and it's 100% legally script that I release with the layout. It should work on the most known browsers.
Menu Browsers Test:
  • Mozilla FireFox 3 [Passed]
  • Internet Explorer 8 [Passed]
  • Opera 9 [Passed]
  • Google Chrome [Passed]
  • Safari Beta 4 [Not Passed] (No idea why. But I think it's still onload attribute not working in this browser.)

IMPORTANT!!!
You need to edit your index.php file, without this the menu wouldn't work.
How to do this:
1. Open index.php file and go to:
PHP:
switch($_REQUEST['subtopic'])
2. For every case 'sth': you need to add one more variable. So if you have for example this:
PHP:
case "latestnews":
   $topic = "Latest News";
   $subtopic = "latestnews";
   include("latestnews.php");
break;
You need to add something like this:
PHP:
case "latestnews":
   $topic = "Latest News";
   $subtopic = "latestnews";
   include("latestnews.php");
   $category = 'news'; // <-- This is that variable you need to add.
break;
This variable is need to initialize menu. If you don't add this the menu won't work in it full functionality. I'm adding an changed index.php file in package for noobies.
Remember that there are five menu categories:
  • news
  • account
  • community
  • library
  • shops
Use this five categories to add your variables.
EVERY SMALL ERROR CAN CAUSE MENU WORKING INCORRECT!

Screens:




Download:
Kathrine Layout: RAR File (6,10MB)
If you like it and respect my work, please rep+ :)
Yours,
Vean.
 
Holy shit , shes so hot :d, now i'll visit ots sites which will use this layout instead of redtube xd
 
yeah, i agree, the layout is VERY nice but the background i dont enjoy
 
I have bug...please help.
bugfpc.png
 
Yes! Finally something original :) i like it. But you could change the blue buttons too ;)
 
y hate the background
but the layout is very nice

yeah, i agree, the layout is VERY nice but the background i dont enjoy

Tell me what You doesn't like in the background and I'll try to make it better.

I have bug...please help.
bugfpc.png

This is bug in tibia.com css styles. I'm working on it now.

Yes! Finally something original :) i like it. But you could change the blue buttons too ;)

Ok, I'll try to remake big buttons :)
 
Kathrine Patch

IMPORTANT PATCH!
Changes:
  • repaired CSS error with small letters in tables
  • changed all buttons
To update layout just replace old files with files from pack in attachment.
 

Attachments

  • Uptade Kathrine.rar
    80.1 KB · Views: 103 · VirusTotal
Back
Top