…and that’s how I know it from most forums, but on MetaBrainz’ Discourse the message and something else options are missing.
At last for most people.
I’m a member there and don’t have these options a regular says they do have it, but a moderator confirmed he doesn’t.
Where would the admins find the option to change that?
There is no way to change that, as far as I know, other than CSS hiding the options.
So if the admins didn’t do this intentionally this is probably an error caused by some other CSS customization they did?
Freso
(Freso)
2018 年 3 月 17 日午後 10:49
4
I’m the moderator in question, and I am in fact not just a moderator, but the main admin of the site, if that makes any difference.
@codinghorror What CSS would I be looking for?
Another option maybe: we have user-to-user messaging turned off for the forum (for a couple of reasons), could this be the reason?
「いいね!」 6
Aha, good catch. With PMs disabled that would indeed remove the user to user PM and the user to staff PM options from the flag dialog.
「いいね!」 6
Freso
(Freso)
2018 年 3 月 17 日午後 11:37
6
Well, I guess that’s one mystery solved then. Thanks @codinghorror !
「いいね!」 4
I would find it useful to hide the Off-topic reason for flagging. (We sort of have a happy-go-lucky style of posting in our community, and off-topic posts are the norm.)
khenmu
(John Sweeney)
2022 年 10 月 12 日午後 9:32
9
@Rahim123 This should be resolvable through custom CSS.
I’d expect something like the following should work fine;
.controls.off_topic {
display: none !important;
}
「いいね!」 1
This topic was automatically closed after 2274 days. New replies are no longer allowed.