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

´[Geisor questions ]Help with geisor !

Felipe93

Ghost Member
Joined
Mar 21, 2015
Messages
1,990
Solutions
9
Reaction score
334
Location
Chile
http://tibiarpg.ddns.net/ hello this is my tibia site i need to know two things


im using geisor tfs 0.3.6-0-4

how make a donwload windows?

i trying copy some downloads.php that some user post but the download windows in geisor never appears


and how edito or write latest news?

thanks iun advance
 
If u dont know how to make new sub categorie in layout then u shouldnt do ots or u should learn basic php first.
 
Last edited:
If u dont know how to make new sub categorie in layout then u shouldnt do ots or u should learn basic php first.
You could have point him in the right direction instead.


http://tibiarpg.ddns.net/ hello this is my tibia site i need to know two things


im using geisor tfs 0.3.6-0-4

how make a donwload windows?

i trying copy some downloads.php that some user post but the download windows in geisor never appears


and how edito or write latest news?

thanks iun advance
Inside the folder pages create a new file and call it whatever you want.
You could do something like this:
PHP:
<?php
if(!defined('INITIALIZED'))
    exit;

$main_content .= '<h1>Downloads</h1><br/><a href="linktoclienthere.exe">You can download our windows client here.</a>';
If you use the tibia layout, you can set if($config['site']['download_page']) to true in config.php
Like this:
PHP:
$config['site']['download_page'] = true;
If you doesn't use the tibia layout we need more information how the menu is built to help you.


You can write and edit news in in the forum category called News.
 
Last edited:
Back
Top