Browse Source

Make thumbnail instructions more clear

spaghetti 8 years ago
parent
commit
3c517f23c6
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      classes/torrent_form.class.php
  2. 1
    1
      sections/torrents/editgroup.php

+ 1
- 1
classes/torrent_form.class.php View File

@@ -433,7 +433,7 @@ Source: <input type="text" value="<?=Users::get_upload_sources()[0]?>" size="20"
433 433
         <td class="label">Screenshots:</td>
434 434
         <td>
435 435
           <textarea rows="8" cols="60" name="screenshots" id="screenshots"><?=display_str($Torrent['Screenshots'])?></textarea>
436
-          <p>Enter up to 10 links to screenshots for the torrent, one per line. The system will automatically remove malformed or invalid links, as well as any links after the 10th. Remember to consult the <a href="/rules.php?p=upload#h1.4">rules for adding screenshots</a>.</p>
436
+          <p>Enter up to 10 links to screenshots for the torrent, one per line. The system will automatically remove malformed or invalid links, as well as any links after the 10th. <strong class="important_text">Remember to consult the <a href="/rules.php?p=upload#h1.4">rules for adding screenshots</a>.</strong></p>
437 437
       </tr>
438 438
 <? } ?>
439 439
       <tr>

+ 1
- 1
sections/torrents/editgroup.php View File

@@ -135,7 +135,7 @@ View::show_header('Edit torrent group', 'upload');
135 135
 ?>
136 136
   <h3 id="screenshots_section"><?=($CategoryID == 3)?'Samples':'Screenshots'?></h3>
137 137
   <div class="box pad">
138
-    <p style="color: red;"><strong>Thumbs are not allowed as screenshots. Preview images consisting of multiple images are not allowed as screenshots. If you upload them, I swear to god I'm gonna fucking ban you. Read the god damn rules.</strong></p>
138
+    <p><strong class="important_text">Thumbs, promotional material, and preview images consisting of multiple images are not allowed as screenshots.</strong></p>
139 139
     <form class="edit_form" name="screenshots_form" action="torrents.php" method="post">
140 140
       <input type="hidden" name="action" value="screenshotedit" />
141 141
       <input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />

Loading…
Cancel
Save