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,7 +437,7 @@ Source: <input type="text" value="<?=Users::get_upload_sources()[0]?>" size="20"
437 437
         <td class="label">Screenshots:</td>
438 438
         <td>
439 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 441
       </tr>
442 442
 <? } ?>
443 443
       <tr>
@@ -1168,7 +1168,7 @@ new TEXTAREA_PREVIEW('album_desc', 'album_desc', display_str($Torrent['GroupDesc
1168 1168
         <td class="label">Screenshots:</td>
1169 1169
         <td>
1170 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 1172
       </tr>
1173 1173
 <? } ?>
1174 1174
       <tr>

Loading…
Cancel
Save