I can confirm this issue, updated from 1.8.15 to 1.8.16, this should be fixed somehow properly, not a dirty hack.
https://imgur.com/iAi1Ls4
The extra comma is displayed after the BOTs, before the users
Please open the MyBB 1.8.16 index.php on MYBB_ROOT to edit.
Search for (#145)
$onlinemembers = $onlinebots.$comma.$onlinemembers;
and replace it with:
$onlinemembers = $onlinebots.$onlinemembers;
Save changes ant try.
EDIT:
Sorry.....bad solution
Yes, the group stars issue needs some further testing.
Hi,
Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.
Follow this link to visit the issue on Github:
https://github.com/mybb/mybb/issues/3309
Thanks for contributing to MyBB!
Regards,
The MyBB Group
(2018-07-05, 02:50 PM)Eldenroot Wrote: [ -> ]Fixed, working as intended
https://github.com/mybb/mybb/pull/3300
Anyway the issue with group stars is still not fixed, for some users works, for others not... really strange!
I don't understand what should i do with that link.
By looking at the code I can't see the order code is altered in this version. The activity order should work fine, if it was working in 1.8.15
Can you please make a separate thread for this under
Bugs & Issues so that this can be pushed to Github and investigated further?