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

[Gesior2012] Wypas Layout / Blueish

Summ

(\/)(;,,;)(\/) Y not?
Staff member
Global Moderator
Joined
Oct 15, 2008
Messages
4,152
Solutions
12
Reaction score
1,107
Location
Germany :O
I took some time to recreate the layout from Wypas OTS. I am glad I found the stuff.

- Adjusted the layout
- Includes elf's titlerizer script (JS)
- Includes menu highlighting (JS)

Screenshot of what I got (Zoomed):
LFl0OIO.jpg


Tested on GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4 for 0.4 3703+.
 

Attachments

Last edited by a moderator:
Thanks for approving.
 
Thanks a lot. Just converted it into ModernAAC!
Works perfect :D
uTD2XqJ.jpg
 
I dont get it, what do u mean with "Menu Highlighting"? xD
 
Oh :p

- - - Updated - - -

Btw, why is the body text so big? It just looks wierd x) And there's no way to change the size of it o_O
 
You have to adjust the maincontent for each page manuallsy I think, not sure.
 
Hey Summ can you add shop for us?

Code:
            <div id="shops">
                <div class="button">
                    <div class="button-icon">
                        <img src="[COLOR=#ff0000]<?PHP echo $layout_name; ?>/images/menu/icon-shops.gif[/COLOR]" alt="Ico">
                    </div>
                    <div class="button-text">
                        <img src="[COLOR=#ff0000]<?PHP echo $layout_name; ?>/images/menu/shops.png[/COLOR]" alt="Shops">
                    </div>
                </div>
                <div class="links">
                    <div class="bot">
                        <div class="top">
                            <ul>
                            <li><a id="menu_buypoints" href="?subtopic=buypoints">Buy points</a></li>
                            <li><a id="menu_shopsystem" href="?subtopic=shopsystem">Shop</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
 
Code:
            <div id="shops">
                <div class="button">
                    <div class="button-icon">
                        <img src="[COLOR=#ff0000]<>/images/menu/icon-shops.gif[/COLOR]" alt="Ico">
                    </div>
                    <div class="button-text">
                        <img src="[COLOR=#ff0000]<>/images/menu/shops.png[/COLOR]" alt="Shops">
                    </div>
                </div>
                <div class="links">
                    <div class="bot">
                        <div class="top">
                            <ul>
                            <li><a rel="nofollow" id="menu_buypoints" href="?subtopic=buypoints">Buy points</a></li>
                            <li><a rel="nofollow" id="menu_shopsystem" href="?subtopic=shopsystem">Shop</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>

Thank you Ninja
 
Oh :p

- - - Updated - - -

Btw, why is the body text so big? It just looks wierd x) And there's no way to change the size of it o_O
There is nothing you can't change, you just need to know how to do it ;p
 
Enable display_errors?
 
Back
Top