MyBB Community Forums

Full Version: whos online text change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Are the language files writable? They need to be CHMODed to 777.
which file are those?
inc/languages/english/index.lang.php Edit line 41.
as written in mybb installation documentation i changed the language permissions to 666.......but still the text is same in forum....
No body knows how to do it..?
^ may be an expert (eg. * OR *) should check it in person with required temporary privileges..
Don't know why its not working..........?
Oops, my bad. Blush That text string isn't defined in online.lang.php anymore, it's now located in index.lang.php as SeNCeR correctly pointed out. Open ./inc/languages/english/index.lang.php, find:

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

Change to:

$l['online_note'] = "Currently Active Users: {1} (total) {2} ({4} {5}, {6} of whom {7} invisible, and {8} {9})."; 
yes now its working....
Pages: 1 2