qiancsf
(Qiancsf)
27. November 2024 um 11:14
1
How can discourse administrators turn off private messages
discourse管理员如何关闭私信
2 „Gefällt mir“
Jagster
(Jakke Lehtonen)
27. November 2024 um 11:21
2
Check this:
Hello,
I’ve successfully installed a discourse platform on my server. However, I’m currently seeking a solution to disable the messaging feature for all users on the platform. Could you please guide me on how to accomplish this?
Thank you in advance for your assistance!
But you will use setting personal message enabled groups
5 „Gefällt mir“
merefield
(Robert)
27. November 2024 um 14:08
3
You can switch off these:
Or just allow certain people to message you.
It’s under Preferences → Users at bottom.
(Note, it might be nice if the second option allowed you to select groups too?)
5 „Gefällt mir“
qiancsf
(Qiancsf)
29. November 2024 um 18:29
4
After the administrator closes the private message: personal message enabled groups
Ordinary users cannot chat directly by clicking on someone else’s avatar.
I want the administrator to close the private message,
Ordinary users can also chat directly by clicking on someone else’s avatar.
管理员关闭私信后:personal message enabled groups
普通用户点击别人的头像,不能直接聊天了。
我想要管理员关闭私信后,
普通用户点击别人头像还可以直接聊天。
1 „Gefällt mir“
Moin
30. November 2024 um 06:09
5
To prevent users from sending messages to the admin user, use the setting at {your.forum}/u/admin/preferences/users
, which merefield mentioned. Staff can always send messages to users, so test with a regular user account.
2 „Gefällt mir“
qiancsf
(Qiancsf)
4. Dezember 2024 um 10:27
6
What I mean is that the user interface should not display ‘private messages’
Only display ‘chat’
You can hide this with CSS.
This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools.
Required user level: Administrator
Summary
This guide covers:
A brief introduction to CSS and key concepts
How to add CSS to your Discourse site using theme components
Using browser inspection tools to find the right CSS selectors
Understanding CSS basics
C…
Or, I think you could also remove this by increasing the minimum TL required for sending PMs (since there will be quite a few buttons you’ll need to hide).