Zeile 19 | Zeile 19 |
---|
$templatelist .= ",showthread_usersbrowsing,showthread_usersbrowsing_user,showthread_poll_option,showthread_poll,showthread_quickreply_options_signature,showthread_threaded_bitactive,showthread_threaded_bit,postbit_attachments_attachment_unapproved"; $templatelist .= ",showthread_moderationoptions_openclose,showthread_moderationoptions_stickunstick,showthread_moderationoptions_delete,showthread_moderationoptions_threadnotes,showthread_moderationoptions_manage,showthread_moderationoptions_deletepoll"; $templatelist .= ",postbit_userstar,postbit_reputation_formatted_link,postbit_warninglevel_formatted,postbit_quickrestore,forumdisplay_password,forumdisplay_password_wrongpass,postbit_purgespammer,showthread_inlinemoderation_approve,forumdisplay_thread_icon";
|
$templatelist .= ",showthread_usersbrowsing,showthread_usersbrowsing_user,showthread_poll_option,showthread_poll,showthread_quickreply_options_signature,showthread_threaded_bitactive,showthread_threaded_bit,postbit_attachments_attachment_unapproved"; $templatelist .= ",showthread_moderationoptions_openclose,showthread_moderationoptions_stickunstick,showthread_moderationoptions_delete,showthread_moderationoptions_threadnotes,showthread_moderationoptions_manage,showthread_moderationoptions_deletepoll"; $templatelist .= ",postbit_userstar,postbit_reputation_formatted_link,postbit_warninglevel_formatted,postbit_quickrestore,forumdisplay_password,forumdisplay_password_wrongpass,postbit_purgespammer,showthread_inlinemoderation_approve,forumdisplay_thread_icon";
|
$templatelist .= ",showthread_moderationoptions_softdelete,showthread_moderationoptions_restore,post_captcha,post_captcha_recaptcha,post_captcha_recaptcha_invisible,post_captcha_nocaptcha,showthread_moderationoptions,showthread_inlinemoderation_standard,showthread_inlinemoderation_manage";
| $templatelist .= ",showthread_moderationoptions_softdelete,showthread_moderationoptions_restore,post_captcha,post_captcha_recaptcha_invisible,post_captcha_nocaptcha,showthread_moderationoptions,showthread_inlinemoderation_standard,showthread_inlinemoderation_manage";
|
$templatelist .= ",showthread_ratethread,postbit_posturl,postbit_icon,postbit_editedby_editreason,attachment_icon,global_moderation_notice,showthread_poll_option_multiple,postbit_gotopost,postbit_rep_button,postbit_warninglevel,showthread_threadnoteslink"; $templatelist .= ",showthread_moderationoptions_approve,showthread_moderationoptions_unapprove,showthread_inlinemoderation_delete,showthread_moderationoptions_standard,showthread_quickreply_options_close,showthread_inlinemoderation_custom,showthread_search"; $templatelist .= ",postbit_profilefield_multiselect_value,postbit_profilefield_multiselect,showthread_subscription,postbit_deleted_member,postbit_away,postbit_warn,postbit_classic,postbit_reputation,postbit_deleted,postbit_offline,postbit_online,postbit_signature";
| $templatelist .= ",showthread_ratethread,postbit_posturl,postbit_icon,postbit_editedby_editreason,attachment_icon,global_moderation_notice,showthread_poll_option_multiple,postbit_gotopost,postbit_rep_button,postbit_warninglevel,showthread_threadnoteslink"; $templatelist .= ",showthread_moderationoptions_approve,showthread_moderationoptions_unapprove,showthread_inlinemoderation_delete,showthread_moderationoptions_standard,showthread_quickreply_options_close,showthread_inlinemoderation_custom,showthread_search"; $templatelist .= ",postbit_profilefield_multiselect_value,postbit_profilefield_multiselect,showthread_subscription,postbit_deleted_member,postbit_away,postbit_warn,postbit_classic,postbit_reputation,postbit_deleted,postbit_offline,postbit_online,postbit_signature";
|
Zeile 459 | Zeile 459 |
---|
// Show the entire thread (taking into account pagination). if($mybb->input['action'] == "thread") {
|
// Show the entire thread (taking into account pagination). if($mybb->input['action'] == "thread") {
|
if($thread['firstpost'] == 0)
| // This is a workaround to fix threads which data may get "corrupted" due to lag or other still unknown reasons if($thread['firstpost'] == 0 || $thread['dateline'] == 0)
|
{ update_first_post($tid); }
| { update_first_post($tid); }
|
Zeile 889 | Zeile 890 |
---|
} }
|
} }
|
// Build the threaded post display tree. $query = $db->query("
| // Build the threaded post display tree. $query = $db->query("
|
SELECT p.username, p.uid, p.pid, p.replyto, p.subject, p.dateline FROM ".TABLE_PREFIX."posts p WHERE p.tid='$tid' $visible ORDER BY p.dateline ");
|
SELECT p.username, p.uid, p.pid, p.replyto, p.subject, p.dateline FROM ".TABLE_PREFIX."posts p WHERE p.tid='$tid' $visible ORDER BY p.dateline ");
|
| if(!is_array($postsdone)) { $postsdone = array(); }
|
while($post = $db->fetch_array($query)) { if(!$postsdone[$post['pid']])
| while($post = $db->fetch_array($query)) { if(!$postsdone[$post['pid']])
|
Zeile 1272 | Zeile 1277 |
---|
} }
|
} }
|
$posthash = md5($mybb->user['uid'].random_str());
| $posthash = md5($mybb->user['uid'].random_str()); $expaltext = (in_array("quickreply", $collapse)) ? "[+]" : "[-]";
|
eval("\$quickreply = \"".$templates->get("showthread_quickreply")."\";"); }
| eval("\$quickreply = \"".$templates->get("showthread_quickreply")."\";"); }
|
Zeile 1294 | Zeile 1300 |
---|
$thread['notes'] = my_substr($thread['notes'], 0, 200)."... {$viewnotes}"; }
|
$thread['notes'] = my_substr($thread['notes'], 0, 200)."... {$viewnotes}"; }
|
| $expaltext = (in_array("threadnotes", $collapse)) ? "[+]" : "[-]";
|
eval("\$threadnotesbox = \"".$templates->get("showthread_threadnotes")."\";"); }
| eval("\$threadnotesbox = \"".$templates->get("showthread_threadnotes")."\";"); }
|
Zeile 1317 | Zeile 1324 |
---|
foreach($gids as $gid) { $gid = (int)$gid;
|
foreach($gids as $gid) { $gid = (int)$gid;
|
$gidswhere .= " OR CONCAT(',',groups,',') LIKE '%,{$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})");
| $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 1397 | Zeile 1404 |
---|
if(is_moderator($forum['fid'], "canstickunstickthreads")) { eval("\$stickunstickthread = \"".$templates->get("showthread_moderationoptions_stickunstick")."\";");
|
if(is_moderator($forum['fid'], "canstickunstickthreads")) { eval("\$stickunstickthread = \"".$templates->get("showthread_moderationoptions_stickunstick")."\";");
|
}
| }
|
if(is_moderator($forum['fid'], "candeletethreads")) {
| if(is_moderator($forum['fid'], "candeletethreads")) {
|
Zeile 1416 | Zeile 1423 |
---|
}
if(is_moderator($forum['fid'], "canapproveunapprovethreads"))
|
}
if(is_moderator($forum['fid'], "canapproveunapprovethreads"))
|
{
| {
|
if($thread['visible'] == 0) { eval("\$approveunapprovethread = \"".$templates->get("showthread_moderationoptions_approve")."\";");
| if($thread['visible'] == 0) { eval("\$approveunapprovethread = \"".$templates->get("showthread_moderationoptions_approve")."\";");
|
Zeile 1428 | Zeile 1435 |
---|
}
if(is_moderator($forum['fid'], "cansoftdeletethreads") && $thread['visible'] != -1)
|
}
if(is_moderator($forum['fid'], "cansoftdeletethreads") && $thread['visible'] != -1)
|
{
| {
|
eval("\$softdeletethread = \"".$templates->get("showthread_moderationoptions_softdelete")."\";"); } elseif(is_moderator($forum['fid'], "canrestorethreads") && $thread['visible'] == -1) { eval("\$softdeletethread = \"".$templates->get("showthread_moderationoptions_restore")."\";");
|
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)) { eval("\$standardthreadtools = \"".$templates->get("showthread_moderationoptions_standard")."\";");
|
if(!empty($openclosethread) || !empty($stickunstickthread) || !empty($deletethread) || !empty($managethread) || !empty($adminpolloptions) || !empty($approveunapprovethread) || !empty($softdeletethread)) { eval("\$standardthreadtools = \"".$templates->get("showthread_moderationoptions_standard")."\";");
|
}
| }
|
// Only show mod menu if there's any options to show if(!empty($standardthreadtools) || !empty($customthreadtools)) { eval("\$moderationoptions = \"".$templates->get("showthread_moderationoptions")."\";"); } }
|
// Only show mod menu if there's any options to show if(!empty($standardthreadtools) || !empty($customthreadtools)) { eval("\$moderationoptions = \"".$templates->get("showthread_moderationoptions")."\";"); } }
|
| eval("\$printthread = \"".$templates->get("showthread_printthread")."\";");
|
// Display 'send thread' link if permissions allow $sendthread = '';
| // Display 'send thread' link if permissions allow $sendthread = '';
|
Zeile 1566 | Zeile 1575 |
---|
}
eval("\$usersbrowsing = \"".$templates->get("showthread_usersbrowsing")."\";");
|
}
eval("\$usersbrowsing = \"".$templates->get("showthread_usersbrowsing")."\";");
|
| }
if($thread['visible'] == -1 ) { $thread_deleted = 1;
|
}
$plugins->run_hooks("showthread_end");
| }
$plugins->run_hooks("showthread_end");
|