• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Guild wars page

Xandoko

Active Member
Joined
Jul 11, 2014
Messages
134
Reaction score
2
How can I add a guild war page to my gesior 2012 for tfs 0.4 any help?
 
How can I add a guild war page to my gesior 2012 for tfs 0.4 any help?
Uniserver - www/pages create a file called war.php
Xampp -Htdocs/pages
iH6gpAC1.png

put this in the war.php
http://pastebin.com/PewdHUPt
then go to layouts/tibiacom/layout.php, Open that up
When you open it it should look something like this
What iam using is called notepad++ GET IT HERE http://download.tuxfamily.org/notepadplus/6.6.9/npp.6.6.9.Installer.exe if you don't have it already



Sct-C8fSk.png




Press CTRL+F , And search for Guilds,
You'll see something like this,depends on what layout you're using
jn9xL3A9w.png

Copy that line,and make a similar just below,And change
Code:
<li class="level1 item7"><a href="?subtopic=guilds" class="level1 item7"><span>Guilds</span></a></li>
To
Code:
<li class="level1 item7"><a href="?subtopic=war" class="level1 item7"><span>Guild War</span></a></li>
And then save and reload your page :D
 
Back
Top