MyBB Community Forums

Full Version: Online Users Data
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the index page we have seen the online users text likes this..

"94 users active in the past 180 minutes (57 members, 7 of whom are invisible, and 37 guests)"

I want to change and make like this..

"Active Online Users
94 (57 members, 7 of whom are invisible, and 37 guests)"

what template i will edit,i want to remove the time threshold.Thanks if someone can help me.
On the index page we have seen the online users text likes this..

94 users active in the past 180 minutes (57 members, 7 of whom are invisible, and 37 guests)

I want to change and make like this..

Active Online Users
94 (57 members, 7 of whom are invisible, and 37 guests)

what template i will edit,i want to remove the time threshold.Thanks if someone can help me.
You can edit your language file or via Admin CP:
inc/languages/*your_language*/index.lang.php:
$l['online_note'] = "{1} {2} active in the past {3} minutes ({4} {5}, {6} of whom {7} invisible, and {8} {9}).";
Threads merged, please post just one thread per question and wait for response.