Add a limit to how many members can be mentioned at the same time

This commit is contained in:
Kijin Sung 2016-05-15 14:17:53 +09:00
parent 2300106aa5
commit b4ffda4670
5 changed files with 27 additions and 1 deletions

View file

@ -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">