Voting on Polls and Muted Words
This commit is contained in:
@ -31,6 +31,16 @@
|
||||
<input type='radio' name='reblog' id='reblogOff' value='off' style='display:none;' <?php echo ($user_settings['reblog'] == 'off' ? "checked" : ""); ?>>
|
||||
<label for='reblogOff'>No</label>
|
||||
</div>
|
||||
<br><br>
|
||||
<h2>Muted words</h2>
|
||||
<span>One per line</span>
|
||||
<div class='setting'>
|
||||
<textarea name='mtwords' style='width:300px'><?php
|
||||
foreach($user_settings['mtwords'] as $word){
|
||||
echo (empty($word) ? "" : trim($word)."\n");
|
||||
}
|
||||
?></textarea>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset style='width:100%'>
|
||||
|
Reference in New Issue
Block a user