So for some reason three groups I'm in (this was also happening with the one on one roleplaying group 1x1rp, but I left and then rejoined to see if it would change anything; I'm assuming it wont, but the group requires admin approval to join) are showing up at the bottom of my screen, like this.
Its been doing this for a while now, like maybe since last year? It's not a big deal since it doesn't do anything to the site, but I have a feeling it's probably not supposed to be there, and now I'm kind of tired of looking at it.
Those just look like group forums. they're private forums for people who are in that forum group.
Is there any way to get them off without leaving the group, then?
There is no official way to opt out of the boards. If there is a way to code them out with custom CSS, you might check maybe the web design forum and see if anyone has any ideas. But forum groups are kinda like cults now and that is why you have access to their boards.
Dexter by ❤
try this and see if it works, I don't know exactly what I'm doing but it might work, maybe.
/* removes private forum groups from the main page */
.ui.top.attached.header.message:nth-child(n+18){
display: none !important;
}
.ui.segment.attached.compact:nth-child(n+18){ display: none; }
[edit] fixed
It worked but it cut off the social scene part of the boards.
yeah I overlooked that, try what I edited in now and lemme know if you have problems with that.