So, the problem is, it shows online people without comma and space. What is the solution?
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!