From b45ab79c0e26bf40e3aaa283a4718087f033c5e1 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Fri, 6 Sep 2024 12:30:43 +0200 Subject: [PATCH] Emoji only mode documentation. --- languages/en.yml | 4 ++-- .../user/streamers/emojis_only.md | 24 +++++++++++++++++++ .../en/documentation/user/streamers/polls.md | 4 ++-- 3 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 support/documentation/content/en/documentation/user/streamers/emojis_only.md diff --git a/languages/en.yml b/languages/en.yml index 3b712482..fabe9716 100644 --- a/languages/en.yml +++ b/languages/en.yml @@ -644,12 +644,12 @@ emoji_only_mode_desc_1: | When this mode is enabled, participants can only send emojis (standard, or channel custom emojis). Moderators are not affected by this limitation. emoji_only_mode_desc_2: | - This mode can be usefull for Example: + This mode can be usefull for example: emoji_only_mode_desc_3: | To enable or disable this mode, you can use the room configuration form. - If you want to enable it for all your rooms at once, you can use the button bellow. + If you want to enable it for all your chatrooms at once, you can use the button bellow. emoji_only_enable_all_rooms: Enable the emoji only mode on all channel's chatrooms diff --git a/support/documentation/content/en/documentation/user/streamers/emojis_only.md b/support/documentation/content/en/documentation/user/streamers/emojis_only.md new file mode 100644 index 00000000..b3ca0be6 --- /dev/null +++ b/support/documentation/content/en/documentation/user/streamers/emojis_only.md @@ -0,0 +1,24 @@ +--- +title: "Emojis only mode" +description: "Plugin peertube-plugin-livechat emojis only mode" +weight: 335 +chapter: false +--- + +{{% notice info %}} +This feature comes with the livechat plugin version 11.1.0. +{{% /notice %}} + +## {{% livechat_label emoji_only_mode_title %}} + +{{% livechat_label emoji_only_mode_desc_1 %}} + +This mode can be usefull for example: + +* To avoid spam or offensive message when you are not here to moderate. +* When there are too many speaking participants, and you can't no more moderate correctly. + +To enable or disable this feature, use the [chat dropdown menu](/peertube-plugin-livechat/documentation/user/viewers), open the "configure" menu. +In the form, you will find a "{{% livechat_label emoji_only_mode_title %}}" checkbox. + +If you want to enable it for all your chatrooms at once, open the [channel emojis configuration page](/peertube-plugin-livechat/documentation/user/streamers/emojis/), and use the "{{% livechat_label emoji_only_enable_all_rooms %}}" button. diff --git a/support/documentation/content/en/documentation/user/streamers/polls.md b/support/documentation/content/en/documentation/user/streamers/polls.md index 1f6f172f..81fa5dc0 100644 --- a/support/documentation/content/en/documentation/user/streamers/polls.md +++ b/support/documentation/content/en/documentation/user/streamers/polls.md @@ -1,7 +1,7 @@ --- title: "Polls" -description: "You can create polls to ask viewers their opinion." -weight: 330 +description: "You can create polls to ask viewers their opinion" +weight: 340 chapter: false ---