MyBB Community Forums

Full Version: Online in last 15 minutes.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, the problem is, it shows online people without comma and space. What is the solution?

[Image: 8b3a82d9385636c56abc887719554b42.png]
Link to site
In MyBB 1.6, there's an upgrade in global.lang.php file where we find a comma (,) in between the Usernames in whose online member bit.

If you've an error something similar to this;

Then Go to: ./inc/languages/YOUR_LANGUAGE_PACK/global.lang.php file and add the following any where in the file;

$l['comma'] = ", "; 

--- save the file and you are DONE! Smile
Thanks, dude
Thanks.