MyBB Community Forums

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

I think something wrong with my index.php 

https://prnt.sc/p9bam2

Its bugged somehow, 

Total : 7 (users 360, 3 members & 0 bots)

It should be Total 7 users active in the past 360 minutes (3 members etc.)

How can i fix it? I have no idea. Thanks!

My forum URL : https://csowarz.com/index.php


Ive tried to replace original index.php from mybb install but no way
Not sure if it's caused by your template or language entry. Take a look at template index_whosonline and language entry online_note in language file index.lang.php.
(2019-09-22, 12:53 PM)noyle Wrote: [ -> ]Not sure if it's caused by your template or language entry. Take a look at template index_whosonline and language entry online_note in language file index.lang.php.

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

Fixed, thnx