mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
Add a limit to how many members can be mentioned at the same time
This commit is contained in:
parent
2300106aa5
commit
b4ffda4670
5 changed files with 27 additions and 1 deletions
|
|
@ -39,6 +39,15 @@
|
|||
<p class="x_help-block">{$lang->about_mention_suffix_always_cut}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->mention_limit}</label>
|
||||
<div class="x_controls">
|
||||
<label class="x_inline">
|
||||
<input type="number" name="mention_limit" value="{intval($config->mention_limit)}" />
|
||||
</label>
|
||||
<p class="x_help-block">{$lang->about_mention_limit}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="x_clearfix btnArea">
|
||||
<div class="x_pull-right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue