mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-21 04:39:02 +00:00
Empty commit
This commit is contained in:
parent
62822cf017
commit
560f52b8ba
@ -282,6 +282,7 @@ CREATE TABLE `forums` (
|
||||
`LastPostTopicID` int(10) NOT NULL DEFAULT '0',
|
||||
`LastPostTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`AutoLock` enum('0','1') COLLATE utf8_bin DEFAULT '1',
|
||||
`AutoLockWeeks` int(3) unsigned NOT NULL DEFAULT '4',
|
||||
PRIMARY KEY (`ID`),
|
||||
KEY `Sort` (`Sort`),
|
||||
KEY `MinClassRead` (`MinClassRead`)
|
||||
|
@ -390,7 +390,7 @@ function compare($X, $Y){
|
||||
if (check_perms('site_collages_manage') && !$Locked) { ?>
|
||||
<a href="collages.php?action=manage&collageid=<?=$CollageID?>">[Manage torrents]</a>
|
||||
<? } ?>
|
||||
<a href="reports.php?action=report&type=collage&id=<?=$CollageID?>">[Report collage]</a>
|
||||
<a href="reports.php?action=report&type=collage&id=<?=$CollageID?>">[Report Collage]</a>
|
||||
<? if (check_perms('site_collages_delete') || $CreatorID == $LoggedUser['ID']) { ?>
|
||||
<a href="collages.php?action=delete&collageid=<?=$CollageID?>&auth=<?=$LoggedUser['AuthKey']?>" onclick="return confirm('Are you sure you want to delete this collage?.');">[Delete]</a>
|
||||
<? } ?>
|
||||
|
@ -70,9 +70,9 @@
|
||||
<h2><a href="forums.php">Forums</a> > <?=$ForumName?></h2>
|
||||
<div class="linkbox">
|
||||
<? if(check_forumperm($ForumID, 'Write') && check_forumperm($ForumID, 'Create')){ ?>
|
||||
[<a href="forums.php?action=new&forumid=<?=$ForumID?>">New thread</a>]
|
||||
[<a href="forums.php?action=new&forumid=<?=$ForumID?>">New Thread</a>]
|
||||
<? } ?>
|
||||
[<a href="#" onclick="$('#searchforum').toggle(); this.innerHTML = (this.innerHTML == 'Search this forum'?'Hide search':'Search this forum'); return false;">Search this forum</a>]
|
||||
[<a href="#" onclick="$('#searchforum').toggle(); this.innerHTML = (this.innerHTML == 'Search this Forum'?'Hide Search':'Search this Forum'); return false;">Search this Forum</a>]
|
||||
<div id="searchforum" class="hidden center">
|
||||
<div style="display: inline-block;">
|
||||
<h3>Search this forum:</h3>
|
||||
@ -110,9 +110,9 @@
|
||||
if(check_perms('users_mod')) {
|
||||
$DB->query("SELECT ForumID from subscribed_forums WHERE ForumID='$ForumID' AND SubscriberID='$LoggedUser[ID]'");
|
||||
if($DB->record_count() == 0) { ?>
|
||||
[<a href="forums.php?action=forum_subscribe&perform=add&forumid=<?=$ForumID?>&auth=<?=$LoggedUser['AuthKey']?>">Subscribe to forum</a>]
|
||||
[<a href="forums.php?action=forum_subscribe&perform=add&forumid=<?=$ForumID?>&auth=<?=$LoggedUser['AuthKey']?>">Subscribe to Forum</a>]
|
||||
<? } else { ?>
|
||||
[<a href="forums.php?action=forum_subscribe&perform=remove&forumid=<?=$ForumID?>&auth=<?=$LoggedUser['AuthKey']?>">Unsubscribe from forum</a>]
|
||||
[<a href="forums.php?action=forum_subscribe&perform=remove&forumid=<?=$ForumID?>&auth=<?=$LoggedUser['AuthKey']?>">Unsubscribe from Forum</a>]
|
||||
<? }
|
||||
}
|
||||
*/
|
||||
@ -121,7 +121,7 @@
|
||||
</div>
|
||||
<? if(check_perms('site_moderate_forums')) { ?>
|
||||
<div class="linkbox">
|
||||
[<a href="forums.php?action=edit_rules&forumid=<?=$ForumID?>">Change specific rules</a>]
|
||||
<a href="forums.php?action=edit_rules&forumid=<?=$ForumID?>">Change specific rules</a>
|
||||
</div>
|
||||
<? } ?>
|
||||
<? if(!empty($Forums[$ForumID]['SpecificRules'])) { ?>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<div class="hidden" id="newthreadpreview">
|
||||
<div class="linkbox">
|
||||
<div class="center">
|
||||
<a href="#" onclick="return false;">[Report thread]</a>
|
||||
<a href="#" onclick="return false;">[Report Thread]</a>
|
||||
<a href="#" onclick="return false;"><?=!empty($HeavyInfo['AutoSubscribe']) ? '[Unsubscribe]' : '[Subscribe]'?></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,7 +56,7 @@
|
||||
Just now
|
||||
</span>
|
||||
<span id="barpreview" style="float:right;">
|
||||
<a href="#newthreadpreview">[Report post]</a>
|
||||
<a href="#newthreadpreview">[Report Post]</a>
|
||||
|
||||
<a href="#">↑</a>
|
||||
</span>
|
||||
|
@ -162,9 +162,9 @@
|
||||
</h2>
|
||||
<div class="linkbox">
|
||||
<div class="center">
|
||||
<a href="reports.php?action=report&type=thread&id=<?=$ThreadID?>">[Report thread]</a>
|
||||
<a href="reports.php?action=report&type=thread&id=<?=$ThreadID?>">[Report Thread]</a>
|
||||
<a href="#" onclick="Subscribe(<?=$ThreadID?>);return false;" id="subscribelink<?=$ThreadID?>">[<?=(in_array($ThreadID, $UserSubscriptions) ? 'Unsubscribe' : 'Subscribe')?>]</a>
|
||||
<a href="#" onclick="$('#searchthread').toggle(); this.innerHTML = (this.innerHTML == '[Search this Thread]'?'[Hide Search]':'[Search this Thread]'); return false;">[Search this thread]</a>
|
||||
<a href="#" onclick="$('#searchthread').toggle(); this.innerHTML = (this.innerHTML == '[Search this Thread]'?'[Hide Search]':'[Search this Thread]'); return false;">[Search this Thread]</a>
|
||||
</div>
|
||||
<div id="searchthread" class="hidden center">
|
||||
<div style="display: inline-block;">
|
||||
|
Loading…
Reference in New Issue
Block a user