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 5787 2012-04-19 13:30:23Z 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");
|
|
|
$plugins->run_hooks("forumdisplay_start");
$fid = intval($mybb->input['fid']);
| $plugins->run_hooks("forumdisplay_start");
$fid = intval($mybb->input['fid']);
|
Zeile 42 | Zeile 47 |
---|
break; case "-3": $location = "usercp.php";
|
break; case "-3": $location = "usercp.php";
|
break;
| break;
|
case "-4": $location = "private.php";
|
case "-4": $location = "private.php";
|
break;
| break;
|
case "-5": $location = "online.php"; break;
|
case "-5": $location = "online.php"; break;
|
}
| }
|
if($location) { header("Location: ".$location);
| if($location) { header("Location: ".$location);
|
Zeile 60 | Zeile 65 |
---|
// Get forum info $foruminfo = get_forum($fid); if(!$foruminfo)
|
// Get forum info $foruminfo = get_forum($fid); if(!$foruminfo)
|
{
| {
|
error($lang->error_invalidforum); }
| error($lang->error_invalidforum); }
|
Zeile 132 | Zeile 137 |
---|
if($mybb->settings['subforumsindex'] != 0) { $showdepth = 3;
|
if($mybb->settings['subforumsindex'] != 0) { $showdepth = 3;
|
}
| }
|
else { $showdepth = 2; }
|
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 168 | Zeile 176 |
---|
}
if($fpermissions['cansearch'] != 0 && $foruminfo['type'] == "f")
|
}
if($fpermissions['cansearch'] != 0 && $foruminfo['type'] == "f")
|
{
| {
|
eval("\$searchforum = \"".$templates->get("forumdisplay_searchforum")."\";"); }
| eval("\$searchforum = \"".$templates->get("forumdisplay_searchforum")."\";"); }
|
Zeile 178 | Zeile 186 |
---|
if(is_array($forum_stats)) {
|
if(is_array($forum_stats)) {
|
if($forum_stats[-1]['modtools'] || $forum_stats[$fid]['modtools']) {
| if(!empty($forum_stats[-1]['modtools']) || !empty($forum_stats[$fid]['modtools'])) {
|
// Mod tools are specific to forums, not parents $has_modtools = true; }
|
// Mod tools are specific to forums, not parents $has_modtools = true; }
|
if($forum_stats[-1]['announcements'] || $forum_stats[$fid]['announcements'])
| if(!empty($forum_stats[-1]['announcements']) || !empty($forum_stats[$fid]['announcements']))
|
{ // Global or forum-specific announcements
|
{ // Global or forum-specific announcements
|
$has_announcements = true; }
| $has_announcements = true; }
|
}
$done_moderators = array(
| }
$done_moderators = array(
|
Zeile 232 | Zeile 240 |
---|
} }
|
} }
|
if($forum_stats[$mfid]['announcements'])
| if(!empty($forum_stats[$mfid]['announcements']))
|
{ $has_announcements = true; }
| { $has_announcements = true; }
|
Zeile 259 | 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 266 | 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 274 | 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 287 | 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 298 | 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) { $onlinesep2 = $lang->comma;
| if($invisonline != '' && $guestcount) { $onlinesep2 = $lang->comma;
|
Zeile 330 | 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 374 | Zeile 388 |
---|
if(is_moderator($fid, "caneditposts") || $fpermissions['caneditposts'] == 1) { $can_edit_titles = 1;
|
if(is_moderator($fid, "caneditposts") || $fpermissions['caneditposts'] == 1) { $can_edit_titles = 1;
|
} else
| } else
|
{ $can_edit_titles = 0; }
|
{ $can_edit_titles = 0; }
|
|
|
unset($rating);
// Pick out some sorting options. // First, the date cut for the threads. $datecut = 0;
|
unset($rating);
// 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']) { $datecut = $mybb->user['daysprune'];
|
{ // If the user manually set a date cut, use it. if($mybb->user['daysprune']) { $datecut = $mybb->user['daysprune'];
|
}
| }
|
else { // If the forum has a non-default date cut, use it.
| else { // If the forum has a non-default date cut, use it.
|
Zeile 405 | Zeile 419 |
---|
else { $datecut = intval($mybb->input['datecut']);
|
else { $datecut = intval($mybb->input['datecut']);
|
}
| }
|
$datecut = intval($datecut); $datecutsel[$datecut] = "selected=\"selected\""; if($datecut > 0 && $datecut != 9999)
| $datecut = intval($datecut); $datecutsel[$datecut] = "selected=\"selected\""; if($datecut > 0 && $datecut != 9999)
|
Zeile 427 | 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 452 | 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 483 | Zeile 513 |
---|
break; }
|
break; }
|
| $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
|
$sortsel[$mybb->input['sortby']] = "selected=\"selected\"";
// 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 = "?"; }
|
Zeile 504 | Zeile 535 |
---|
{ $sorturl = get_forum_link($fid).$string."datecut=$datecut"; }
|
{ $sorturl = get_forum_link($fid).$string."datecut=$datecut"; }
|
eval("\$orderarrow['$sortby'] = \"".$templates->get("forumdisplay_orderarrow")."\";");
| // 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 = "";
|
$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']}"; }
|
|
|
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 532 | Zeile 566 |
---|
{ $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 546 | Zeile 580 |
---|
if(!$mybb->settings['threadsperpage']) { $mybb->settings['threadsperpage'] = 20;
|
if(!$mybb->settings['threadsperpage']) { $mybb->settings['threadsperpage'] = 20;
|
}
$perpage = $mybb->settings['threadsperpage'];
if(intval($mybb->input['page']) > 0) {
| }
$perpage = $mybb->settings['threadsperpage'];
if(isset($mybb->input['page']) && intval($mybb->input['page']) > 0) {
|
$page = intval($mybb->input['page']); $start = ($page-1) * $perpage; $pages = $threadcount / $perpage;
| $page = intval($mybb->input['page']); $start = ($page-1) * $perpage; $pages = $threadcount / $perpage;
|
Zeile 579 | 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); if($mybb->settings['seourls'] == "yes" || ($mybb->settings['seourls'] == "auto" && $_SERVER['SEO_SUPPORT'] == 1)) {
| { $page_url = str_replace("{fid}", $fid, FORUM_URL_PAGED);
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}"; $q = ''; $and = "&"; }
|
$page_url .= "{$q}{$and}sortby={$sortby}"; $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 629 | Zeile 663 |
---|
break; default: $ratingadd = "(t.totalratings/t.numratings) AS averagerating, ";
|
break; default: $ratingadd = "(t.totalratings/t.numratings) AS averagerating, ";
|
}
| }
|
$lpbackground = "trow2"; eval("\$ratingcol = \"".$templates->get("forumdisplay_threadlist_rating")."\";");
| $lpbackground = "trow2"; eval("\$ratingcol = \"".$templates->get("forumdisplay_threadlist_rating")."\";");
|
Zeile 680 | Zeile 714 |
---|
$cookie = my_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)) { if($announcement['startdate'] > $mybb->user['lastvisit'] && !$cookie[$announcement['aid']])
|
$bgcolor = alt_trow(true); // Reset the trow colors while($announcement = $db->fetch_array($query)) { if($announcement['startdate'] > $mybb->user['lastvisit'] && !$cookie[$announcement['aid']])
|
{
| {
|
$new_class = ' class="subject_new"'; $folder = "newfolder"; }
| $new_class = ' class="subject_new"'; $folder = "newfolder"; }
|
Zeile 747 | 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 764 | Zeile 804 |
---|
");
$ratings = false;
|
");
$ratings = false;
|
| $moved_threads = array();
|
while($thread = $db->fetch_array($query))
|
while($thread = $db->fetch_array($query))
|
{
| {
|
$threadcache[$thread['tid']] = $thread;
|
$threadcache[$thread['tid']] = $thread;
|
|
|
if($thread['numratings'] > 0 && $ratings == false) { $ratings = true; // Looks for ratings in the forum
| if($thread['numratings'] > 0 && $ratings == false) { $ratings = true; // Looks for ratings in the forum
|
Zeile 775 | Zeile 816 |
---|
// If this is a moved thread - set the tid for participation marking and thread read marking to that of the moved thread if(substr($thread['closed'], 0, 5) == "moved")
|
// If this is a moved thread - set the tid for participation marking and thread read marking to that of the moved thread if(substr($thread['closed'], 0, 5) == "moved")
|
{
| {
|
$tid = substr($thread['closed'], 6); if(!$tids[$tid]) {
| $tid = substr($thread['closed'], 6); if(!$tids[$tid]) {
|
Zeile 787 | Zeile 828 |
---|
else { $tids[$thread['tid']] = $thread['tid'];
|
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($mybb->settings['allowthreadratings'] != 0 && $foruminfo['allowtratings'] != 0 && $mybb->user['uid'] && $tids && $ratings == true)
| if($mybb->settings['allowthreadratings'] != 0 && $foruminfo['allowtratings'] != 0 && $mybb->user['uid'] && !empty($threadcache) && $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
|
{ // 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);
| $imp = implode(",", array_keys($threadcache));
|
$query = $db->simple_select("threadratings", "tid, uid", "tid IN ({$imp}) AND uid = '{$mybb->user['uid']}'");
while($rating = $db->fetch_array($query))
| $query = $db->simple_select("threadratings", "tid, uid", "tid IN ({$imp}) AND uid = '{$mybb->user['uid']}'");
while($rating = $db->fetch_array($query))
|
Zeile 806 | Zeile 847 |
---|
$threadcache[$rating['tid']]['rated'] = 1; } }
|
$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 822 | Zeile 859 |
---|
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']]) { $threadcache[$post['tid']]['doticon'] = 1;
|
if($threadcache[$post['tid']]) { $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']])
|
} if($threadcache[$readthread['tid']])
|
{ $threadcache[$readthread['tid']]['lastread'] = $readthread['dateline']; } } }
| { $threadcache[$readthread['tid']]['lastread'] = $readthread['dateline']; } } }
|
if($mybb->settings['threadreadcut'] > 0 && $mybb->user['uid']) { $query = $db->simple_select("forumsread", "dateline", "fid='{$fid}' AND uid='{$mybb->user['uid']}'");
| if($mybb->settings['threadreadcut'] > 0 && $mybb->user['uid']) { $query = $db->simple_select("forumsread", "dateline", "fid='{$fid}' AND uid='{$mybb->user['uid']}'");
|
Zeile 885 | Zeile 922 |
---|
$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']) {
|
{ if(!$mybb->settings['maxmultipagelinks']) {
|
$mybb->settings['maxmultipagelinks'] = 5;
| $mybb->settings['maxmultipagelinks'] = 5;
|
}
if(!$mybb->settings['postsperpage'])
| }
if(!$mybb->settings['postsperpage'])
|
Zeile 911 | Zeile 948 |
---|
{ $bgcolor = alt_trow(); }
|
{ $bgcolor = alt_trow(); }
|
|
|
if($thread['sticky'] == 1) { $thread_type_class = " forumdisplay_sticky";
|
if($thread['sticky'] == 1) { $thread_type_class = " forumdisplay_sticky";
|
} else
| } else
|
{ $thread_type_class = " forumdisplay_regular";
|
{ $thread_type_class = " forumdisplay_regular";
|
}
| }
|
$folder = ''; $prefix = '';
|
$folder = ''; $prefix = '';
|
|
|
$thread['author'] = $thread['uid']; if(!$thread['username']) { $thread['username'] = $thread['threadusername']; $thread['profilelink'] = $thread['threadusername'];
|
$thread['author'] = $thread['uid']; if(!$thread['username']) { $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']);
| if($thread['prefix'] != 0) { $threadprefix = build_prefixes($thread['prefix']);
|
Zeile 968 | Zeile 1005 |
---|
$shownormalsep = true; $donestickysep = true; }
|
$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;
| { eval("\$threads .= \"".$templates->get("forumdisplay_threads_sep")."\";"); $shownormalsep = false;
|
Zeile 988 | Zeile 1025 |
---|
$thread['numratings'] = intval($thread['numratings']);
$not_rated = '';
|
$thread['numratings'] = intval($thread['numratings']);
$not_rated = '';
|
if(!$thread['rated'])
| if(!isset($thread['rated']) || empty($thread['rated']))
|
{ $not_rated = ' star_rating_notrated'; }
| { $not_rated = ' star_rating_notrated'; }
|
Zeile 1042 | Zeile 1079 |
---|
if($ismod) {
|
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 1232 | Zeile 1269 |
---|
{ eval("\$customthreadtools .= \"".$templates->get("forumdisplay_inlinemoderation_custom_tool")."\";"); }
|
{ eval("\$customthreadtools .= \"".$templates->get("forumdisplay_inlinemoderation_custom_tool")."\";"); }
|
|
|
if($customthreadtools) { eval("\$customthreadtools = \"".$templates->get("forumdisplay_inlinemoderation_custom")."\";");
| if($customthreadtools) { eval("\$customthreadtools = \"".$templates->get("forumdisplay_inlinemoderation_custom")."\";");
|
Zeile 1247 | Zeile 1284 |
---|
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 1275 | Zeile 1312 |
---|
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")."\";");
|