Browse Source

Be more clear about screenshot restrictions on game upload form

spaghetti 7 years ago
parent
commit
9e1ecd431e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      classes/torrent_form.class.php

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

437
         <td class="label">Screenshots:</td>
437
         <td class="label">Screenshots:</td>
438
         <td>
438
         <td>
439
           <textarea rows="8" cols="60" name="screenshots" id="screenshots"><?=display_str($Torrent['Screenshots'])?></textarea>
439
           <textarea rows="8" cols="60" name="screenshots" id="screenshots"><?=display_str($Torrent['Screenshots'])?></textarea>
440
-          <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>
440
+          <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>
441
       </tr>
441
       </tr>
442
 <? } ?>
442
 <? } ?>
443
       <tr>
443
       <tr>
1168
         <td class="label">Screenshots:</td>
1168
         <td class="label">Screenshots:</td>
1169
         <td>
1169
         <td>
1170
           <textarea rows="8" cols="60" name="screenshots" id="screenshots"><?=display_str($Torrent['Screenshots'])?></textarea>
1170
           <textarea rows="8" cols="60" name="screenshots" id="screenshots"><?=display_str($Torrent['Screenshots'])?></textarea>
1171
-          <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>
1171
+          <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.<br><strong class="important_text">Remember to consult the <a href="/rules.php?p=upload#h1.4">rules for adding screenshots</a>. Promotional materials from a game's store page are NOT screenshots</strong></p>
1172
       </tr>
1172
       </tr>
1173
 <? } ?>
1173
 <? } ?>
1174
       <tr>
1174
       <tr>

Loading…
Cancel
Save