|
@@ -324,25 +324,6 @@ echo $Val->GenerateJS('userform');
|
324
|
324
|
</select>
|
325
|
325
|
</td>
|
326
|
326
|
</tr>
|
327
|
|
- <tr id="tor_hidequestionable_tr">
|
328
|
|
- <td class="label tooltip" title="Prevent torrents with these tags from showing up on the torrent search page"><strong>Content Filtering</strong></td>
|
329
|
|
- <td>
|
330
|
|
- <ul class="nobullet">
|
331
|
|
- <li>
|
332
|
|
- <input type="checkbox" name="hide_lolicon" id="hide_lolicon"<?=($SiteOptions['HideLolicon']) ? ' checked="checked"' : ''?> />
|
333
|
|
- <label for="hide_lolicon">Hide results with Lolicon, Shotacon, or Toddlercon</label>
|
334
|
|
- </li>
|
335
|
|
- <li>
|
336
|
|
- <input type="checkbox" name="hide_scat" id="hide_scat"<?=($SiteOptions['HideScat']) ? ' checked="checked"' : ''?> />
|
337
|
|
- <label for="hide_scat">Hide results with Scat</label>
|
338
|
|
- </li>
|
339
|
|
- <li>
|
340
|
|
- <input type="checkbox" name="hide_snuff" id="hide_snuff"<?=($SiteOptions['HideSnuff']) ? ' checked="checked"' : ''?> />
|
341
|
|
- <label for="hide_snuff">Hide results with Snuff</label>
|
342
|
|
- </li>
|
343
|
|
- </ul>
|
344
|
|
- </td>
|
345
|
|
- </tr>
|
346
|
327
|
</table>
|
347
|
328
|
<table cellpadding="6" cellspacing="1" border="0" width="100%" class="layout border user_options" id="community_settings">
|
348
|
329
|
<tr class="colhead_dark">
|