Zeile 11 | Zeile 11 |
---|
define("IN_MYBB", 1); define('THIS_SCRIPT', 'showthread.php');
|
define("IN_MYBB", 1); define('THIS_SCRIPT', 'showthread.php');
|
$templatelist = "showthread,postbit,postbit_author_user,postbit_author_guest,showthread_newthread,showthread_newreply,showthread_newreply_closed,postbit_avatar,postbit_find,postbit_pm,postbit_www,postbit_email,postbit_edit,postbit_quote,postbit_report,postbit_signature,postbit_online,postbit_offline,postbit_away,postbit_gotopost,showthread_ratethread"; $templatelist .= ",multipage,multipage_breadcrumb,multipage_end,multipage_jump_page,multipage_nextpage,multipage_page,multipage_page_current,multipage_page_link_current,multipage_prevpage,multipage_start,showthread_inlinemoderation_softdelete,showthread_inlinemoderation_restore,showthread_inlinemoderation_delete,showthread_inlinemoderation_manage"; $templatelist .= ",postbit_editedby,showthread_similarthreads,showthread_similarthreads_bit,postbit_iplogged_show,postbit_iplogged_hiden,postbit_profilefield,showthread_quickreply,showthread_add_poll,showthread_send_thread,showthread_poll_editpoll,showthread_poll_undovote,showthread_moderationoptions_standard,postbit_editedby_editreason,postbit_warninglevel"; $templatelist .= ",forumjump_advanced,forumjump_special,forumjump_bit,postbit_reputation,postbit_quickdelete,postbit_attachments,postbit_attachments_attachment,postbit_attachments_thumbnails,postbit_attachments_images_image,postbit_attachments_images,showthread_inlinemoderation_standard,showthread_quickreply_options_stick,showthread_quickreply_options_close"; $templatelist .= ",postbit_inlinecheck,showthread_inlinemoderation,postbit_attachments_thumbnails_thumbnail,postbit_ignored,postbit_groupimage,postbit_multiquote,showthread_search,showthread_moderationoptions_custom_tool,showthread_moderationoptions_custom,showthread_inlinemoderation_custom_tool,showthread_inlinemoderation_custom,postbit_posturl,postbit_rep_button"; $templatelist .= ",showthread_usersbrowsing,showthread_usersbrowsing_user,showthread_poll_option_multiple,showthread_poll_option,showthread_poll,showthread_threadedbox,showthread_quickreply_options_signature,showthread_threaded_bitactive,showthread_threaded_bit,postbit_attachments_attachment_unapproved,showthread_threadnotes,showthread_threadnotes_viewnotes";
| $templatelist = "showthread,postbit,postbit_author_user,postbit_author_guest,showthread_newthread,showthread_newreply,showthread_newreply_closed,postbit_avatar,postbit_find,postbit_pm,postbit_www,postbit_email,postbit_edit,postbit_quote,postbit_report,postbit_signature,postbit_online,postbit_offline,postbit_away,showthread_ratethread"; $templatelist .= ",multipage,multipage_breadcrumb,multipage_end,multipage_jump_page,multipage_nextpage,multipage_page,multipage_page_current,multipage_page_link_current,multipage_prevpage,multipage_start,showthread_inlinemoderation_softdelete,showthread_inlinemoderation_restore,showthread_inlinemoderation_delete,postbit_posturl,postbit_icon"; $templatelist .= ",postbit_editedby,showthread_similarthreads,showthread_similarthreads_bit,postbit_iplogged_show,postbit_iplogged_hiden,postbit_profilefield,showthread_quickreply,showthread_add_poll,showthread_send_thread,showthread_poll_editpoll,showthread_poll_undovote,showthread_moderationoptions_standard,postbit_editedby_editreason"; $templatelist .= ",forumjump_advanced,forumjump_special,forumjump_bit,postbit_reputation,postbit_quickdelete,postbit_attachments,postbit_attachments_attachment,postbit_attachments_thumbnails,postbit_attachments_images_image,postbit_attachments_images,showthread_quickreply_options_stick,showthread_quickreply_options_close,attachment_icon"; $templatelist .= ",postbit_inlinecheck,showthread_inlinemoderation,postbit_attachments_thumbnails_thumbnail,postbit_ignored,postbit_groupimage,postbit_multiquote,showthread_search,showthread_moderationoptions_custom_tool,showthread_moderationoptions_custom,showthread_inlinemoderation_custom_tool,showthread_inlinemoderation_custom"; $templatelist .= ",showthread_usersbrowsing,showthread_usersbrowsing_user,showthread_poll_option_multiple,showthread_poll_option,showthread_poll,showthread_quickreply_options_signature,showthread_threaded_bitactive,showthread_threaded_bit,postbit_attachments_attachment_unapproved,showthread_threadnotes,showthread_threadnotes_viewnotes";
|
$templatelist .= ",showthread_moderationoptions_openclose,showthread_moderationoptions_stickunstick,showthread_moderationoptions_delete,showthread_moderationoptions_threadnotes,showthread_moderationoptions_manage,showthread_moderationoptions_deletepoll,showthread_threadnoteslink,showthread_poll_results,showthread_classic_header,postbit_warn";
|
$templatelist .= ",showthread_moderationoptions_openclose,showthread_moderationoptions_stickunstick,showthread_moderationoptions_delete,showthread_moderationoptions_threadnotes,showthread_moderationoptions_manage,showthread_moderationoptions_deletepoll,showthread_threadnoteslink,showthread_poll_results,showthread_classic_header,postbit_warn";
|
$templatelist .= ",postbit_userstar,postbit_reputation_formatted_link,postbit_warninglevel_formatted,postbit_quickrestore,forumdisplay_password,forumdisplay_password_wrongpass,postbit_classic,postbit_purgespammer,showthread_inlinemoderation_approve,showthread_moderationoptions,forumdisplay_thread_icon,showthread_poll_resultbit,global_moderation_notice";
| $templatelist .= ",postbit_userstar,postbit_reputation_formatted_link,postbit_warninglevel_formatted,postbit_quickrestore,forumdisplay_password,forumdisplay_password_wrongpass,postbit_classic,postbit_purgespammer,showthread_inlinemoderation_approve,forumdisplay_thread_icon,showthread_poll_resultbit,postbit_warninglevel,postbit_gotopost"; $templatelist .= ",showthread_moderationoptions_softdelete,showthread_moderationoptions_restore,post_captcha,post_captcha_recaptcha,post_captcha_nocaptcha,post_captcha_ayah,showthread_moderationoptions,showthread_inlinemoderation_standard,showthread_threadedbox,postbit_rep_button,showthread_inlinemoderation_manage,global_moderation_notice";
|
require_once "./global.php"; require_once MYBB_ROOT."inc/functions_post.php";
| require_once "./global.php"; require_once MYBB_ROOT."inc/functions_post.php";
|
Zeile 33 | Zeile 34 |
---|
if(!empty($mybb->input['pid']) && !isset($mybb->input['tid'])) { // see if we already have the post information
|
if(!empty($mybb->input['pid']) && !isset($mybb->input['tid'])) { // see if we already have the post information
|
if(isset($style) && $style['pid'] == $mybb->get_input('pid', 1) && $style['tid'])
| if(isset($style) && $style['pid'] == $mybb->get_input('pid', MyBB::INPUT_INT) && $style['tid'])
|
{ $mybb->input['tid'] = $style['tid']; unset($style['tid']); // stop the thread caching code from being tricked
| { $mybb->input['tid'] = $style['tid']; unset($style['tid']); // stop the thread caching code from being tricked
|
Zeile 43 | Zeile 44 |
---|
$options = array( "limit" => 1 );
|
$options = array( "limit" => 1 );
|
$query = $db->simple_select("posts", "tid", "pid=".$mybb->get_input('pid', 1), $options);
| $query = $db->simple_select("posts", "fid,tid,visible", "pid=".$mybb->get_input('pid', MyBB::INPUT_INT), $options);
|
$post = $db->fetch_array($query);
|
$post = $db->fetch_array($query);
|
if(empty($post))
| if(empty($post) || ($post['visible'] == 0 && !is_moderator($post['fid'], 'canviewunapprove')) || ($post['visible'] == -1 && !is_moderator($post['fid'], 'canviewdeleted')))
|
{ // post does not exist --> show corresponding error error($lang->error_invalidpost);
| { // post does not exist --> show corresponding error error($lang->error_invalidpost);
|
Zeile 57 | Zeile 58 |
---|
}
// Get the thread details from the database.
|
}
// Get the thread details from the database.
|
$thread = get_thread($mybb->get_input('tid', 1));
| $thread = get_thread($mybb->get_input('tid', MyBB::INPUT_INT));
|
if(!$thread || substr($thread['closed'], 0, 6) == "moved|") {
| if(!$thread || substr($thread['closed'], 0, 6) == "moved|") {
|
Zeile 73 | Zeile 74 |
---|
if(!empty($threadprefix['prefix'])) {
|
if(!empty($threadprefix['prefix'])) {
|
$thread['threadprefix'] = $threadprefix['prefix'].' ';
| $thread['threadprefix'] = htmlspecialchars_uni($threadprefix['prefix']).' ';
|
$thread['displayprefix'] = $threadprefix['displaystyle'].' '; } }
| $thread['displayprefix'] = $threadprefix['displaystyle'].' '; } }
|
Zeile 92 | Zeile 93 |
---|
if(!$thread['username']) { $thread['username'] = $lang->guest;
|
if(!$thread['username']) { $thread['username'] = $lang->guest;
|
}
| }
|
// Is the currently logged in user a moderator of this forum? if(is_moderator($fid)) {
| // Is the currently logged in user a moderator of this forum? if(is_moderator($fid)) {
|
Zeile 104 | Zeile 105 |
---|
{ $visibleonly = " AND visible IN (0,1)"; $visibleonly2 = "AND p.visible IN (0,1) AND t.visible IN (0,1)";
|
{ $visibleonly = " AND visible IN (0,1)"; $visibleonly2 = "AND p.visible IN (0,1) AND t.visible IN (0,1)";
|
}
| }
|
elseif(is_moderator($fid, "canviewdeleted") == true && is_moderator($fid, "canviewunapprove") == false) { $visibleonly = " AND visible IN (-1,1)";
| elseif(is_moderator($fid, "canviewdeleted") == true && is_moderator($fid, "canviewunapprove") == false) { $visibleonly = " AND visible IN (-1,1)";
|
Zeile 114 | Zeile 115 |
---|
{ $visibleonly = " AND visible IN (-1,0,1)"; $visibleonly2 = "AND p.visible IN (-1,0,1) AND t.visible IN (-1,0,1)";
|
{ $visibleonly = " AND visible IN (-1,0,1)"; $visibleonly2 = "AND p.visible IN (-1,0,1) AND t.visible IN (-1,0,1)";
|
} }
| } }
|
} else { $ismod = false;
|
} else { $ismod = false;
|
| $visibleonly = " AND visible=1"; $visibleonly2 = "AND p.visible=1 AND t.visible=1";
|
}
// Make sure we are looking at a real thread here.
| }
// Make sure we are looking at a real thread here.
|
Zeile 161 | Zeile 164 |
---|
// If there is no specific action, we must be looking at the thread. if(!$mybb->get_input('action'))
|
// If there is no specific action, we must be looking at the thread. if(!$mybb->get_input('action'))
|
{
| {
|
$mybb->input['action'] = "thread"; }
| $mybb->input['action'] = "thread"; }
|
Zeile 229 | Zeile 232 |
---|
"limit" => 1, "order_by" => "dateline", "order_dir" => "asc"
|
"limit" => 1, "order_by" => "dateline", "order_dir" => "asc"
|
);
| );
|
$lastread = (int)$lastread; $query = $db->simple_select("posts", "pid", "tid='{$tid}' AND dateline > '{$lastread}' {$visibleonly}", $options); $newpost = $db->fetch_array($query);
| $lastread = (int)$lastread; $query = $db->simple_select("posts", "pid", "tid='{$tid}' AND dateline > '{$lastread}' {$visibleonly}", $options); $newpost = $db->fetch_array($query);
|
Zeile 320 | Zeile 323 |
---|
// Jump to the next oldest posts. if($mybb->input['action'] == "nextoldest")
|
// Jump to the next oldest posts. if($mybb->input['action'] == "nextoldest")
|
{ $options = array(
| { $options = array(
|
"limit" => 1, "limit_start" => 0, "order_by" => "lastpost",
| "limit" => 1, "limit_start" => 0, "order_by" => "lastpost",
|
Zeile 349 | Zeile 352 |
---|
exit; }
|
exit; }
|
$pid = $mybb->input['pid'] = $mybb->get_input('pid', 1);
| $pid = $mybb->input['pid'] = $mybb->get_input('pid', MyBB::INPUT_INT);
|
// Forumdisplay cache $forum_stats = $cache->read("forumsdisplay");
| // Forumdisplay cache $forum_stats = $cache->read("forumsdisplay");
|
Zeile 368 | Zeile 371 |
---|
$threadcount = $forum_threads['threads'];
if(is_moderator($fid, "canviewunapprove") == true)
|
$threadcount = $forum_threads['threads'];
if(is_moderator($fid, "canviewunapprove") == true)
|
{
| {
|
$threadcount += $forum_threads['unapprovedthreads'];
|
$threadcount += $forum_threads['unapprovedthreads'];
|
}
| }
|
// Limit to only our own threads $uid_only = ''; if(isset($forumpermissions['canonlyviewownthreads']) && $forumpermissions['canonlyviewownthreads'] == 1) { $uid_only = " AND uid = '".$mybb->user['uid']."'";
|
// Limit to only our own threads $uid_only = ''; if(isset($forumpermissions['canonlyviewownthreads']) && $forumpermissions['canonlyviewownthreads'] == 1) { $uid_only = " AND uid = '".$mybb->user['uid']."'";
|
$query = $db->simple_select("threads", "COUNT(tid) AS threads", "fid = '$fid' $visibleonly $uid_only", array('limit' => 1)); $threadcount = $db->fetch_field($query, "threads");
| $query = $db->simple_select("threads", "COUNT(tid) AS threads", "fid = '$fid' $visibleonly $uid_only", array('limit' => 1)); $threadcount = $db->fetch_field($query, "threads");
|
}
// If we have 0 threads double check there aren't any "moved" threads
| }
// If we have 0 threads double check there aren't any "moved" threads
|
Zeile 391 | Zeile 394 |
---|
$stickybit = " OR sticky=1"; if($thread['sticky'] == 1)
|
$stickybit = " OR sticky=1"; if($thread['sticky'] == 1)
|
{
| {
|
$stickybit = " AND sticky=1";
|
$stickybit = " AND sticky=1";
|
}
| }
|
// Figure out what page the thread is actually on switch($db->type)
| // Figure out what page the thread is actually on switch($db->type)
|
Zeile 410 | Zeile 413 |
---|
default: $query = $db->simple_select("threads", "COUNT(tid) as threads", "fid = '$fid' AND (lastpost >= '".(int)$thread['lastpost']."'{$stickybit}) {$visibleonly} {$uid_only}", array('order_by' => 'lastpost', 'order_dir' => 'desc')); }
|
default: $query = $db->simple_select("threads", "COUNT(tid) as threads", "fid = '$fid' AND (lastpost >= '".(int)$thread['lastpost']."'{$stickybit}) {$visibleonly} {$uid_only}", array('order_by' => 'lastpost', 'order_dir' => 'desc')); }
|
|
|
$thread_position = $db->fetch_field($query, "threads"); $thread_page = ceil(($thread_position/$mybb->settings['threadsperpage']));
|
$thread_position = $db->fetch_field($query, "threads"); $thread_page = ceil(($thread_position/$mybb->settings['threadsperpage']));
|
|
|
$breadcrumb_multipage = array( "num_threads" => $threadcount, "current_page" => $thread_page
| $breadcrumb_multipage = array( "num_threads" => $threadcount, "current_page" => $thread_page
|
Zeile 778 | Zeile 781 |
---|
// Which thread mode is our user using by default? if(!empty($mybb->user['threadmode']))
|
// Which thread mode is our user using by default? if(!empty($mybb->user['threadmode']))
|
{
| {
|
$defaultmode = $mybb->user['threadmode']; } else if($mybb->settings['threadusenetstyle'] == 1)
| $defaultmode = $mybb->user['threadmode']; } else if($mybb->settings['threadusenetstyle'] == 1)
|
Zeile 831 | Zeile 834 |
---|
if(!$showpost['pid']) { error($lang->error_invalidpost);
|
if(!$showpost['pid']) { error($lang->error_invalidpost);
|
}
| }
|
$attachcache = array(); if($mybb->settings['enableattachments'] == 1 && $thread['attachmentcount'] > 0 || is_moderator($fid, 'caneditposts')) {
| $attachcache = array(); if($mybb->settings['enableattachments'] == 1 && $thread['attachmentcount'] > 0 || is_moderator($fid, 'caneditposts')) {
|
Zeile 882 | Zeile 885 |
---|
// Figure out if we need to display multiple pages. $page = 1; $perpage = $mybb->settings['postsperpage'];
|
// Figure out if we need to display multiple pages. $page = 1; $perpage = $mybb->settings['postsperpage'];
|
if($mybb->get_input('page', 1) && $mybb->get_input('page') != "last")
| if($mybb->get_input('page', MyBB::INPUT_INT) && $mybb->get_input('page') != "last")
|
{
|
{
|
$page = $mybb->get_input('page', 1);
| $page = $mybb->get_input('page', MyBB::INPUT_INT);
|
}
if(!empty($mybb->input['pid'])) { $post = get_post($mybb->input['pid']);
|
}
if(!empty($mybb->input['pid'])) { $post = get_post($mybb->input['pid']);
|
if($post)
| if(empty($post) || ($post['visible'] == 0 && !is_moderator($post['fid'], 'canviewunapprove')) || ($post['visible'] == -1 && !is_moderator($post['fid'], 'canviewdeleted'))) { $footer .= '<script type="text/javascript">$(document).ready(function() { $.jGrowl(\''.$lang->error_invalidpost.'\', {theme: \'jgrowl_error\'}); });</script>'; } else
|
{ $query = $db->query(" SELECT COUNT(p.dateline) AS count FROM ".TABLE_PREFIX."posts p
| { $query = $db->query(" SELECT COUNT(p.dateline) AS count FROM ".TABLE_PREFIX."posts p
|
Zeile 1246 | Zeile 1253 |
---|
if(is_moderator($forum['fid'], "canusecustomtools") && (!empty($forum_stats[-1]['modtools']) || !empty($forum_stats[$forum['fid']]['modtools']))) {
|
if(is_moderator($forum['fid'], "canusecustomtools") && (!empty($forum_stats[-1]['modtools']) || !empty($forum_stats[$forum['fid']]['modtools']))) {
|
| $gids = explode(',', $mybb->user['additionalgroups']); $gids[] = $mybb->user['usergroup']; $gids = array_filter(array_unique($gids));
|
switch($db->type) { case "pgsql": case "sqlite":
|
switch($db->type) { case "pgsql": case "sqlite":
|
$query = $db->simple_select("modtools", "tid, name, type", "','||forums||',' LIKE '%,$fid,%' OR ','||forums||',' LIKE '%,-1,%' OR forums=''");
| foreach($gids as $gid) { $gid = (int)$gid; $gidswhere .= " OR ','||groups||',' LIKE '%,{$gid},%'"; } $query = $db->simple_select("modtools", 'tid, name, type', "(','||forums||',' LIKE '%,$fid,%' OR ','||forums||',' LIKE '%,-1,%' OR forums='') AND (groups='' OR ','||groups||',' LIKE '%,-1,%'{$gidswhere})");
|
break; default:
|
break; default:
|
$query = $db->simple_select("modtools", "tid, name, type", "CONCAT(',',forums,',') LIKE '%,$fid,%' OR CONCAT(',',forums,',') LIKE '%,-1,%' OR forums=''");
| foreach($gids as $gid) { $gid = (int)$gid; $gidswhere .= " OR CONCAT(',',groups,',') LIKE '%,{$gid},%'"; } $query = $db->simple_select("modtools", 'tid, name, type', "(CONCAT(',',forums,',') LIKE '%,$fid,%' OR CONCAT(',',forums,',') LIKE '%,-1,%' OR forums='') AND (groups='' OR CONCAT(',',groups,',') LIKE '%,-1,%'{$gidswhere})");
|
break; }
| break; }
|
Zeile 1360 | Zeile 1380 |
---|
} }
|
} }
|
if(is_moderator($forum['fid'], "cansoftdeletethreads"))
| if(is_moderator($forum['fid'], "cansoftdeletethreads") && $thread['visible'] != -1)
|
{
|
{
|
if($thread['visible'] == -1) { $softdeletethread = "<option value=\"restorethread\">".$lang->restore_thread."</option>"; } else { $softdeletethread = "<option value=\"softdeletethread\">".$lang->soft_delete_thread."</option>"; }
| eval("\$softdeletethread = \"".$templates->get("showthread_moderationoptions_softdelete")."\";"); } elseif(is_moderator($forum['fid'], "canrestorethreads") && $thread['visible'] == -1) { eval("\$softdeletethread = \"".$templates->get("showthread_moderationoptions_restore")."\";");
|
}
if(!empty($openclosethread) || !empty($stickunstickthread) || !empty($deletethread) || !empty($managethread) || !empty($adminpolloptions) || !empty($approveunapprovethread) || !empty($softdeletethread))
| }
if(!empty($openclosethread) || !empty($stickunstickthread) || !empty($deletethread) || !empty($managethread) || !empty($adminpolloptions) || !empty($approveunapprovethread) || !empty($softdeletethread))
|
Zeile 1404 | Zeile 1421 |
---|
$add_remove_subscription_text = $lang->subscribe_thread;
if($mybb->user['uid'])
|
$add_remove_subscription_text = $lang->subscribe_thread;
if($mybb->user['uid'])
|
{
| {
|
$query = $db->simple_select("threadsubscriptions", "tid", "tid='".(int)$tid."' AND uid='".(int)$mybb->user['uid']."'", array('limit' => 1));
|
$query = $db->simple_select("threadsubscriptions", "tid", "tid='".(int)$tid."' AND uid='".(int)$mybb->user['uid']."'", array('limit' => 1));
|
|
|
if($db->fetch_field($query, 'tid')) { $add_remove_subscription = 'remove'; $add_remove_subscription_text = $lang->unsubscribe_thread; }
|
if($db->fetch_field($query, 'tid')) { $add_remove_subscription = 'remove'; $add_remove_subscription_text = $lang->unsubscribe_thread; }
|
}
| }
|
$classic_header = ''; if($mybb->settings['postlayout'] == "classic")
| $classic_header = ''; if($mybb->settings['postlayout'] == "classic")
|
Zeile 1422 | Zeile 1439 |
---|
// Get users viewing this thread if($mybb->settings['browsingthisthread'] != 0)
|
// Get users viewing this thread if($mybb->settings['browsingthisthread'] != 0)
|
{
| {
|
$timecut = TIME_NOW - $mybb->settings['wolcutoff'];
$comma = '';
| $timecut = TIME_NOW - $mybb->settings['wolcutoff'];
$comma = '';
|
Zeile 1511 | Zeile 1528 |
---|
/** * Build a navigation tree for threaded display. *
|
/** * Build a navigation tree for threaded display. *
|
* @param unknown_type $replyto * @param unknown_type $indent * @return unknown
| * @param int $replyto * @param int $indent * @return string
|
*/
|
*/
|
function buildtree($replyto="0", $indent="0")
| function buildtree($replyto=0, $indent=0)
|
{
|
{
|
global $tree, $mybb, $theme, $mybb, $pid, $tid, $templates, $parser;
| global $tree, $mybb, $theme, $mybb, $pid, $tid, $templates, $parser, $lang;
|
|
|
if($indent) { $indentsize = 13 * $indent; } else { $indentsize = 0; }
| $indentsize = 13 * $indent;
|
++$indent;
|
++$indent;
|
| $posts = '';
|
if(is_array($tree[$replyto])) { foreach($tree[$replyto] as $key => $post)
| if(is_array($tree[$replyto])) { foreach($tree[$replyto] as $key => $post)
|