MyBB Community Forums

Full Version: Strange comma after upgrade and usergroup title not showing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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
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!
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.
(2018-07-05, 10:47 PM)kbilly Wrote: [ -> ]I don't understand what should i do with that link.

Suggest you to download the index.php & portal.php from the latest repo and replace with yours.

https://raw.githubusercontent.com/mybb/m.../index.php
https://raw.githubusercontent.com/mybb/m...portal.php
(2018-07-06, 04:38 AM)effone Wrote: [ -> ]
(2018-07-05, 10:47 PM)kbilly Wrote: [ -> ]I don't understand what should i do with that link.

Suggest you to download the index.php & portal.php from the latest repo and replace with yours.

https://raw.githubusercontent.com/mybb/m.../index.php
https://raw.githubusercontent.com/mybb/m...portal.php

The comma is gone but there is still one bug left.

Who's online isn't updating the users as of this setting:

[attachment=40562]

On the index page,google,bing isn't being updated as of their activity.

[attachment=40563]


[attachment=40564]
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?
(2018-07-06, 07:55 AM)effone Wrote: [ -> ]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?

Yes,going to make it

Thanks
Pages: 1 2 3