MyBB Community Forums

Full Version: Users Online for 24 Hours Plugin Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Users Online for 24 Hours Plugin Problem after upgrade

After upgrading to 1.2.8 and 1.2.9 I was getting errors on the forum becasue of this plugin

Once I replaced the index-language file it was ok but now it just shows the users not the text users online for the last 24 hours and the actual stats

The old code that you need to add to the index-language file seems to interfere with the upgrade, is there a new updated code to add to this file?
After you replaced the new index.lang.php file, open it again and include the 2 lines that you are required when you installed the plugin.

In simple terms, just follow the instructions below:

Open index.lang.php and add the following lines before "?>",
$l['online_note_today'] = "{1} {2} active in the past {3} hours ({4} {5}, {6} of whom {7} invisible, and {8} {9}).";
$l['whos_online_today'] = "Whose online today?";