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,showthread_quickreply_options_close,showthread_quickreply_options_stick";
| $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 .= ",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,showthread_multipage,postbit_reputation,postbit_quickdelete,postbit_attachments,postbit_attachments_attachment,postbit_attachments_thumbnails,postbit_attachments_images_image,postbit_attachments_images,postbit_posturl,postbit_rep_button,showthread_inlinemoderation_standard";
| $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 .= ",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_threadedbox,showthread_quickreply_options_signature,showthread_threaded_bitactive,showthread_threaded_bit,postbit_attachments_attachment_unapproved,showthread_threadnotes,showthread_threadnotes_viewnotes";
| $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,postbit_warninglevel,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 54 | Zeile 55 |
---|
$mybb->input['tid'] = $post['tid']; }
|
$mybb->input['tid'] = $post['tid']; }
|
}
// Get the thread details from the database. $thread = get_thread($mybb->get_input('tid', 1));
| }
// Get the thread details from the database. $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|")
|
{
| {
|
error($lang->error_invalidthread); }
| error($lang->error_invalidthread); }
|
Zeile 68 | Zeile 69 |
---|
$thread['threadprefix'] = ''; $thread['displayprefix'] = ''; if($thread['prefix'] != 0)
|
$thread['threadprefix'] = ''; $thread['displayprefix'] = ''; if($thread['prefix'] != 0)
|
{
| {
|
$threadprefix = build_prefixes($thread['prefix']);
if(!empty($threadprefix['prefix'])) {
|
$threadprefix = build_prefixes($thread['prefix']);
if(!empty($threadprefix['prefix'])) {
|
$thread['threadprefix'] = $threadprefix['prefix'].' ';
| $thread['threadprefix'] = htmlspecialchars_uni($threadprefix['prefix']).' ';
|
$thread['displayprefix'] = $threadprefix['displaystyle'].' '; } }
| $thread['displayprefix'] = $threadprefix['displaystyle'].' '; } }
|
Zeile 120 | Zeile 121 |
---|
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 132 | Zeile 135 |
---|
// Does the user have permission to view this thread? if($forumpermissions['canview'] != 1 || $forumpermissions['canviewthreads'] != 1)
|
// Does the user have permission to view this thread? if($forumpermissions['canview'] != 1 || $forumpermissions['canviewthreads'] != 1)
|
{ error_no_permission(); }
| { error_no_permission(); }
|
if(isset($forumpermissions['canonlyviewownthreads']) && $forumpermissions['canonlyviewownthreads'] == 1 && $thread['uid'] != $mybb->user['uid']) { error_no_permission();
| if(isset($forumpermissions['canonlyviewownthreads']) && $forumpermissions['canonlyviewownthreads'] == 1 && $thread['uid'] != $mybb->user['uid']) { error_no_permission();
|
Zeile 179 | Zeile 182 |
---|
$read_cutoff = TIME_NOW-$mybb->settings['threadreadcut']*60*60*24; if($forum_read == 0 || $forum_read < $read_cutoff)
|
$read_cutoff = TIME_NOW-$mybb->settings['threadreadcut']*60*60*24; if($forum_read == 0 || $forum_read < $read_cutoff)
|
{
| {
|
$forum_read = $read_cutoff; } }
| $forum_read = $read_cutoff; } }
|
Zeile 224 | Zeile 227 |
---|
}
// Next, find the proper pid to link to.
|
}
// Next, find the proper pid to link to.
|
$options = array( "limit_start" => 0, "limit" => 1,
| $options = array( "limit_start" => 0, "limit" => 1,
|
"order_by" => "dateline", "order_dir" => "asc" );
| "order_by" => "dateline", "order_dir" => "asc" );
|
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 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 924 | Zeile 931 |
---|
require_once MYBB_ROOT."/inc/functions_rebuild.php"; rebuild_thread_counters($thread['tid']); }
|
require_once MYBB_ROOT."/inc/functions_rebuild.php"; rebuild_thread_counters($thread['tid']); }
|
}
| }
|
$postcount = (int)$thread['replies']+1; $pages = $postcount / $perpage;
| $postcount = (int)$thread['replies']+1; $pages = $postcount / $perpage;
|
Zeile 943 | Zeile 950 |
---|
if($page) { $start = ($page-1) * $perpage;
|
if($page) { $start = ($page-1) * $perpage;
|
}
| }
|
else { $start = 0;
| else { $start = 0;
|
Zeile 983 | Zeile 990 |
---|
{ $highlight .= "&highlight[]=".urlencode($highlight_word); }
|
{ $highlight .= "&highlight[]=".urlencode($highlight_word); }
|
}
| }
|
else { $highlight = "&highlight=".urlencode($mybb->get_input('highlight'));
| else { $highlight = "&highlight=".urlencode($mybb->get_input('highlight'));
|
Zeile 997 | Zeile 1004 |
---|
}
$multipage = multipage($postcount, $perpage, $page, str_replace("{tid}", $tid, THREAD_URL_PAGED.$highlight.$threadmode));
|
}
$multipage = multipage($postcount, $perpage, $page, str_replace("{tid}", $tid, THREAD_URL_PAGED.$highlight.$threadmode));
|
if($postcount > $perpage) { eval("\$threadpages = \"".$templates->get("showthread_multipage")."\";"); }
| |
// Lets get the pids of the posts on this page. $pids = "";
| // Lets get the pids of the posts on this page. $pids = "";
|
Zeile 1106 | Zeile 1109 |
---|
if($similar_thread['icon'] > 0 && $icon_cache[$similar_thread['icon']]) { $icon = $icon_cache[$similar_thread['icon']];
|
if($similar_thread['icon'] > 0 && $icon_cache[$similar_thread['icon']]) { $icon = $icon_cache[$similar_thread['icon']];
|
| $icon['path'] = str_replace("{theme}", $theme['imgdir'], $icon['path']); $icon['path'] = htmlspecialchars_uni($icon['path']); $icon['name'] = htmlspecialchars_uni($icon['name']);
|
eval("\$icon = \"".$templates->get("forumdisplay_thread_icon")."\";"); } else
| eval("\$icon = \"".$templates->get("forumdisplay_thread_icon")."\";"); } else
|
Zeile 1247 | 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=''"); break;
| 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:
|
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; }
while($tool = $db->fetch_array($query))
|
break; }
while($tool = $db->fetch_array($query))
|
{
| {
|
if($tool['type'] == 'p') { eval("\$customposttools .= \"".$templates->get("showthread_inlinemoderation_custom_tool")."\";");
| if($tool['type'] == 'p') { eval("\$customposttools .= \"".$templates->get("showthread_inlinemoderation_custom_tool")."\";");
|
Zeile 1275 | Zeile 1294 |
---|
{ eval("\$customposttools = \"".$templates->get("showthread_inlinemoderation_custom")."\";"); }
|
{ eval("\$customposttools = \"".$templates->get("showthread_inlinemoderation_custom")."\";"); }
|
}
$inlinemodsoftdelete = $inlinemodrestore = $inlinemoddelete = $inlinemodmanage = $inlinemodapprove = '';
| }
$inlinemodsoftdelete = $inlinemodrestore = $inlinemoddelete = $inlinemodmanage = $inlinemodapprove = '';
|
if(is_moderator($forum['fid'], "cansoftdeleteposts")) { eval("\$inlinemodsoftdelete = \"".$templates->get("showthread_inlinemoderation_softdelete")."\";");
| if(is_moderator($forum['fid'], "cansoftdeleteposts")) { eval("\$inlinemodsoftdelete = \"".$templates->get("showthread_inlinemoderation_softdelete")."\";");
|
Zeile 1302 | Zeile 1321 |
---|
if(is_moderator($forum['fid'], "canapproveunapproveposts")) { eval("\$inlinemodapprove = \"".$templates->get("showthread_inlinemoderation_approve")."\";");
|
if(is_moderator($forum['fid'], "canapproveunapproveposts")) { eval("\$inlinemodapprove = \"".$templates->get("showthread_inlinemoderation_approve")."\";");
|
}
| }
|
if(!empty($inlinemodsoftdelete) || !empty($inlinemodrestore) || !empty($inlinemoddelete) || !empty($inlinemodmanage) || !empty($inlinemodapprove)) { eval("\$standardposttools = \"".$templates->get("showthread_inlinemoderation_standard")."\";");
| if(!empty($inlinemodsoftdelete) || !empty($inlinemodrestore) || !empty($inlinemoddelete) || !empty($inlinemodmanage) || !empty($inlinemodapprove)) { eval("\$standardposttools = \"".$templates->get("showthread_inlinemoderation_standard")."\";");
|
Zeile 1326 | Zeile 1345 |
---|
if(is_moderator($forum['fid'], "canopenclosethreads")) { eval("\$openclosethread = \"".$templates->get("showthread_moderationoptions_openclose")."\";");
|
if(is_moderator($forum['fid'], "canopenclosethreads")) { eval("\$openclosethread = \"".$templates->get("showthread_moderationoptions_openclose")."\";");
|
}
| }
|
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")) { eval("\$deletethread = \"".$templates->get("showthread_moderationoptions_delete")."\";");
|
if(is_moderator($forum['fid'], "candeletethreads")) { eval("\$deletethread = \"".$templates->get("showthread_moderationoptions_delete")."\";");
|
}
| }
|
if(is_moderator($forum['fid'], "canmanagethreads"))
|
if(is_moderator($forum['fid'], "canmanagethreads"))
|
{
| {
|
eval("\$threadnotes = \"".$templates->get("showthread_moderationoptions_threadnotes")."\";"); eval("\$managethread = \"".$templates->get("showthread_moderationoptions_manage")."\";"); }
| eval("\$threadnotes = \"".$templates->get("showthread_moderationoptions_threadnotes")."\";"); eval("\$managethread = \"".$templates->get("showthread_moderationoptions_manage")."\";"); }
|
Zeile 1347 | Zeile 1366 |
---|
if($pollbox && is_moderator($forum['fid'], "canmanagepolls")) { eval("\$adminpolloptions = \"".$templates->get("showthread_moderationoptions_deletepoll")."\";");
|
if($pollbox && is_moderator($forum['fid'], "canmanagepolls")) { eval("\$adminpolloptions = \"".$templates->get("showthread_moderationoptions_deletepoll")."\";");
|
}
| }
|
if(is_moderator($forum['fid'], "canapproveunapprovethreads")) { if($thread['visible'] == 0) { $approveunapprovethread = "<option value=\"approvethread\">".$lang->approve_thread."</option>";
|
if(is_moderator($forum['fid'], "canapproveunapprovethreads")) { if($thread['visible'] == 0) { $approveunapprovethread = "<option value=\"approvethread\">".$lang->approve_thread."</option>";
|
} else { $approveunapprovethread = "<option value=\"unapprovethread\">".$lang->unapprove_thread."</option>"; } }
if(is_moderator($forum['fid'], "cansoftdeletethreads")) { if($thread['visible'] == -1) { $softdeletethread = "<option value=\"restorethread\">".$lang->restore_thread."</option>"; }
| }
|
else {
|
else {
|
$softdeletethread = "<option value=\"softdeletethread\">".$lang->soft_delete_thread."</option>";
| $approveunapprovethread = "<option value=\"unapprovethread\">".$lang->unapprove_thread."</option>";
|
}
|
}
|
| }
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")."\";");
|
}
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))
|
{
| {
|
eval("\$standardthreadtools = \"".$templates->get("showthread_moderationoptions_standard")."\";");
|
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")."\";"); }
|
}
| }
|
// Display 'send thread' link if permissions allow $sendthread = '';
| // Display 'send thread' link if permissions allow $sendthread = '';
|
Zeile 1396 | Zeile 1412 |
---|
$addpoll = ''; $time = TIME_NOW; if(!$thread['poll'] && ($thread['uid'] == $mybb->user['uid'] || $ismod == true) && $forumpermissions['canpostpolls'] == 1 && $forum['open'] != 0 && $thread['closed'] != 1 && ($ismod == true || $thread['dateline'] > ($time-($mybb->settings['polltimelimit']*60*60)) || $mybb->settings['polltimelimit'] == 0))
|
$addpoll = ''; $time = TIME_NOW; if(!$thread['poll'] && ($thread['uid'] == $mybb->user['uid'] || $ismod == true) && $forumpermissions['canpostpolls'] == 1 && $forum['open'] != 0 && $thread['closed'] != 1 && ($ismod == true || $thread['dateline'] > ($time-($mybb->settings['polltimelimit']*60*60)) || $mybb->settings['polltimelimit'] == 0))
|
{
| {
|
eval("\$addpoll = \"".$templates->get("showthread_add_poll")."\";"); }
| eval("\$addpoll = \"".$templates->get("showthread_add_poll")."\";"); }
|
Zeile 1475 | Zeile 1491 |
---|
if($guestcount) { $guestsonline = $lang->sprintf($lang->users_browsing_thread_guests, $guestcount);
|
if($guestcount) { $guestsonline = $lang->sprintf($lang->users_browsing_thread_guests, $guestcount);
|
| }
$invisonline = ''; if($mybb->user['invisible'] == 1) { // the user was counted as invisible user --> correct the inviscount $inviscount -= 1; } if($inviscount && $mybb->usergroup['canviewwolinvis'] != 1) { $invisonline = $lang->sprintf($lang->users_browsing_forum_invis, $inviscount);
|
}
$onlinesep = '';
|
}
$onlinesep = '';
|
if($guestcount && $onlinemembers)
| if($invisonline != '' && $onlinemembers)
|
{ $onlinesep = $lang->comma; }
|
{ $onlinesep = $lang->comma; }
|
$invisonline = ''; if($inviscount && $mybb->usergroup['canviewwolinvis'] != 1 && ($inviscount != 1 && $mybb->user['invisible'] != 1)) { $invisonline = $lang->sprintf($lang->users_browsing_thread_invis, $inviscount); }
|
|
$onlinesep2 = '';
|
$onlinesep2 = '';
|
if($invisonline != '' && $guestcount)
| if($invisonline != '' && $guestcount || $onlinemembers && $guestcount)
|
{ $onlinesep2 = $lang->comma; }
| { $onlinesep2 = $lang->comma; }
|