DeadlyGlobe71 napisał(a):pokaż
postbit_edit
@edit, spróbuj bez pluginu note moderator
Przecież napisałem że na domyślnym wszystko działa, plugin nie jest winny
widzę winowajce, trzeba było od razu zobaczyć konsole
zamien showthread
<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
var quickdelete_confirm = "{$lang->quickdelete_confirm}";
var quickrestore_confirm = "{$lang->quickrestore_confirm}";
var allowEditReason = "{$mybb->settings['alloweditreason']}";
lang.save_changes = "{$lang->save_changes}";
lang.cancel_edit = "{$lang->cancel_edit}";
lang.quick_edit_update_error = "{$lang->quick_edit_update_error}";
lang.quick_reply_post_error = "{$lang->quick_reply_post_error}";
lang.quick_delete_error = "{$lang->quick_delete_error}";
lang.quick_delete_success = "{$lang->quick_delete_success}";
lang.quick_delete_thread_success = "{$lang->quick_delete_thread_success}";
lang.quick_restore_error = "{$lang->quick_restore_error}";
lang.quick_restore_success = "{$lang->quick_restore_success}";
lang.editreason = "{$lang->postbit_editreason}";
// -->
</script>
<!-- jeditable (jquery) -->
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/notemoderator.js"></script>
<script type="text/javascript">
<!--
lang.notemoderator_delete_error = "{$lang->notemoderator_delete_error}";
lang.notemoderator_delete_confirm = "{$lang->notemoderator_delete_confirm}";
lang.notemoderator_has_been_deleted = "{$lang->notemoderator_has_been_deleted}";
// -->
</script>
</head>
<body id="forums">
{$header}
{$pollbox}
<div class="thread_details">
<div class="right">
<span class="viewmode_title">Tryb Wyświetlania</span>
<span class="viewmode"><strong><a href="showthread.php?mode=threaded&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&tid={$tid}&pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
</div>
<div>
<strong class="thread_title">{$thread['threadprefix']}{$thread['subject']}</strong><br />
</div>
</div><br class="clear">
<div class="float_left">
{$multipage}
</div>
<div class="float_right">
{$newthread}{$newreply}
</div>
<br class="clear">
<div class="thead_2">
<div><span class="forumtitle"><a href="{$forum_url}"><b>{$forum['name']}</b></a><span class="forumdesc">{$forum['description']}</span></span></div></div>
<div id="posts" style="border-top: 1px solid#CCC;">
{$posts}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top: 0;border-radius:0;">
<tr>
<td colspan="2" class="tfoot" style="border-top:0;">
{$search_thread}
<div>
<strong>« <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> »</strong>
</div>
</td>
</tr>
</table>
<div class="float_left"><br />
{$multipage}
</div><br />
<div style="padding-top: 4px;" class="float_right">
{$newthread}{$newreply}
</div>
<br style="clear: both;" />
{$quickreply}
{$threadexbox}
{$similarthreads}
<br />
<div class="float_left">
<ul class="thread_tools">
<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&tid={$tid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
</ul>
</div>
<div class="float_right" style="text-align: right;">
{$moderationoptions}
{$forumjump}
</div>
<br style="clear: both;" />
{$usersbrowsing}
{$footer}
{$classic_header}
</body>
</html>