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

gesior acc forum problem

carre

Advanced OT User
Joined
Apr 23, 2013
Messages
885
Solutions
1
Reaction score
161
Location
Sweden
it says
Code:
Forum address not configured.
repp ++

bump

bump
 
Last edited by a moderator:
i did check and have it
here forum php scripts
Code:
<?PHP
if(!empty($config['site']['forum_link']))
    $main_content .= '<iframe name="forum" height="600" width="100%" border="0" frameborder="0" src="'.$config['site']['forum_link'].'"></iframe>';
else
    $main_content .= 'Forum address not configured.';
?>
 
config.php
Code:
$config['site']['forum_link'] = "";
It will display Forum address not configured when it's empty.
 
Back
Top