070921 Sidebar Custom Hashtags
This commit is contained in:
@ -67,6 +67,7 @@
|
||||
<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>
|
||||
@ -77,6 +78,16 @@
|
||||
}
|
||||
?></textarea>
|
||||
</div>
|
||||
|
||||
<h2>Followed hashtags</h2>
|
||||
<span>One per line</span>
|
||||
<div class='setting'>
|
||||
<textarea name='fhtags' style='width:85%;'><?php
|
||||
foreach($user_settings['fhtags'] as $word){
|
||||
echo (empty($word) ? "" : trim($word)."\n");
|
||||
}
|
||||
?></textarea>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
|
Reference in New Issue
Block a user