MyBB Community Forums

Full Version: Quick Editor not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I'm using vb4 theme for MyBB and quick editor isn't working.

there is no headerinclude templates, so I'm gonna post the forumdisplay and showthread

forumdisplay:

<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
lang.inline_edit_description = "{$lang->inline_edit_description}";
lang.post_fetch_error = "{$lang->post_fetch_error}";
// -->
</script>
<!-- jeditable (jquery) -->
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_edit.js?ver=1800"></script>
</head>
<body>
{$header}

{$rules}
{$subforums}
{$threadslist}

{$usersbrowsing}
{$moderatedby}
{$footer}


</body>
</html>

<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=1800"></script>
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/myreactions.js?ver=002"></script>
</head>
<body>
{$header}
{$threadnotesbox}
{$pollbox}
<div style="padding-bottom: 4px;" class="float_left">

<a style="color: #fff; text-decoration: none;" class="newcontent_button" href="newthread.php?fid={$fid}"><span>+</span><b> Post New Topic</b></a>&nbsp; 
{$newreply}
<br /><br />
</div>
{$ratethread}
<div class="float_right">
{$multipage}
</div>


<div id="posts">
{$posts}
</div>
<br />
<br />
<div class="navlinks">

<a href="{$next_oldest_link}">Previous Topic</a> | <a href="{$next_newest_link}">Next Topic</a>
</div>
<div class="float_left">
<a style="color: #fff; text-decoration: none;" class="newcontent_button" href="newthread.php?fid={$fid}"><span>+</span><b> Post New Topic</b></a>&nbsp; 

{$newreply}

</div>
<div style="padding-top: 4px;" class="float_right">
{$multipage}
</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&amp;tid={$tid}&amp;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}
</body>
</html>

Thank you

postbit_edit:
<a class="downpost" href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_edit"><img src="images/green/edit_40b.png"> Edit</a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		$("#edit_post_{$post['pid']}").popupMenu();
	}
// -->
</script>

Little update:

Seems like none of the JScript is working.

MyReactions doesn't update until page is refreshed
When marking a forum as read by clicking the "on.png" icon, I have to refresh
etc

Forum is https://tunerheat.com/

test account:
username: S-S
pw: test123