MyBB Community Forums

Full Version: Who's Online Problem / {8} {9}
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I got a problem releated to whos online area. Something shows there "{8} {9}". Checked template too but cant find whats problem with there..

Converted default theme too, theres still {8} {9} thing

[Image: f7acdf8821f24634804f0e8b5b27b27b.png]

 index_whosonline template
<tr>
  <td class="tcat"><span class="sidebartitle"><i class="fa fa-tachometer iicon"></i>{$lang->whos_online}<span><span class="smalltext"><a href="online.php" class="whoson" title="{$lang->complete_list}"><i class="fa fa-globe"></i></a></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>

My forum url : http://csomod.com

Thanks !
Was it working before and have you perhaps modified the language define ?

It's online_count in online.lang.php defined as

{1} {2} active in the past {3} minutes ({4} {5}, {6} of whom {7} invisible, and {8} {9}).
(2016-08-01, 11:06 AM)Ashley1 Wrote: [ -> ]Was it working before and have you perhaps modified the language define ?

It's online_count in online.lang.php defined as

{1} {2} active in the past {3} minutes ({4} {5}, {6} of whom {7} invisible, and {8} {9}).

i cant remember to modify but i think im not touched language files,

heres that line regarding to 8 9 things

$l['online_count'] = "{1} {2} active in the past {3} minutes ({4} {5}, {6} of whom {7} invisible, and {8} {9}).";