Browse Source

More miscellaneous details

pjc 5 years ago
parent
commit
62e640c91b
3 changed files with 8 additions and 19 deletions
  1. 1
    12
      sections/donate/donate.php
  2. 5
    5
      sections/forums/forum.php
  3. 2
    2
      sections/requests/request.php

+ 1
- 12
sections/donate/donate.php View File

23
       <?= SITE_NAME ?> has no advertisements, is not sponsored, and provides its services free of charge.
23
       <?= SITE_NAME ?> has no advertisements, is not sponsored, and provides its services free of charge.
24
       For these reasons, <?= SITE_NAME ?>'s financial obligations can only be met with the help of voluntary user donations.
24
       For these reasons, <?= SITE_NAME ?>'s financial obligations can only be met with the help of voluntary user donations.
25
       Supporting <?= SITE_NAME ?> is and will always remain voluntary.
25
       Supporting <?= SITE_NAME ?> is and will always remain voluntary.
26
-      If you are financially able, help pay <?= SITE_NAME ?>'s bills by donating.
27
-      <?=SITE_NAME?>'s survival is up to you.
26
+      If you are financially able, please help pay <?= SITE_NAME ?>'s bills by donating.
28
     </p>
27
     </p>
29
 
28
 
30
     <p>
29
     <p>
34
     </p>
33
     </p>
35
 
34
 
36
     <p>
35
     <p>
37
-      Please note that <?= SITE_NAME ?> is a nonprofit organization.
38
       No staff member or other individual responsible for the site's operation personally profits from user donations.
36
       No staff member or other individual responsible for the site's operation personally profits from user donations.
39
       As a donor, your financial support is exclusively applied to operating costs.
37
       As a donor, your financial support is exclusively applied to operating costs.
40
-      When you donate you aren't paying the <?= SITE_NAME ?> Staff, purchasing upload credit, or buying the ability to download.
41
       When you donate you are paying <?= SITE_NAME ?>'s bills.
38
       When you donate you are paying <?= SITE_NAME ?>'s bills.
42
     </p>
39
     </p>
43
-
44
-    <p>
45
-      <?= SITE_NAME ?>'s Donor Rank system is currently available to all credited donors.
46
-      This system provides donors with perks.
47
-      Some of these perks are cosmetic (e.g., a donor icon added to your account), some are one-time benefits (e.g., additional invites),
48
-      and others modify specific site options (e.g., additional profile information boxes, or personal collages).
49
-      Please see the <a href="/wiki.php?action=article&name=donorfaq">Donor Rank System FAQ Document</a> for more information about these benefits.
50
-    </p>
51
   </div>
40
   </div>
52
 
41
 
53
   <span class="donation_info_title">What you will receive for donating</span>
42
   <span class="donation_info_title">What you will receive for donating</span>

+ 5
- 5
sections/forums/forum.php View File

97
               <td>
97
               <td>
98
                 <input type="hidden" name="action" value="search" />
98
                 <input type="hidden" name="action" value="search" />
99
                 <input type="hidden" name="forums[]" value="<?=$ForumID?>" />
99
                 <input type="hidden" name="forums[]" value="<?=$ForumID?>" />
100
-                <strong>Search for:</strong>
100
+                <strong>Search Terms</strong>
101
               </td>
101
               </td>
102
               <td>
102
               <td>
103
                 <input type="search" id="searchbox" name="search" size="70" />
103
                 <input type="search" id="searchbox" name="search" size="70" />
104
               </td>
104
               </td>
105
             </tr>
105
             </tr>
106
             <tr>
106
             <tr>
107
-              <td><strong>Search in:</strong></td>
107
+              <td><strong>Search In</strong></td>
108
               <td>
108
               <td>
109
                 <input type="radio" name="type" id="type_title" value="title" checked="checked" />
109
                 <input type="radio" name="type" id="type_title" value="title" checked="checked" />
110
-                <label for="type_title">Titles</label>
110
+                <label for="type_title">Title</label>&nbsp;&nbsp;
111
                 <input type="radio" name="type" id="type_body" value="body" />
111
                 <input type="radio" name="type" id="type_body" value="body" />
112
-                <label for="type_body">Post bodies</label>
112
+                <label for="type_body">Body</label>
113
               </td>
113
               </td>
114
             </tr>
114
             </tr>
115
             <tr>
115
             <tr>
116
-              <td><strong>Posted by:</strong></td>
116
+              <td><strong>Posted By</strong></td>
117
               <td><input type="search" id="username" name="user" placeholder="Username" size="70" /></td>
117
               <td><input type="search" id="username" name="user" placeholder="Username" size="70" /></td>
118
             </tr>
118
             </tr>
119
             <tr>
119
             <tr>

+ 2
- 2
sections/requests/request.php View File

112
   <div class="sidebar">
112
   <div class="sidebar">
113
 <?  if ($Request['CategoryID'] !== '0') { ?>
113
 <?  if ($Request['CategoryID'] !== '0') { ?>
114
     <div class="box box_image box_image_albumart box_albumart"><!-- .box_albumart deprecated -->
114
     <div class="box box_image box_image_albumart box_albumart"><!-- .box_albumart deprecated -->
115
-      <div class="head"><strong>Cover</strong></div>
115
+      <div class="head"><strong>Picture</strong></div>
116
       <div id="covers">
116
       <div id="covers">
117
 <?
117
 <?
118
     if (!empty($Request['Image'])) {
118
     if (!empty($Request['Image'])) {
119
 ?>
119
 ?>
120
           <img style="width: 100%;" src="<?=ImageTools::process($Request['Image'], 'thumb')?>" lightbox-img="<?=ImageTools::process($Request['Image'])?>" alt="<?=$FullName?>" class="lightbox-init" />
120
           <img style="width: 100%;" src="<?=ImageTools::process($Request['Image'], 'thumb')?>" lightbox-img="<?=ImageTools::process($Request['Image'])?>" alt="<?=$FullName?>" class="lightbox-init" />
121
 <?    } else { ?>
121
 <?    } else { ?>
122
-          <img style="width: 100%;" src="<?=STATIC_SERVER?>common/noartwork/<?=$CategoryIcons[$Request['CategoryID'] - 1]?>" alt="<?=$CategoryName?>" class="tooltip" title="<?=$CategoryName?>" height="220" border="0" />
122
+          <img style="width: 100%;" src="<?=STATIC_SERVER?>common/noartwork/music.png" alt="<?=$CategoryName?>" class="tooltip" title="<?=$CategoryName?>" height="220" border="0" />
123
 <?    } ?>
123
 <?    } ?>
124
       </div>
124
       </div>
125
     </div>
125
     </div>

Loading…
Cancel
Save