Documentation: slow mode + several fix + screenshot updates.
This commit is contained in:
@ -71,7 +71,7 @@ You can change the persistence behaviour.
|
||||
|
||||
There are several options that can be changed.
|
||||
|
||||

|
||||

|
||||
|
||||
You can for example set the default and maximum number of messages to return to 0, so that new incomers won't see any previously sent message.
|
||||
|
||||
|
@ -20,5 +20,6 @@ By clicking on a channel, you will then be able to setup some options for your c
|
||||
|
||||
Here you can configure:
|
||||
|
||||
* [The slow mode](/peertube-plugin-livechat/documentation/user/streamers/slow_mode)
|
||||
* [The chat bot](/peertube-plugin-livechat/documentation/user/streamers/bot)
|
||||
* More features to come...
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Moderation"
|
||||
description: "Plugin peertube-plugin-livechat advances moderation features"
|
||||
description: "Plugin peertube-plugin-livechat advanced moderation features"
|
||||
weight: 60
|
||||
chapter: false
|
||||
---
|
||||
|
@ -0,0 +1,63 @@
|
||||
---
|
||||
title: "Slow mode"
|
||||
description: "Plugin peertube-plugin-livechat slow mode"
|
||||
weight: 30
|
||||
chapter: false
|
||||
---
|
||||
|
||||
{{% notice info %}}
|
||||
This features comes with the livechat plugin version 8.3.0.
|
||||
{{% /notice %}}
|
||||
|
||||
## Introduction
|
||||
|
||||
As a streamer, you can choose to rate limit your viewers messages in the chat.
|
||||
|
||||
This can be really usefull to:
|
||||
|
||||
* avoid message flooding
|
||||
* avoid unreadable chat if there are many viewsers talking
|
||||
|
||||
You can set a number of seconds that users will have to wait after sending a message, before sending another.
|
||||
|
||||
This limitation does not apply to moderators.
|
||||
|
||||
## Default channel value
|
||||
|
||||
On the [channel configuration page](/peertube-plugin-livechat/documentation/user/streamers/channel), you can set a default value for the slow mode option:
|
||||
|
||||

|
||||
|
||||
This value will apply as the default value for new chatrooms.
|
||||
It will not apply on already existing chatrooms.
|
||||
|
||||
Setting the value to `0` will disable the feature.
|
||||
|
||||
Setting the value to a positive integer will set the period during which users will not be able to post additional messages.
|
||||
|
||||
## Modifying the value for an existing chatroom
|
||||
|
||||
To modify the slow mode duration for an existing chatroom, you first have to open it in [full screen mode](/peertube-plugin-livechat/documentation/user/viewers).
|
||||
Then, open the top menu and click on "configure".
|
||||
|
||||

|
||||
|
||||
You just have to change the "slow mode" field value.
|
||||
|
||||

|
||||
|
||||
Setting the value to `0` will disable the feature.
|
||||
|
||||
Setting the value to a positive integer will set the period during which users will not be able to post additional messages.
|
||||
|
||||
The modification will immediatly apply.
|
||||
|
||||
## For viewers
|
||||
|
||||
If the slow mode is enabled, users will be informed by an message.
|
||||
|
||||

|
||||
|
||||
When they send a message, the input field will be disabled for X seconds (where X is the slow mode duration).
|
||||
|
||||
This limitation does not apply to moderators.
|
Binary file not shown.
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 125 KiB |
Binary file not shown.
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 72 KiB |
BIN
support/documentation/content/en/images/slow_mode.png
Normal file
BIN
support/documentation/content/en/images/slow_mode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
Reference in New Issue
Block a user