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

Help with Gesior

tibeth

New Member
Joined
Jun 11, 2014
Messages
10
Reaction score
0
I had a question im using gesior acc 0.3.6 for TFS 0.3.7 but I wanted to know how to add a new page? Like guilds/highscores/Downloads saw on another thread that I can change it in index.php but I dont think I can do it there.
 
Edit your layout.php in /layouts/layout_name/

I added
Code:
                <a href="?subtopic=bounty-hunters">
                    <div id="submenu_bountys" 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_bounty-hunters" class="ActiveSubmenuItemIcon" style="background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);"></div>
                        <div id="ActiveSubmenuItemLabel_bounty-hunters" class="SubmenuitemLabel">Bounty Hunters</div>
                        <div class="RightChain" style="background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);"></div>
                    </div>
                </a>

but it says :/ but the file exist.....
Error occured!
Error ID: CRITICAL ERROR
More info: Cannot load page bountys, file does not exist.

File: C:\xampp\htdocs\system/load.compat.php Line: 20
File: C:\xampp\htdocs/index.php Line: 33
 
Back
Top