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

Windows Modern aac support

masterjojje

Tibia geek! :D
Joined
Feb 10, 2009
Messages
159
Reaction score
1
Location
Sweden
Hello, I need some help with modern aac... I cant find anything on it and I wanna know how to change like /index.php/p/v/buypoints to index.php/buypoints such simple things cant find them here and I want to know how to change the buttons on the homepage because some of my doesnt even work to press on you just get to the news page.... Please someone help me :D
 
To make the page url from /index/p/v/buypoints.php to index/buypoints.php, take the buypoints.php or any other page, and toss it directly into your htdocs folder instead of the htdocs/system/pages folder.

To make the buttons work, open your index.TPL file with notepad/notepad++ and change these..

HTML:
<li><a href="{$path}/index.php/p/v/deaths">Characters</a></li>
<li><a href="{$path}/index.php/p/v/deaths">Who Is Online?</a></li>
<li><a href="{$path}/index.php/p/v/highscores">Highscores</a></li>
<li><a href="{$path}/index.php/p/v/deaths">Last Kills</a></li>
<li><a href="{$path}/index.php/p/v/banishments">Banishments</a></li>
<li><a href="{$path}/index.php/p/v/deaths">Houses</a></li>
<li><a href="{$path}/index.php/p/v/support">Support List</a></li>
 
Back
Top