↑
- Request Name
+ Request name
|
Vote
@@ -839,7 +839,7 @@ function compare($X, $Y){
@@ -918,7 +918,7 @@ function require(file, callback) {
=$Text->full_format($Body)?>
@@ -999,16 +999,16 @@ function require(file, callback) {
|
#=$PostID?>
=Users::format_username($AuthorID, true, true, true, true)?> =time_diff($AddedTime)?>
- - [Quote]
+ - [ Quote]
if ($AuthorID == $LoggedUser['ID'] || check_perms('site_moderate_forums')) { ?>
- - [Edit]
+ - [ Edit]
}
if (check_perms('site_moderate_forums')) { ?>
- - [Delete]
+ - [ Delete]
} ?>
- [Report]
+ [ Report]
if (check_perms('users_warn') && $AuthorID != $LoggedUser['ID']) {
$AuthorInfo = Users::user_info($AuthorID);
if ($LoggedUser['Class'] >= $AuthorInfo['Class']) {
@@ -1020,7 +1020,7 @@ function require(file, callback) {
- - [Warn]
+ - [ Warn]
}
}
?>
@@ -1073,7 +1073,7 @@ function require(file, callback) {
by =Users::format_username($LoggedUser['ID'], true, true, true, true)?> Just now
diff --git a/sections/artist/artist_rearrange.php b/sections/artist/artist_rearrange.php
index c4cd40a0..f2514f3b 100644
--- a/sections/artist/artist_rearrange.php
+++ b/sections/artist/artist_rearrange.php
@@ -173,16 +173,16 @@ function compare($X, $Y){
}
?>
- " id="torrents_=$ReleaseID?>_anchorlink">[=$DisplayName?>]
+ [" id="torrents_=$ReleaseID?>_anchorlink">=$DisplayName?>]
}
if ($NumRequests > 0) {
?>
- [Requests]
+ [Requests]
- [All default open]
- [All default closed]
+ [All default open]
+ [All default closed]
} ?>
@@ -250,8 +250,8 @@ function display_name($ReleaseType) {
| |
|
- id="releases_=$ReleaseType?>_openlink" onclick="setDefaultShow('=$ReleaseType?>',true);return false;">[default closed]
- id="releases_=$ReleaseType?>_closedlink" onclick="setDefaultShow('=$ReleaseType?>',false);return false;">[default open]
+ [ id="releases_=$ReleaseType?>_openlink" onclick="setDefaultShow('=$ReleaseType?>',true);return false;">default closed]
+ [ id="releases_=$ReleaseType?>_closedlink" onclick="setDefaultShow('=$ReleaseType?>',false);return false;">default open]
type="checkbox" title="Show" />
☰
@@ -392,15 +392,15 @@ function display_name($ReleaseType) {
@@ -479,11 +479,11 @@ function display_name($ReleaseType) {
Statistics
- - Number of groups: =$NumGroups?>
- - Number of torrents: =$NumTorrents?>
- - Number of seeders: =$NumSeeders?>
- - Number of leechers: =$NumLeechers?>
- - Number of snatches: =$NumSnatches?>
+ - Number of groups: =number_format($NumGroups)?>
+ - Number of torrents: =number_format($NumTorrents)?>
+ - Number of seeders: =number_format($NumSeeders)?>
+ - Number of leechers: =number_format($NumLeechers)?>
+ - Number of snatches: =number_format($NumSnatches)?>
@@ -529,10 +529,10 @@ function display_name($ReleaseType) {
?>
>=$Artist2Name?>
- [−]
- [+]
+ [ −]
+ [ +]
if(check_perms('site_delete_tag')) { ?>
- [X]
+ [ X]
} ?>
@@ -567,7 +567,7 @@ function display_name($ReleaseType) {
↑
- Request Name
+ Request name
|
Vote
diff --git a/sections/artist/concerts.php b/sections/artist/concerts.php
index 569218bc..6ff8bc8b 100644
--- a/sections/artist/concerts.php
+++ b/sections/artist/concerts.php
@@ -1,16 +1,16 @@
-
+
$ArtistEvents = LastFM::get_artist_events($ArtistID, $Name);
$Debug->log_var($ArtistEvents);
if ($ArtistEvents === false) { // Something went wrong
- echo 'An error occurred when retrieving concert info.';
+ echo ' An error occurred when retrieving concert info. ';
} elseif (!isset($ArtistEvents['events']['event'])) { // No upcoming events
- echo 'This artist has no upcoming concerts.';
+ echo ' This artist has no upcoming concerts. ';
} else {
echo ' ';
if (isset($ArtistEvents['events']['event'][0])) { // Multiple events
@@ -44,7 +44,7 @@ function make_concert_link($Event)
- - =$Concert?> - [Go to Thread]
+ - =$Concert?> - [Go to thread]
}
?>
@@ -77,7 +77,7 @@ function get_concert_post_template($Artist, $Event)
if (strpos ($Url, '://') === false) {
$Url = 'http://' . $Url;
}
- $Website = "[b]Website:[/b] " . $Url;
+ $Website = "[b]Web site:[/b] " . $Url;
}
if (isset($Event['artists']['artist']) && (count($Event['artists']['artist']) == 1 && strtolower($Event['artists']['artist'][1]) == strtolower($Artist))) {
$i = 0;
diff --git a/sections/artist/edit.php b/sections/artist/edit.php
index 80a8c048..5227c2b8 100644
--- a/sections/artist/edit.php
+++ b/sections/artist/edit.php
@@ -101,9 +101,9 @@
if($AliasName == $Name) { $DefaultRedirectID = $AliasID; }
?>
- =$AliasID?>. =$AliasName?>
- if($User) { ?> User. }
+ if($User) { ?> [User] }
if($Redirect) { ?> (writes redirect to =$Redirect?>) } ?>
- [X]
+ [X]
}
?>
@@ -116,10 +116,10 @@
Writes redirect to (Alias ID, blank for no redirect):
- This redirects artist names as they are written, eg. new torrents and added artists. All uses of this new alias will be redirected to the alias ID you enter here. Use for common misspellings, etc.
+ This redirects artist names as they are written (e.g. when new torrents are uploaded or artists added). All uses of this new alias will be redirected to the alias ID you enter here. Use for common misspellings, etc.
} ?>
- View::show_footer() ?>
\ No newline at end of file
+ View::show_footer() ?>
diff --git a/sections/bookmarks/torrents.php b/sections/bookmarks/torrents.php
index a8f4ebf0..14b285ba 100644
--- a/sections/bookmarks/torrents.php
+++ b/sections/bookmarks/torrents.php
@@ -101,7 +101,7 @@ function compare($X, $Y){
=$DisplayName?>
if(!$Sneaky){ ?>
- Remove Bookmark
+ Unbookmark
} ?>
=time_diff($AddedTime);?>
@@ -220,7 +220,7 @@ function compare($X, $Y){
=$DisplayName?>
=$TorrentTags?>
if(!$Sneaky){ ?>
- Remove Bookmark
+ Unbookmark
} ?>
=time_diff($AddedTime);?>
diff --git a/sections/collages/all_comments.php b/sections/collages/all_comments.php
index 9a10cd21..1227cd40 100644
--- a/sections/collages/all_comments.php
+++ b/sections/collages/all_comments.php
@@ -82,10 +82,10 @@
#=$PostID?>
- by =Users::format_username($AuthorID, true, true, true, true, true)?> =time_diff($AddedTime)?> [Report Comment]
- if (!$ThreadInfo['IsLocked']){ ?> - [Quote] }
-if ($AuthorID == $LoggedUser['ID'] || check_perms('site_moderate_forums')){ ?> - [Edit] }
-if (check_perms('site_moderate_forums')){ ?> - [Delete] } ?>
+ by =Users::format_username($AuthorID, true, true, true, true, true)?> =time_diff($AddedTime)?> [Report Comment]
+ if (!$ThreadInfo['IsLocked']){ ?> - [Quote] }
+if ($AuthorID == $LoggedUser['ID'] || check_perms('site_moderate_forums')){ ?> - [Edit] }
+if (check_perms('site_moderate_forums')){ ?> - [Delete] } ?>
↑
@@ -113,7 +113,7 @@
- if(!empty($Artists)) { ?>
+ if(!empty($Artists)) { ?>
Top artists
@@ -535,7 +535,7 @@ function compare($X, $Y){
if(check_perms('site_collages_manage') && !$PreventAdditions) { ?>
|
@@ -95,7 +98,8 @@
- Username: | |
+ Username: |
+ |
|
@@ -121,7 +125,7 @@
if(check_perms('site_moderate_forums')) { ?>
} ?>
if(!empty($Forums[$ForumID]['SpecificRules'])) { ?>
diff --git a/sections/forums/newthread.php b/sections/forums/newthread.php
index c4944990..693c3adb 100644
--- a/sections/forums/newthread.php
+++ b/sections/forums/newthread.php
@@ -27,8 +27,8 @@
if (check_perms('forums_polls_create')) { ?>
@@ -56,7 +56,7 @@
Just now
- [Report Post]
+ [Report Post]
↑
@@ -101,7 +101,7 @@
if (check_perms('forums_polls_create')) {
?>
-
diff --git a/sections/forums/search.php b/sections/forums/search.php
index 2dcef219..66eb1b48 100644
--- a/sections/forums/search.php
+++ b/sections/forums/search.php
@@ -142,19 +142,19 @@
} ?>
|
/>
-
+
|
- }
+ }
if ($Columns%5) { ?>
|
} ?>
+ } else { ?>
+
+ } ?>
- } else { ?>
-
- } ?>
Username: |
diff --git a/sections/forums/thread.php b/sections/forums/thread.php
index f4755bbb..e883eeeb 100644
--- a/sections/forums/thread.php
+++ b/sections/forums/thread.php
@@ -143,13 +143,15 @@
$DB->query("UPDATE users_notify_quoted SET UnRead = '0' WHERE UserID = '$LoggedUser[ID]' AND TopicID = '$ThreadID'");
-
+$Cache->delete_value('forums_quotes_' . $LoggedUser['ID']);
+/*
$QuoteNotificationsCount = $Cache->get_value('forums_quotes_' . $LoggedUser['ID']);
if ($QuoteNotificationsCount > 0) {
$Cache->cache_value('forums_quotes_' . $LoggedUser['ID'], $QuoteNotificationsCount - 1, 0);
} else {
$Cache->delete_value('forums_quotes_' . $LoggedUser['ID']);
}
+*/
// Start printing
View::show_header($ThreadInfo['Title'] . ' < '.$Forums[$ForumID]['Name'].' < '. 'Forums','comments,subscriptions,bbcode,jquery');
@@ -162,9 +164,9 @@
| | |