MyBB Community Forums

Full Version: Groups are bugging + VIDEO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.


If you need more information post
?
Try writing a post instead of a video link with such an appalling "soundtrack" that I switched it off immediately and so could not see your issue.
(2015-02-02, 08:40 PM)Leefish Wrote: [ -> ]Try writing a post instead of a video link with such an appalling "soundtrack" that I switched it off immediately and so could not see your issue.

Removed the soundtrack.
But I can't explain it in a post lmao
I think this seems more like a theme problem than a MyBB core problem.
(2015-02-04, 04:26 PM)Ad Bakker Wrote: [ -> ]I think this seems more like a theme problem than a MyBB core problem.

I switched themes and user still not removed
Can be, but the way you remove members from a group is not standard MyBB core, so it must somehow have  to do be a theme and/or PHP core changes and/or a plugin.
(2015-02-05, 06:23 PM)Ad Bakker Wrote: [ -> ]the way you remove members from a group is not standard MyBB core

It is a standard feature..

And it's not a theme problem. I got ACP access from OP and checked it furthermore:
1. Disabling all plugins in General configuration didn't help.
2. Changing the theme to default didn't help.
3. Changing language to English didn't help.
4. Default managegroups.php and files used by it are uploaded.
So looks like a weird bug or a problem with the groupleaders table (or both).

Also, there is a problem that one member username is not listed in the Group Leaders comma separated list (appears blank between commas), may be connected with it.
EDIT: and only 4 out of 9 leaders have (Leader) in the list.. Found another "bug" connected with this: https://github.com/mybb/mybb/issues/1816 but still not sure why only 4 users get the proper label.
EDIT2: and another bug around that place: https://github.com/mybb/mybb/issues/1817
EDIT3: have you recently deleted/purged an user that was leader of the group? This might be the issue, since the groupleaders table is forgotten here: https://github.com/mybb/mybb/blob/featur....php#L1541
EDIT4: deleting the user but leaving him in groupleaders table indeed caused the bug, so pushing this: https://github.com/mybb/mybb/issues/1818