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,8 +23,7 @@ View::show_header('Donate');
23 23
       <?= SITE_NAME ?> has no advertisements, is not sponsored, and provides its services free of charge.
24 24
       For these reasons, <?= SITE_NAME ?>'s financial obligations can only be met with the help of voluntary user donations.
25 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 27
     </p>
29 28
 
30 29
     <p>
@@ -34,20 +33,10 @@ View::show_header('Donate');
34 33
     </p>
35 34
 
36 35
     <p>
37
-      Please note that <?= SITE_NAME ?> is a nonprofit organization.
38 36
       No staff member or other individual responsible for the site's operation personally profits from user donations.
39 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 38
       When you donate you are paying <?= SITE_NAME ?>'s bills.
42 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 40
   </div>
52 41
 
53 42
   <span class="donation_info_title">What you will receive for donating</span>

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

@@ -97,23 +97,23 @@ View::show_header('Forums &gt; '. $Forums[$ForumID]['Name'], '', '');
97 97
               <td>
98 98
                 <input type="hidden" name="action" value="search" />
99 99
                 <input type="hidden" name="forums[]" value="<?=$ForumID?>" />
100
-                <strong>Search for:</strong>
100
+                <strong>Search Terms</strong>
101 101
               </td>
102 102
               <td>
103 103
                 <input type="search" id="searchbox" name="search" size="70" />
104 104
               </td>
105 105
             </tr>
106 106
             <tr>
107
-              <td><strong>Search in:</strong></td>
107
+              <td><strong>Search In</strong></td>
108 108
               <td>
109 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 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 113
               </td>
114 114
             </tr>
115 115
             <tr>
116
-              <td><strong>Posted by:</strong></td>
116
+              <td><strong>Posted By</strong></td>
117 117
               <td><input type="search" id="username" name="user" placeholder="Username" size="70" /></td>
118 118
             </tr>
119 119
             <tr>

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

@@ -112,14 +112,14 @@ $encoded_artist = urlencode($encoded_artist);
112 112
   <div class="sidebar">
113 113
 <?  if ($Request['CategoryID'] !== '0') { ?>
114 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 116
       <div id="covers">
117 117
 <?
118 118
     if (!empty($Request['Image'])) {
119 119
 ?>
120 120
           <img style="width: 100%;" src="<?=ImageTools::process($Request['Image'], 'thumb')?>" lightbox-img="<?=ImageTools::process($Request['Image'])?>" alt="<?=$FullName?>" class="lightbox-init" />
121 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 124
       </div>
125 125
     </div>

Loading…
Cancel
Save