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

Solved Gesior change Forum link?

tosse12

Panchira Project Member
Joined
Jun 10, 2007
Messages
864
Reaction score
9
Location
Sweden
I am having problem with changing Forum link in my Xampp.
Right now I am using Gesior forum (which I don't like). So I downloaded a new forum page (PhPBB), but the problem is that I can't link it from the Gesior's Website.

What I have done:
I tried to change this:
Code:
$config['site']['forum_link'] = "/forum/"; // link to server forum, leave empty if server doesn't have forum
I tried with this also:
Code:
$config['site']['forum_link'] = "http://my-website.org/forum/"; // link to server forum, leave empty if server doesn't have forum
but it didn't work.

Could someone please help me with this?
 
Last edited:
Look into layout files.

/layouts/tibiacom (on 90% :p)/index.php

Find forum selection and change the <a href="http://otland.net/f16/gesior-change-forum-link-57616/..."> by self =P...
 
O_O God, would never thought about that xD Thank you so very much :D
Would rep you, if I knew how to do it xD

Edit:

And thanks for the very fast answear :p

Edit2: oh, found it :D (to rep+)
 
Back
Top