Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: forumdisplay.php 5655 2011-11-27 00:10:00Z Tomm $
| * $Id$
|
*/
define("IN_MYBB", 1); define('THIS_SCRIPT', 'forumdisplay.php');
|
*/
define("IN_MYBB", 1); define('THIS_SCRIPT', 'forumdisplay.php');
|
$templatelist = "forumdisplay,forumdisplay_thread,breadcrumb_bit,forumbit_depth1_cat,forumbit_depth1_forum,forumbit_depth2_cat,forumbit_depth2_forum,forumdisplay_subforums,forumdisplay_threadlist,forumdisplay_moderatedby_moderator,forumdisplay_moderatedby,forumdisplay_newthread,forumdisplay_searchforum,forumdisplay_orderarrow,forumdisplay_thread_rating,forumdisplay_announcement,forumdisplay_threadlist_rating,forumdisplay_threadlist_sortrating,forumdisplay_subforums_modcolumn,forumbit_moderators,forumbit_subforums,forumbit_depth2_forum_lastpost";
| $templatelist = "forumdisplay,forumdisplay_thread,forumbit_depth1_cat,forumbit_depth2_cat,forumbit_depth2_forum,forumdisplay_subforums,forumdisplay_threadlist,forumdisplay_moderatedby,forumdisplay_newthread,forumdisplay_searchforum,forumdisplay_orderarrow,forumdisplay_thread_rating,forumdisplay_threadlist_rating,forumdisplay_threadlist_sortrating,forumbit_moderators,forumbit_subforums,forumbit_depth2_forum_lastpost";
|
$templatelist .= ",forumbit_depth1_forum_lastpost,forumdisplay_thread_multipage_page,forumdisplay_thread_multipage,forumdisplay_thread_multipage_more"; $templatelist .= ",multipage_prevpage,multipage_nextpage,multipage_page_current,multipage_page,multipage_start,multipage_end,multipage";
|
$templatelist .= ",forumbit_depth1_forum_lastpost,forumdisplay_thread_multipage_page,forumdisplay_thread_multipage,forumdisplay_thread_multipage_more"; $templatelist .= ",multipage_prevpage,multipage_nextpage,multipage_page_current,multipage_page,multipage_start,multipage_end,multipage";
|
$templatelist .= ",forumjump_advanced,forumjump_special,forumjump_bit"; $templatelist .= ",forumdisplay_usersbrowsing_guests,forumdisplay_usersbrowsing_user,forumdisplay_usersbrowsing,forumdisplay_inlinemoderation,forumdisplay_thread_modbit,forumdisplay_inlinemoderation_col,forumdisplay_inlinemoderation_selectall";
| $templatelist .= ",forumjump_advanced,forumjump_special,forumjump_bit,forumdisplay_password_wrongpass,forumdisplay_password"; $templatelist .= ",forumdisplay_usersbrowsing_user,forumdisplay_usersbrowsing,forumdisplay_inlinemoderation,forumdisplay_thread_modbit,forumdisplay_inlinemoderation_col,forumdisplay_inlinemoderation_selectall,forumdisplay_threadlist_clearpass";
|
$templatelist .= ",forumdisplay_announcements_announcement,forumdisplay_announcements,forumdisplay_threads_sep,forumbit_depth3_statusicon,forumbit_depth3,forumdisplay_sticky_sep,forumdisplay_thread_attachment_count,forumdisplay_threadlist_inlineedit_js,forumdisplay_rssdiscovery,forumdisplay_announcement_rating,forumdisplay_announcements_announcement_modbit,forumdisplay_rules,forumdisplay_rules_link,forumdisplay_thread_gotounread,forumdisplay_nothreads,forumdisplay_inlinemoderation_custom_tool,forumdisplay_inlinemoderation_custom"; require_once "./global.php"; require_once MYBB_ROOT."inc/functions_post.php"; require_once MYBB_ROOT."inc/functions_forumlist.php"; require_once MYBB_ROOT."inc/class_parser.php"; $parser = new postParser;
|
$templatelist .= ",forumdisplay_announcements_announcement,forumdisplay_announcements,forumdisplay_threads_sep,forumbit_depth3_statusicon,forumbit_depth3,forumdisplay_sticky_sep,forumdisplay_thread_attachment_count,forumdisplay_threadlist_inlineedit_js,forumdisplay_rssdiscovery,forumdisplay_announcement_rating,forumdisplay_announcements_announcement_modbit,forumdisplay_rules,forumdisplay_rules_link,forumdisplay_thread_gotounread,forumdisplay_nothreads,forumdisplay_inlinemoderation_custom_tool,forumdisplay_inlinemoderation_custom"; require_once "./global.php"; require_once MYBB_ROOT."inc/functions_post.php"; require_once MYBB_ROOT."inc/functions_forumlist.php"; require_once MYBB_ROOT."inc/class_parser.php"; $parser = new postParser;
|
| $orderarrow = $sortsel = array('rating' => '', 'subject' => '', 'starter' => '', 'started' => '', 'replies' => '', 'views' => ''); $ordersel = array('asc' => '', 'desc' => ''); $datecutsel = array(1 => '', 5 => '', 10 => '', 20 => '', 50 => '', 75 => '', 100 => '', 365 => '', 9999 => ''); $rules = '';
|
// Load global language phrases $lang->load("forumdisplay");
| // Load global language phrases $lang->load("forumdisplay");
|
Zeile 51 | Zeile 56 |
---|
break; } if($location)
|
break; } if($location)
|
{
| {
|
header("Location: ".$location); exit; }
|
header("Location: ".$location); exit; }
|
}
| }
|
// Get forum info $foruminfo = get_forum($fid); if(!$foruminfo) { error($lang->error_invalidforum);
|
// Get forum info $foruminfo = get_forum($fid); if(!$foruminfo) { error($lang->error_invalidforum);
|
}
$archive_url = build_archive_link("forum", $fid);
| }
$archive_url = build_archive_link("forum", $fid);
|
$currentitem = $fid; build_forum_breadcrumb($fid); $parentlist = $foruminfo['parentlist'];
|
$currentitem = $fid; build_forum_breadcrumb($fid); $parentlist = $foruminfo['parentlist'];
|
|
|
// To validate, turn & to & but support unicode $foruminfo['name'] = preg_replace("#&(?!\#[0-9]+;)#si", "&", $foruminfo['name']);
|
// To validate, turn & to & but support unicode $foruminfo['name'] = preg_replace("#&(?!\#[0-9]+;)#si", "&", $foruminfo['name']);
|
|
|
$forumpermissions = forum_permissions(); $fpermissions = $forumpermissions[$fid];
if($fpermissions['canview'] != 1) { error_no_permission();
|
$forumpermissions = forum_permissions(); $fpermissions = $forumpermissions[$fid];
if($fpermissions['canview'] != 1) { error_no_permission();
|
}
| }
|
if($mybb->user['uid'] == 0) { // Cookie'd forum read time
|
if($mybb->user['uid'] == 0) { // Cookie'd forum read time
|
$forumsread = unserialize($mybb->cookies['mybb']['forumread']); if(!is_array($forumsread))
| $forumsread = my_unserialize($mybb->cookies['mybb']['forumread']);
if(is_array($forumsread) && empty($forumsread))
|
{ if($mybb->cookies['mybb']['readallforums']) {
| { if($mybb->cookies['mybb']['readallforums']) {
|
Zeile 110 | Zeile 115 |
---|
WHERE f.active != 0 ORDER BY pid, disporder ");
|
WHERE f.active != 0 ORDER BY pid, disporder ");
|
}
| }
|
while($forum = $db->fetch_array($query)) {
| while($forum = $db->fetch_array($query)) {
|
Zeile 124 | Zeile 129 |
---|
// Get the forum moderators if the setting is enabled. if($mybb->settings['modlist'] != 0)
|
// Get the forum moderators if the setting is enabled. if($mybb->settings['modlist'] != 0)
|
{
| {
|
$moderatorcache = $cache->read("moderators");
|
$moderatorcache = $cache->read("moderators");
|
}
| }
|
$bgcolor = "trow1"; if($mybb->settings['subforumsindex'] != 0)
|
$bgcolor = "trow1"; if($mybb->settings['subforumsindex'] != 0)
|
{
| {
|
$showdepth = 3; } else { $showdepth = 2; }
|
$showdepth = 3; } else { $showdepth = 2; }
|
| $subforums = '';
|
$child_forums = build_forumbits($fid, 2); $forums = $child_forums['forum_list'];
|
$child_forums = build_forumbits($fid, 2); $forums = $child_forums['forum_list'];
|
|
|
if($forums) { $lang->sub_forums_in = $lang->sprintf($lang->sub_forums_in, $foruminfo['name']);
| if($forums) { $lang->sub_forums_in = $lang->sprintf($lang->sub_forums_in, $foruminfo['name']);
|
Zeile 170 | Zeile 178 |
---|
if($fpermissions['cansearch'] != 0 && $foruminfo['type'] == "f") { eval("\$searchforum = \"".$templates->get("forumdisplay_searchforum")."\";");
|
if($fpermissions['cansearch'] != 0 && $foruminfo['type'] == "f") { eval("\$searchforum = \"".$templates->get("forumdisplay_searchforum")."\";");
|
| }
// Gather forum stats $has_announcements = $has_modtools = false; $forum_stats = $cache->read("forumsdisplay");
if(is_array($forum_stats)) { if(!empty($forum_stats[-1]['modtools']) || !empty($forum_stats[$fid]['modtools'])) { // Mod tools are specific to forums, not parents $has_modtools = true; }
if(!empty($forum_stats[-1]['announcements']) || !empty($forum_stats[$fid]['announcements'])) { // Global or forum-specific announcements $has_announcements = true; }
|
}
$done_moderators = array( "users" => array(), "groups" => array() );
|
}
$done_moderators = array( "users" => array(), "groups" => array() );
|
|
|
$moderators = ''; $parentlistexploded = explode(",", $parentlist);
|
$moderators = ''; $parentlistexploded = explode(",", $parentlist);
|
|
|
foreach($parentlistexploded as $mfid) { // This forum has moderators
| foreach($parentlistexploded as $mfid) { // This forum has moderators
|
Zeile 187 | Zeile 216 |
---|
foreach($moderatorcache[$mfid] as $modtype) { foreach($modtype as $moderator)
|
foreach($moderatorcache[$mfid] as $modtype) { foreach($modtype as $moderator)
|
{
| {
|
if($moderator['isgroup']) { if(in_array($moderator['id'], $done_moderators['groups']))
| if($moderator['isgroup']) { if(in_array($moderator['id'], $done_moderators['groups']))
|
Zeile 209 | Zeile 238 |
---|
$comma = $lang->comma; } }
|
$comma = $lang->comma; } }
|
| }
if(!empty($forum_stats[$mfid]['announcements'])) { $has_announcements = true;
|
} } $comma = '';
| } } $comma = '';
|
Zeile 219 | Zeile 253 |
---|
eval("\$moderatedby = \"".$templates->get("forumdisplay_moderatedby")."\";"); } else
|
eval("\$moderatedby = \"".$templates->get("forumdisplay_moderatedby")."\";"); } else
|
{
| {
|
$moderatedby = ''; }
| $moderatedby = ''; }
|
Zeile 233 | Zeile 267 |
---|
$membercount = 0; $inviscount = 0; $onlinemembers = '';
|
$membercount = 0; $inviscount = 0; $onlinemembers = '';
|
| $doneusers = array();
|
$query = $db->query(" SELECT s.ip, s.uid, u.username, s.time, u.invisible, u.usergroup, u.usergroup, u.displaygroup FROM ".TABLE_PREFIX."sessions s
| $query = $db->query(" SELECT s.ip, s.uid, u.username, s.time, u.invisible, u.usergroup, u.usergroup, u.displaygroup FROM ".TABLE_PREFIX."sessions s
|
Zeile 240 | Zeile 276 |
---|
WHERE s.time > '$timecut' AND location1='$fid' AND nopermission != 1 ORDER BY u.username ASC, s.time DESC ");
|
WHERE s.time > '$timecut' AND location1='$fid' AND nopermission != 1 ORDER BY u.username ASC, s.time DESC ");
|
|
|
while($user = $db->fetch_array($query)) { if($user['uid'] == 0)
| while($user = $db->fetch_array($query)) { if($user['uid'] == 0)
|
Zeile 248 | Zeile 285 |
---|
} else {
|
} else {
|
if($doneusers[$user['uid']] < $user['time'] || !$doneusers[$user['uid']])
| if(empty($doneusers[$user['uid']]) || $doneusers[$user['uid']] < $user['time'])
|
{ $doneusers[$user['uid']] = $user['time']; ++$membercount;
| { $doneusers[$user['uid']] = $user['time']; ++$membercount;
|
Zeile 261 | Zeile 298 |
---|
{ $invisiblemark = ''; }
|
{ $invisiblemark = ''; }
|
|
|
if($user['invisible'] != 1 || $mybb->usergroup['canviewwolinvis'] == 1 || $user['uid'] == $mybb->user['uid']) { $user['username'] = format_name($user['username'], $user['usergroup'], $user['displaygroup']);
| if($user['invisible'] != 1 || $mybb->usergroup['canviewwolinvis'] == 1 || $user['uid'] == $mybb->user['uid']) { $user['username'] = format_name($user['username'], $user['usergroup'], $user['displaygroup']);
|
Zeile 272 | Zeile 309 |
---|
} } }
|
} } }
|
| $guestsonline = '';
|
if($guestcount)
|
if($guestcount)
|
{
| {
|
$guestsonline = $lang->sprintf($lang->users_browsing_forum_guests, $guestcount);
|
$guestsonline = $lang->sprintf($lang->users_browsing_forum_guests, $guestcount);
|
}
| }
$onlinesep = '';
|
if($guestcount && $onlinemembers) { $onlinesep = $lang->comma; }
|
if($guestcount && $onlinemembers) { $onlinesep = $lang->comma; }
|
|
|
$invisonline = ''; if($inviscount && $mybb->usergroup['canviewwolinvis'] != 1 && ($inviscount != 1 && $mybb->user['invisible'] != 1)) { $invisonline = $lang->sprintf($lang->users_browsing_forum_invis, $inviscount);
|
$invisonline = ''; if($inviscount && $mybb->usergroup['canviewwolinvis'] != 1 && ($inviscount != 1 && $mybb->user['invisible'] != 1)) { $invisonline = $lang->sprintf($lang->users_browsing_forum_invis, $inviscount);
|
}
| }
$onlinesep2 = '';
|
if($invisonline != '' && $guestcount)
|
if($invisonline != '' && $guestcount)
|
{
| {
|
$onlinesep2 = $lang->comma;
|
$onlinesep2 = $lang->comma;
|
}
| }
|
eval("\$usersbrowsing = \"".$templates->get("forumdisplay_usersbrowsing")."\";"); }
| eval("\$usersbrowsing = \"".$templates->get("forumdisplay_usersbrowsing")."\";"); }
|
Zeile 304 | Zeile 344 |
---|
{ $foruminfo['rulestitle'] = $lang->sprintf($lang->forum_rules, $foruminfo['name']); }
|
{ $foruminfo['rulestitle'] = $lang->sprintf($lang->forum_rules, $foruminfo['name']); }
|
|
|
$rules_parser = array( "allow_html" => 1, "allow_mycode" => 1,
| $rules_parser = array( "allow_html" => 1, "allow_mycode" => 1,
|
Zeile 313 | Zeile 353 |
---|
);
$foruminfo['rules'] = $parser->parse_message($foruminfo['rules'], $rules_parser);
|
);
$foruminfo['rules'] = $parser->parse_message($foruminfo['rules'], $rules_parser);
|
if($foruminfo['rulestype'] == 1)
| if($foruminfo['rulestype'] == 1 || $foruminfo['rulestype'] == 3)
|
{ eval("\$rules = \"".$templates->get("forumdisplay_rules")."\";"); }
| { eval("\$rules = \"".$templates->get("forumdisplay_rules")."\";"); }
|
Zeile 359 | Zeile 399 |
---|
// Pick out some sorting options. // First, the date cut for the threads. $datecut = 0;
|
// Pick out some sorting options. // First, the date cut for the threads. $datecut = 0;
|
if(!$mybb->input['datecut'])
| if(empty($mybb->input['datecut']))
|
{ // If the user manually set a date cut, use it. if($mybb->user['daysprune'])
| { // If the user manually set a date cut, use it. if($mybb->user['daysprune'])
|
Zeile 401 | Zeile 441 |
---|
$mybb->input['order'] = $foruminfo['defaultsortorder']; }
|
$mybb->input['order'] = $foruminfo['defaultsortorder']; }
|
$mybb->input['order'] = htmlspecialchars($mybb->input['order']);
| if(!empty($mybb->input['order'])) { $mybb->input['order'] = htmlspecialchars_uni($mybb->input['order']); } else { $mybb->input['order'] = ''; }
|
switch(my_strtolower($mybb->input['order'])) {
| switch(my_strtolower($mybb->input['order'])) {
|
Zeile 426 | Zeile 473 |
---|
}
$t = "t.";
|
}
$t = "t.";
|
| $sortfield2 = '';
if(!empty($mybb->input['sortby'])) { $sortby = htmlspecialchars_uni($mybb->input['sortby']); } else { $mybb->input['sortby'] = ''; }
|
|
|
$sortby = htmlspecialchars($mybb->input['sortby']);
| |
switch($mybb->input['sortby']) { case "subject":
| switch($mybb->input['sortby']) { case "subject":
|
Zeile 455 | Zeile 511 |
---|
$sortfield = "lastpost"; $mybb->input['sortby'] = "lastpost"; break;
|
$sortfield = "lastpost"; $mybb->input['sortby'] = "lastpost"; break;
|
}
$sortsel[$mybb->input['sortby']] = "selected=\"selected\"";
| }
$sortsel['rating'] = ''; // Needs to be initialized in order to speed-up things. Fixes #2031 $sortsel[$mybb->input['sortby']] = "selected=\"selected\"";
|
// Pick the right string to join the sort URL
|
// Pick the right string to join the sort URL
|
if($mybb->settings['seourls'] == "yes" || ($mybb->settings['seourls'] == "auto" && $_SERVER['SEO_SUPPORT'] == 1)) {
| if($mybb->settings['seourls'] == "yes" || ($mybb->settings['seourls'] == "auto" && isset($_SERVER['SEO_SUPPORT']) && $_SERVER['SEO_SUPPORT'] == 1)) {
|
$string = "?";
|
$string = "?";
|
}
| }
|
else
|
else
|
{
| {
|
$string = "&"; }
| $string = "&"; }
|
Zeile 473 | Zeile 530 |
---|
if(isset($mybb->input['page']) && is_numeric($mybb->input['page'])) { $sorturl = get_forum_link($fid, $mybb->input['page']).$string."datecut=$datecut";
|
if(isset($mybb->input['page']) && is_numeric($mybb->input['page'])) { $sorturl = get_forum_link($fid, $mybb->input['page']).$string."datecut=$datecut";
|
}
| }
|
else { $sorturl = get_forum_link($fid).$string."datecut=$datecut"; }
|
else { $sorturl = get_forum_link($fid).$string."datecut=$datecut"; }
|
| // Needs to be initialized in order to speed-up things. Fixes #2031 $orderarrow = array('rating'=>'', 'subject'=>'', 'starter'=>'', 'replies'=>'', 'views'=>'');
|
eval("\$orderarrow['$sortby'] = \"".$templates->get("forumdisplay_orderarrow")."\";");
$threadcount = 0; $useronly = $tuseronly = "";
|
eval("\$orderarrow['$sortby'] = \"".$templates->get("forumdisplay_orderarrow")."\";");
$threadcount = 0; $useronly = $tuseronly = "";
|
if($fpermissions['canonlyviewownthreads'] == 1)
| if(isset($fpermissions['canonlyviewownthreads']) && $fpermissions['canonlyviewownthreads'] == 1)
|
{ $useronly = "AND uid={$mybb->user['uid']}"; $tuseronly = "AND t.uid={$mybb->user['uid']}";
| { $useronly = "AND uid={$mybb->user['uid']}"; $tuseronly = "AND t.uid={$mybb->user['uid']}";
|
Zeile 490 | Zeile 550 |
---|
if($fpermissions['canviewthreads'] != 0) {
|
if($fpermissions['canviewthreads'] != 0) {
|
|
|
// How many posts are there?
|
// How many posts are there?
|
if($datecut > 0 || $fpermissions['canonlyviewownthreads'] == 1) {
| if($datecut > 0 || isset($fpermissions['canonlyviewownthreads']) && $fpermissions['canonlyviewownthreads'] == 1) {
|
$query = $db->simple_select("threads", "COUNT(tid) AS threads", "fid = '$fid' $useronly $visibleonly $datecutsql"); $threadcount = $db->fetch_field($query, "threads"); }
| $query = $db->simple_select("threads", "COUNT(tid) AS threads", "fid = '$fid' $useronly $visibleonly $datecutsql"); $threadcount = $db->fetch_field($query, "threads"); }
|
Zeile 503 | Zeile 563 |
---|
$forum_threads = $db->fetch_array($query); $threadcount = $forum_threads['threads']; if($ismod == true)
|
$forum_threads = $db->fetch_array($query); $threadcount = $forum_threads['threads']; if($ismod == true)
|
{
| {
|
$threadcount += $forum_threads['unapprovedthreads'];
|
$threadcount += $forum_threads['unapprovedthreads'];
|
}
| }
|
// If we have 0 threads double check there aren't any "moved" threads if($threadcount == 0) {
| // If we have 0 threads double check there aren't any "moved" threads if($threadcount == 0) {
|
Zeile 518 | Zeile 578 |
---|
// How many pages are there? if(!$mybb->settings['threadsperpage'])
|
// How many pages are there? if(!$mybb->settings['threadsperpage'])
|
{
| {
|
$mybb->settings['threadsperpage'] = 20; }
$perpage = $mybb->settings['threadsperpage'];
|
$mybb->settings['threadsperpage'] = 20; }
$perpage = $mybb->settings['threadsperpage'];
|
if(intval($mybb->input['page']) > 0)
| if(isset($mybb->input['page']) && intval($mybb->input['page']) > 0)
|
{ $page = intval($mybb->input['page']); $start = ($page-1) * $perpage;
| { $page = intval($mybb->input['page']); $start = ($page-1) * $perpage;
|
Zeile 553 | Zeile 613 |
---|
// Assemble page URL if($mybb->input['sortby'] || $mybb->input['order'] || $mybb->input['datecut']) // Ugly URL
|
// Assemble page URL if($mybb->input['sortby'] || $mybb->input['order'] || $mybb->input['datecut']) // Ugly URL
|
{
| {
|
$page_url = str_replace("{fid}", $fid, FORUM_URL_PAGED);
|
$page_url = str_replace("{fid}", $fid, FORUM_URL_PAGED);
|
if($mybb->settings['seourls'] == "yes" || ($mybb->settings['seourls'] == "auto" && $_SERVER['SEO_SUPPORT'] == 1))
| if($mybb->settings['seourls'] == "yes" || ($mybb->settings['seourls'] == "auto" && isset($_SERVER['SEO_SUPPORT']) && $_SERVER['SEO_SUPPORT'] == 1))
|
{ $q = "?"; $and = ''; } else {
|
{ $q = "?"; $and = ''; } else {
|
$q = ''; $and = "&"; } if($sortby != "lastpost") {
| $q = ''; $and = "&"; }
if((!empty($foruminfo['defaultsortby']) && $sortby != $foruminfo['defaultsortby']) || (empty($foruminfo['defaultsortby']) && $sortby != "lastpost")) {
|
$page_url .= "{$q}{$and}sortby={$sortby}";
|
$page_url .= "{$q}{$and}sortby={$sortby}";
|
$q = ''; $and = "&"; }
| $q = ''; $and = "&"; }
|
if($sortordernow != "desc") { $page_url .= "{$q}{$and}order={$sortordernow}"; $q = ''; $and = "&"; }
|
if($sortordernow != "desc") { $page_url .= "{$q}{$and}order={$sortordernow}"; $q = ''; $and = "&"; }
|
|
|
if($datecut > 0) { $page_url .= "{$q}{$and}datecut={$datecut}";
| if($datecut > 0) { $page_url .= "{$q}{$and}datecut={$datecut}";
|
Zeile 592 | Zeile 652 |
---|
} $multipage = multipage($threadcount, $perpage, $page, $page_url);
|
} $multipage = multipage($threadcount, $perpage, $page, $page_url);
|
if($foruminfo['allowtratings'] != 0 && $fpermissions['canviewthreads'] != 0)
| if($mybb->settings['allowthreadratings'] != 0 && $foruminfo['allowtratings'] != 0 && $fpermissions['canviewthreads'] != 0)
|
{ $lang->load("ratethread");
| { $lang->load("ratethread");
|
Zeile 628 | Zeile 688 |
---|
}
// Get Announcements
|
}
// Get Announcements
|
$forum_stats = $cache->read("forumsdisplay");
if(!is_array($forum_stats)) { $forum_stats = $cache->read("forumdisplay", true); }
$parentlist_exp = explode(',', $parentlist); if(is_array($forum_stats) && ($forum_stats[-1]['announcements'] || array_intersect_key(array_flip($parentlist_exp), $forum_stats)))
| if($has_announcements == true)
|
{ $limit = ''; $announcements = '';
| { $limit = ''; $announcements = '';
|
Zeile 659 | Zeile 711 |
---|
$cookie = array(); if(isset($mybb->cookies['mybb']['announcements'])) {
|
$cookie = array(); if(isset($mybb->cookies['mybb']['announcements'])) {
|
$cookie = unserialize(stripslashes($mybb->cookies['mybb']['announcements']));
| $cookie = my_unserialize(stripslashes($mybb->cookies['mybb']['announcements']));
|
}
|
}
|
| $announcementlist = '';
|
$bgcolor = alt_trow(true); // Reset the trow colors while($announcement = $db->fetch_array($query)) {
| $bgcolor = alt_trow(true); // Reset the trow colors while($announcement = $db->fetch_array($query)) {
|
Zeile 689 | Zeile 742 |
---|
$posttime = my_date($mybb->settings['timeformat'], $announcement['startdate']); $announcement['profilelink'] = build_profile_link($announcement['username'], $announcement['uid']);
|
$posttime = my_date($mybb->settings['timeformat'], $announcement['startdate']); $announcement['profilelink'] = build_profile_link($announcement['username'], $announcement['uid']);
|
if($foruminfo['allowtratings'] != 0 && $fpermissions['canviewthreads'] != 0)
| if($mybb->settings['allowthreadratings'] != 0 && $foruminfo['allowtratings'] != 0 && $fpermissions['canviewthreads'] != 0)
|
{ eval("\$rating = \"".$templates->get("forumdisplay_announcement_rating")."\";"); $lpbackground = "trow2";
| { eval("\$rating = \"".$templates->get("forumdisplay_announcement_rating")."\";"); $lpbackground = "trow2";
|
Zeile 729 | Zeile 782 |
---|
{ my_setcookie("mybb[announcements]", addslashes(serialize($cookie)), -1); }
|
{ my_setcookie("mybb[announcements]", addslashes(serialize($cookie)), -1); }
|
| } else { $announcementlist = '';
|
}
|
}
|
| $tids = $threadcache = array();
|
$icon_cache = $cache->read("posticons");
if($fpermissions['canviewthreads'] != 0)
| $icon_cache = $cache->read("posticons");
if($fpermissions['canviewthreads'] != 0)
|
Zeile 744 | Zeile 802 |
---|
ORDER BY t.sticky DESC, {$t}{$sortfield} $sortordernow $sortfield2 LIMIT $start, $perpage ");
|
ORDER BY t.sticky DESC, {$t}{$sortfield} $sortordernow $sortfield2 LIMIT $start, $perpage ");
|
|
|
$ratings = false;
|
$ratings = false;
|
| $moved_threads = array();
|
while($thread = $db->fetch_array($query))
|
while($thread = $db->fetch_array($query))
|
{
| {
|
$threadcache[$thread['tid']] = $thread;
if($thread['numratings'] > 0 && $ratings == false)
| $threadcache[$thread['tid']] = $thread;
if($thread['numratings'] > 0 && $ratings == false)
|
Zeile 760 | Zeile 819 |
---|
{ $tid = substr($thread['closed'], 6); if(!$tids[$tid])
|
{ $tid = substr($thread['closed'], 6); if(!$tids[$tid])
|
{
| {
|
$moved_threads[$tid] = $thread['tid']; $tids[$thread['tid']] = $tid;
|
$moved_threads[$tid] = $thread['tid']; $tids[$thread['tid']] = $tid;
|
} }
| } }
|
// Otherwise - set it to the plain thread ID else { $tids[$thread['tid']] = $thread['tid'];
|
// Otherwise - set it to the plain thread ID else { $tids[$thread['tid']] = $thread['tid'];
|
if($moved_threads[$tid])
| if(isset($moved_threads[$thread['tid']]))
|
{
|
{
|
unset($moved_threads[$tid]);
| unset($moved_threads[$thread['tid']]);
|
} } }
|
} } }
|
if($foruminfo['allowtratings'] != 0 && $mybb->user['uid'] && $tids && $ratings == true) { // Check if we've rated threads on this page // Guests get the pleasure of not being ID'd, but will be checked when they try and rate $imp = implode(",", $tids); $query = $db->simple_select("threadratings", "tid, uid", "tid IN ({$imp}) AND uid = '{$mybb->user['uid']}'");
while($rating = $db->fetch_array($query)) { $threadcache[$rating['tid']]['rated'] = 1; } } } else { $threadcache = $tids = null;
| |
}
// If user has moderation tools available, prepare the Select All feature
| }
// If user has moderation tools available, prepare the Select All feature
|
Zeile 804 | Zeile 846 |
---|
eval("\$selectall = \"".$templates->get("forumdisplay_inlinemoderation_selectall")."\";"); }
|
eval("\$selectall = \"".$templates->get("forumdisplay_inlinemoderation_selectall")."\";"); }
|
if($tids)
| if(!empty($tids))
|
{ $tids = implode(",", $tids); }
// Check participation by the current user in any of these threads - for 'dot' folder icons
|
{ $tids = implode(",", $tids); }
// Check participation by the current user in any of these threads - for 'dot' folder icons
|
if($mybb->settings['dotfolders'] != 0 && $mybb->user['uid'] && $threadcache)
| if($mybb->settings['dotfolders'] != 0 && $mybb->user['uid'] && !empty($threadcache))
|
{ $query = $db->simple_select("posts", "tid,uid", "uid='{$mybb->user['uid']}' AND tid IN ({$tids}) {$visibleonly}"); while($post = $db->fetch_array($query))
|
{ $query = $db->simple_select("posts", "tid,uid", "uid='{$mybb->user['uid']}' AND tid IN ({$tids}) {$visibleonly}"); while($post = $db->fetch_array($query))
|
{ if($moved_threads[$post['tid']]) {
| { if(!empty($moved_threads[$post['tid']])) {
|
$post['tid'] = $moved_threads[$post['tid']];
|
$post['tid'] = $moved_threads[$post['tid']];
|
}
| }
|
if($threadcache[$post['tid']])
|
if($threadcache[$post['tid']])
|
{
| {
|
$threadcache[$post['tid']]['doticon'] = 1;
|
$threadcache[$post['tid']]['doticon'] = 1;
|
}
| }
|
} }
// Read threads
|
} }
// Read threads
|
if($mybb->user['uid'] && $mybb->settings['threadreadcut'] > 0 && $threadcache)
| if($mybb->user['uid'] && $mybb->settings['threadreadcut'] > 0 && !empty($threadcache))
|
{
|
{
|
$query = $db->simple_select("threadsread", "*", "uid='{$mybb->user['uid']}' AND tid IN ({$tids})");
| $query = $db->simple_select("threadsread", "*", "uid='{$mybb->user['uid']}' AND tid IN ({$tids})");
|
while($readthread = $db->fetch_array($query)) {
|
while($readthread = $db->fetch_array($query)) {
|
if($moved_threads[$readthread['tid']]) { $readthread['tid'] = $moved_threads[$readthread['tid']];
| if(!empty($moved_threads[$readthread['tid']])) { $readthread['tid'] = $moved_threads[$readthread['tid']];
|
}
|
}
|
if($threadcache[$readthread['tid']]) { $threadcache[$readthread['tid']]['lastread'] = $readthread['dateline']; }
| if($threadcache[$readthread['tid']]) { $threadcache[$readthread['tid']]['lastread'] = $readthread['dateline']; }
|
} }
| } }
|
Zeile 867 | Zeile 909 |
---|
$unreadpost = 0; $threads = ''; $load_inline_edit_js = 0;
|
$unreadpost = 0; $threads = ''; $load_inline_edit_js = 0;
|
if(is_array($threadcache))
| if(!empty($threadcache))
|
{
|
{
|
| if(!$mybb->settings['maxmultipagelinks']) { $mybb->settings['maxmultipagelinks'] = 5; }
if(!$mybb->settings['postsperpage']) { $mybb->settings['postperpage'] = 20; }
|
foreach($threadcache as $thread) { $plugins->run_hooks("forumdisplay_thread");
| foreach($threadcache as $thread) { $plugins->run_hooks("forumdisplay_thread");
|
Zeile 883 | Zeile 935 |
---|
{ $bgcolor = alt_trow(); }
|
{ $bgcolor = alt_trow(); }
|
|
|
if($thread['sticky'] == 1) { $thread_type_class = " forumdisplay_sticky";
| if($thread['sticky'] == 1) { $thread_type_class = " forumdisplay_sticky";
|
Zeile 902 | Zeile 954 |
---|
$thread['username'] = $thread['threadusername']; $thread['profilelink'] = $thread['threadusername']; }
|
$thread['username'] = $thread['threadusername']; $thread['profilelink'] = $thread['threadusername']; }
|
else { $thread['profilelink'] = build_profile_link($thread['username'], $thread['uid']); }
| else { $thread['profilelink'] = build_profile_link($thread['username'], $thread['uid']); }
|
// If this thread has a prefix, insert a space between prefix and subject
|
// If this thread has a prefix, insert a space between prefix and subject
|
$threadprefix = '';
| $thread['threadprefix'] = $threadprefix = '';
|
if($thread['prefix'] != 0) { $threadprefix = build_prefixes($thread['prefix']); $thread['threadprefix'] = $threadprefix['displaystyle'].' ';
|
if($thread['prefix'] != 0) { $threadprefix = build_prefixes($thread['prefix']); $thread['threadprefix'] = $threadprefix['displaystyle'].' ';
|
}
| }
|
$thread['subject'] = $parser->parse_badwords($thread['subject']); $thread['subject'] = htmlspecialchars_uni($thread['subject']);
| $thread['subject'] = $parser->parse_badwords($thread['subject']); $thread['subject'] = htmlspecialchars_uni($thread['subject']);
|
Zeile 922 | Zeile 974 |
---|
{ $icon = $icon_cache[$thread['icon']]; $icon = "<img src=\"{$icon['path']}\" alt=\"{$icon['name']}\" />";
|
{ $icon = $icon_cache[$thread['icon']]; $icon = "<img src=\"{$icon['path']}\" alt=\"{$icon['name']}\" />";
|
} else
| } else
|
{ $icon = " ";
|
{ $icon = " ";
|
}
| }
|
$prefix = ''; if($thread['poll']) {
| $prefix = ''; if($thread['poll']) {
|
Zeile 939 | Zeile 991 |
---|
eval("\$threads .= \"".$templates->get("forumdisplay_sticky_sep")."\";"); $shownormalsep = true; $donestickysep = true;
|
eval("\$threads .= \"".$templates->get("forumdisplay_sticky_sep")."\";"); $shownormalsep = true; $donestickysep = true;
|
} else if($thread['sticky'] == 0 && $shownormalsep)
| } else if($thread['sticky'] == 0 && !empty($shownormalsep))
|
{ eval("\$threads .= \"".$templates->get("forumdisplay_threads_sep")."\";"); $shownormalsep = false; }
$rating = '';
|
{ eval("\$threads .= \"".$templates->get("forumdisplay_threads_sep")."\";"); $shownormalsep = false; }
$rating = '';
|
if($foruminfo['allowtratings'] != 0)
| if($mybb->settings['allowthreadratings'] != 0 && $foruminfo['allowtratings'] != 0)
|
{ if($moved[0] == "moved") {
| { if($moved[0] == "moved") {
|
Zeile 958 | Zeile 1010 |
---|
$thread['averagerating'] = floatval(round($thread['averagerating'], 2)); $thread['width'] = intval(round($thread['averagerating']))*20; $thread['numratings'] = intval($thread['numratings']);
|
$thread['averagerating'] = floatval(round($thread['averagerating'], 2)); $thread['width'] = intval(round($thread['averagerating']))*20; $thread['numratings'] = intval($thread['numratings']);
|
|
|
$not_rated = '';
|
$not_rated = '';
|
if(!$thread['rated'])
| if(!isset($thread['rated']) || empty($thread['rated']))
|
{ $not_rated = ' star_rating_notrated'; }
| { $not_rated = ' star_rating_notrated'; }
|
Zeile 968 | Zeile 1020 |
---|
$ratingvotesav = $lang->sprintf($lang->rating_votes_average, $thread['numratings'], $thread['averagerating']); eval("\$rating = \"".$templates->get("forumdisplay_thread_rating")."\";"); }
|
$ratingvotesav = $lang->sprintf($lang->rating_votes_average, $thread['numratings'], $thread['averagerating']); eval("\$rating = \"".$templates->get("forumdisplay_thread_rating")."\";"); }
|
}
| }
|
$thread['pages'] = 0; $thread['multipage'] = ''; $threadpages = ''; $morelink = ''; $thread['posts'] = $thread['replies'] + 1;
|
$thread['pages'] = 0; $thread['multipage'] = ''; $threadpages = ''; $morelink = ''; $thread['posts'] = $thread['replies'] + 1;
|
if(!$mybb->settings['postsperpage']) { $mybb->settings['postperpage'] = 20; }
| |
if($thread['unapprovedposts'] > 0 && $ismod) {
| if($thread['unapprovedposts'] > 0 && $ismod) {
|
Zeile 991 | Zeile 1038 |
---|
$thread['pages'] = $thread['posts'] / $mybb->settings['postsperpage']; $thread['pages'] = ceil($thread['pages']);
|
$thread['pages'] = $thread['posts'] / $mybb->settings['postsperpage']; $thread['pages'] = ceil($thread['pages']);
|
if($thread['pages'] > 5)
| if($thread['pages'] > $mybb->settings['maxmultipagelinks'])
|
{
|
{
|
$pagesstop = 4;
| $pagesstop = $mybb->settings['maxmultipagelinks'] - 1;
|
$page_link = get_thread_link($thread['tid'], $thread['pages']); eval("\$morelink = \"".$templates->get("forumdisplay_thread_multipage_more")."\";"); } else { $pagesstop = $thread['pages'];
|
$page_link = get_thread_link($thread['tid'], $thread['pages']); eval("\$morelink = \"".$templates->get("forumdisplay_thread_multipage_more")."\";"); } else { $pagesstop = $thread['pages'];
|
}
| }
|
for($i = 1; $i <= $pagesstop; ++$i) {
| for($i = 1; $i <= $pagesstop; ++$i) {
|
Zeile 1011 | Zeile 1058 |
---|
eval("\$thread['multipage'] = \"".$templates->get("forumdisplay_thread_multipage")."\";"); } else
|
eval("\$thread['multipage'] = \"".$templates->get("forumdisplay_thread_multipage")."\";"); } else
|
{
| {
|
$threadpages = ''; $morelink = ''; $thread['multipage'] = ''; }
if($ismod)
|
$threadpages = ''; $morelink = ''; $thread['multipage'] = ''; }
if($ismod)
|
{ if(my_strpos($mybb->cookies[$inlinecookie], "|{$thread['tid']}|")) {
| { if(isset($mybb->cookies[$inlinecookie]) && my_strpos($mybb->cookies[$inlinecookie], "|{$thread['tid']}|")) {
|
$inlinecheck = "checked=\"checked\""; ++$inlinecount; }
| $inlinecheck = "checked=\"checked\""; ++$inlinecount; }
|
Zeile 1028 | Zeile 1075 |
---|
{ $inlinecheck = ''; }
|
{ $inlinecheck = ''; }
|
|
|
$multitid = $thread['tid']; eval("\$modbit = \"".$templates->get("forumdisplay_thread_modbit")."\";"); } else { $modbit = '';
|
$multitid = $thread['tid']; eval("\$modbit = \"".$templates->get("forumdisplay_thread_modbit")."\";"); } else { $modbit = '';
|
}
| }
|
if($moved[0] == "moved") { $prefix = $lang->moved_prefix;
| if($moved[0] == "moved") { $prefix = $lang->moved_prefix;
|
Zeile 1047 | Zeile 1094 |
---|
$thread['threadlink'] = get_thread_link($thread['tid']); $thread['lastpostlink'] = get_thread_link($thread['tid'], 0, "lastpost");
|
$thread['threadlink'] = get_thread_link($thread['tid']); $thread['lastpostlink'] = get_thread_link($thread['tid'], 0, "lastpost");
|
|
|
// Determine the folder $folder = ''; $folder_label = '';
if($thread['doticon'])
|
// Determine the folder $folder = ''; $folder_label = '';
if($thread['doticon'])
|
{
| {
|
$folder = "dot_"; $folder_label .= $lang->icon_dot; }
| $folder = "dot_"; $folder_label .= $lang->icon_dot; }
|
Zeile 1071 | Zeile 1118 |
---|
else { $last_read = $read_cutoff;
|
else { $last_read = $read_cutoff;
|
}
| }
|
} else {
| } else {
|
Zeile 1124 | Zeile 1171 |
---|
if(($thread['uid'] == $mybb->user['uid'] && $thread['closed'] != 1 && $mybb->user['uid'] != 0 && $can_edit_titles == 1) || $ismod == true) { $inline_edit_class = "subject_editable";
|
if(($thread['uid'] == $mybb->user['uid'] && $thread['closed'] != 1 && $mybb->user['uid'] != 0 && $can_edit_titles == 1) || $ismod == true) { $inline_edit_class = "subject_editable";
|
} else
| } else
|
{ $inline_edit_class = ""; }
| { $inline_edit_class = ""; }
|
Zeile 1140 | Zeile 1187 |
---|
if($lastposteruid == 0) { $lastposterlink = $lastposter;
|
if($lastposteruid == 0) { $lastposterlink = $lastposter;
|
} else
| } else
|
{ $lastposterlink = build_profile_link($lastposter, $lastposteruid); }
| { $lastposterlink = build_profile_link($lastposter, $lastposteruid); }
|
Zeile 1153 | Zeile 1200 |
---|
if($thread['unapprovedposts'] > 0 && $ismod) { if($thread['unapprovedposts'] > 1)
|
if($thread['unapprovedposts'] > 0 && $ismod) { if($thread['unapprovedposts'] > 1)
|
{
| {
|
$unapproved_posts_count = $lang->sprintf($lang->thread_unapproved_posts_count, $thread['unapprovedposts']); } else { $unapproved_posts_count = $lang->sprintf($lang->thread_unapproved_post_count, 1);
|
$unapproved_posts_count = $lang->sprintf($lang->thread_unapproved_posts_count, $thread['unapprovedposts']); } else { $unapproved_posts_count = $lang->sprintf($lang->thread_unapproved_post_count, 1);
|
}
| }
|
$unapproved_posts = " <span title=\"{$unapproved_posts_count}\">(".my_number_format($thread['unapprovedposts']).")</span>";
|
$unapproved_posts = " <span title=\"{$unapproved_posts_count}\">(".my_number_format($thread['unapprovedposts']).")</span>";
|
}
| }
|
else
|
else
|
{
| {
|
$unapproved_posts = ''; }
| $unapproved_posts = ''; }
|
Zeile 1176 | Zeile 1223 |
---|
$attachment_count = $lang->sprintf($lang->attachment_count_multiple, $thread['attachmentcount']); } else
|
$attachment_count = $lang->sprintf($lang->attachment_count_multiple, $thread['attachmentcount']); } else
|
{
| {
|
$attachment_count = $lang->attachment_count; }
| $attachment_count = $lang->attachment_count; }
|
Zeile 1193 | Zeile 1240 |
---|
$customthreadtools = ''; if($ismod) {
|
$customthreadtools = ''; if($ismod) {
|
if($forum_stats[-1]['modtools'] || $forum_stats[$fid]['modtools'])
| if(is_moderator($fid, "canusecustomtools") && $has_modtools == true)
|
{ switch($db->type) {
| { switch($db->type) {
|
Zeile 1208 | Zeile 1255 |
---|
while($tool = $db->fetch_array($query)) { eval("\$customthreadtools .= \"".$templates->get("forumdisplay_inlinemoderation_custom_tool")."\";");
|
while($tool = $db->fetch_array($query)) { eval("\$customthreadtools .= \"".$templates->get("forumdisplay_inlinemoderation_custom_tool")."\";");
|
| }
if($customthreadtools) { eval("\$customthreadtools = \"".$templates->get("forumdisplay_inlinemoderation_custom")."\";");
|
} }
|
} }
|
else { eval("\$customthreadtools = \"".$templates->get("forumdisplay_inlinemoderation_custom")."\";"); }
|
|
eval("\$inlinemod = \"".$templates->get("forumdisplay_inlinemoderation")."\";"); } }
| eval("\$inlinemod = \"".$templates->get("forumdisplay_inlinemoderation")."\";"); } }
|
Zeile 1222 | Zeile 1271 |
---|
require_once MYBB_ROOT."inc/functions_indicators.php";
$unread_threads = fetch_unread_count($fid);
|
require_once MYBB_ROOT."inc/functions_indicators.php";
$unread_threads = fetch_unread_count($fid);
|
if($unread_threads !== false && $unread_threads == 0 && $unread_forums == 0)
| if($unread_threads !== false && $unread_threads == 0 && empty($unread_forums))
|
{ mark_forum_read($fid); }
| { mark_forum_read($fid); }
|
Zeile 1250 | Zeile 1299 |
---|
eval("\$threads = \"".$templates->get("forumdisplay_nothreads")."\";"); }
|
eval("\$threads = \"".$templates->get("forumdisplay_nothreads")."\";"); }
|
| $clearstoredpass = '';
|
if($foruminfo['password'] != '') { eval("\$clearstoredpass = \"".$templates->get("forumdisplay_threadlist_clearpass")."\";");
| if($foruminfo['password'] != '') { eval("\$clearstoredpass = \"".$templates->get("forumdisplay_threadlist_clearpass")."\";");
|