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

Editing Layout (Please help!)

killing

Member
Joined
Feb 23, 2012
Messages
815
Reaction score
11
Location
BIH
Hello i need little help..
Im using Gesior AAC..
And i want to edit Layout Look at this pic to Change News Look And Top Guilds!..Just to add This to news and to most powerfull guilds! https://i.imgur.com/Xp5LbDv.png
https://i.imgur.com/GD1JAMl.png

My layout layouts.rar - Speedy Share - upload your files here

and yes How to Open button "Guild Wars" i have Wars.lua in www folder!

Reward = reppp++
 
So for lastestnews.php , just switch your pages/lastestnews.php for the one you can find HERE
To "open" button Guild Wars , edit /layouts/tibiacom/layout.php
After this (start line.221) :
HTML:
<a href='?subtopic=guilds'>
  <div id='submenu_guilds' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>

    <div id='ActiveSubmenuItemIcon_guilds' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'>Guilds</div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
  </div>
</a>
Add this :
HTML:
<a href='?subtopic=wars'>
  <div id='submenu_guilds' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>

    <div id='ActiveSubmenuItemIcon_guilds' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'><font color="red">Guilds Wars</font></div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
  </div>
</a>
 
is new lastestnews.php going to mess up?

- - - Updated - - -

Is this Going to mess up server
https://i.imgur.com/MvmVCpl.png
 
Make copy if you think it's going to mess up , but worked perfectly for me(gesior 1.0.1 & 1.0.2). Only bad thing i found is that if it don't show guilds if they have 0 frags but it do show TOP GUILDs , everything else worked to perfection.
 
Back
Top