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

Gessior Acc 2012 1.0 Players Online

EwR

New Member
Joined
Aug 28, 2013
Messages
94
Reaction score
3
Hello i have a problem here, in the main page ( latestnews) the number of players online disappear EDIT: it disappears in the other pages too :( .here i put pictures, and in the page (whoisonline) it appears! D: anny idea?

thump_9407965latestnews.jpg


thump_9407966whoisonline.jpg


Here is who is in layout.php

Code:
<div id="ThemeboxesColumn">
          <div id="RightArtwork">
            <img id="Monster" src="<?PHP echo $layout_name; ?>/images/mast.gif" alt="Monster of the Week" />
            <img id="PedestalAndOnline" src="<?PHP echo $layout_name; ?>/images/header/pedestal-and-online.gif" alt="Monster Pedestal and Players Online Box"/>
             <div id="PlayersOnline" onClick="window.location='?subtopic=whoisonline'">
          <?PHP
            if($config['status']['serverStatus_online'] == 1)
              echo $config['status']['serverStatus_players'].'<br />Players Online';
            else
              echo ''.$number_of_players_online.'<br /> Players Online';
?></div>
 
Last edited:
Hello i have a problem here, in the main page ( latestnews) the number of players online disappear EDIT: it disappears in the other pages too :( .here i put pictures, and in the page (whoisonline) it appears! D: anny idea?

thump_9407965latestnews.jpg


thump_9407966whoisonline.jpg


Here is who is in layout.php

Code:
<div id="ThemeboxesColumn">
          <div id="RightArtwork">
            <img id="Monster" src="<?PHP echo $layout_name; ?>/images/mast.gif" alt="Monster of the Week" />
            <img id="PedestalAndOnline" src="<?PHP echo $layout_name; ?>/images/header/pedestal-and-online.gif" alt="Monster Pedestal and Players Online Box"/>
             <div id="PlayersOnline" onClick="window.location='?subtopic=whoisonline'">
          <?PHP
            if($config['status']['serverStatus_online'] == 1)
              echo $config['status']['serverStatus_players'].'<br />Players Online';
            else
              echo ''.$number_of_players_online.'<br /> Players Online';
?></div>
Pictures too small can't see a shit.
 
Back
Top