有没有办法从新的侧边栏菜单中删除“消息”/“收件箱”?

I do not want to emphasize this feature on my site. We have a separate (Matrix) chat system, and really the same would apply if we were using Discourse Chat: too many inboxes is confusing. Since it’s used for flag and moderation messages, I can’t just disable the whole thing, but I’d like to de-emphasize it at least. (And it’s redundant with an entire section on the notifications menu anyway, isn’t it?)

If you just want to hide it whole, try the following css

.sidebar-section-wrapper.sidebar-section[data-section-name="messages"] {
    display:none;
}
3 个赞

That’ll do — thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.