Replies

Jun 6, 2016 9 years ago
BlizzardLizzard
is a mirage
User Avatar

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.

Jun 6, 2016 9 years ago
Kevin
is all-powerful
User Avatar
Wuf

Those just look like group forums. they're private forums for people who are in that forum group.

Jun 6, 2016 9 years ago
BlizzardLizzard
is a mirage
User Avatar

Is there any way to get them off without leaving the group, then?

Jun 6, 2016 9 years ago Official
Spotlight Champion
Destiny
User Avatar
Dexter

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

Jun 6, 2016 9 years ago
BlizzardLizzard
is a mirage
User Avatar

Okay, I'll see about that. Thank you.

Jun 6, 2016 9 years ago
Kevin
is all-powerful
User Avatar
Wuf

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

Jun 7, 2016 9 years ago
BlizzardLizzard
is a mirage
User Avatar

It worked but it cut off the social scene part of the boards.

Jun 7, 2016 9 years ago
Kevin
is all-powerful
User Avatar
Wuf

yeah I overlooked that, try what I edited in now and lemme know if you have problems with that.

Jun 7, 2016 9 years ago
BlizzardLizzard
is a mirage
User Avatar

That did the trick! Thanks so much c:

Jun 7, 2016 9 years ago
Kevin
is all-powerful
User Avatar
Wuf

no problem! if there's anything that goes wrong with that, let me know. I'm sure it affects something I don't know about yet haha.

Jun 7, 2016 9 years ago Official
Spotlight Champion
Destiny
User Avatar
Dexter

locking as this is not a bug

Dexter by

Please log in to reply to this topic.