MyBB Community Forums

Full Version: Inline Moderation not working properly...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to move threads I get
Quote:Sorry, but you did not select any threads to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some threads and try again.
The strange thing is that I select them and even they count on the button
[Image: Usr8eEt.png]
Searched around this forum about the Inline Moderation problem, but couldn't find a solution for me.
Also the quick delete button on every post is missing. The strange thing also of this is that in the template it is there, but not in the forum...
Postbit code:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
	<div class="postbit-username"><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}</div>
	{$post['useravatar']}
	<div class="author_information">
			<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$post['groupimage']}</span>
			</span>
	</div>
	<div class="author_statistics">
		{$post['user_details']}{$post['ougc_awards']}
		</div>
</div>
<div class="post_content">
	<div class="post_head">
		{$post['posturl']}
		{$post['icon']}
		<span class="post_date"><i class="fa fa-clock-o"></i> {$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
	{$post['subject_extra']}
	</div>
	<div class="post_body scaleimages" id="pid_{$post['pid']}">
		{$post['message']}
	</div>
	{$post['attachments']}
	{$post['signature']}
	<div class="post_meta" id="post_meta_{$post['pid']}">
		{$post['iplogged']}
	</div>
</div>
<div class="post_controls">
	<div class="postbit_buttons author_buttons float_left">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>
	<div class="postbit_buttons post_management_buttons float_right">
		{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
	</div>
</div>
</div>{myadvertisements[zone_3]}

Here is the headerinclude
{$metadescription}
{$metakeywords}
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1809"></script>

<link href='http://fonts.googleapis.com/css?family=Exo:400,500,700,400italic,500italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400italic,700italic,700,400' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet" type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myadvertisements.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/myimagemodal.js?ver=1.0.1"></script>
{$stylesheets}
<!-- UA - User Messages --><script>var ua_messages_rooturl = '{$mybb->asset_url}'; var ua_messages_uid = {$mybb->user['uid']};</script><script>
    var ua_messages_language = { 
        browserUnsupported: '{$lang->ua_messages_browserUnsupported}',
        permissionRequest: '{$lang->ua_messages_permissionRequest}',
        permissionBlocked: '{$lang->ua_messages_permissionBlocked}',
        permissionNoNotif: '{$lang->ua_messages_permissionNoNotif}',
        permissionRequestNotif: '{$lang->ua_messages_permissionRequestNotif}',
        blockedCloseMessage: '{$lang->ua_messages_blockedCloseMessage}',
        information: '{$lang->ua_messages_information}',
        requestTitle: '{$lang->ua_messages_requestTitle}'
    };</script>
    <script type="text/javascript" src="{$mybb->asset_url}/jscripts/ua-plugins/messages.js?v=1"></script><!-- /UA - User Messages -->
<script type="text/javascript">
	lang.unknown_error = "{$lang->unknown_error}";

	lang.select2_match = "{$lang->select2_match}";
	lang.select2_matches = "{$lang->select2_matches}";
	lang.select2_nomatches = "{$lang->select2_nomatches}";
	lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
	lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
	lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
	lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
	lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
	lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
	lang.select2_loadmore = "{$lang->select2_loadmore}";
	lang.select2_searching = "{$lang->select2_searching}";

	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var rootpath = "{$mybb->settings['bburl']}";
	var imagepath = "{$theme['imgdir']}";
  	var yes_confirm = "{$lang->yes}";
	var no_confirm = "{$lang->no}";
	var MyBBEditor = null;
	var spinner_image = "{$theme['imgdir']}/spinner.gif";
	var spinner = "<img src='" + spinner_image +"' alt='' />";
	var modal_zindex = 9999;
</script>
<script type="text/javascript">
jQuery(function() {

    var quotes = jQuery(".quotes"); // Here you define the class you want to use in your messages
    var quoteIndex = -1;
    
    function showNextQuote() {
        ++quoteIndex;
        quotes.eq(quoteIndex % quotes.length)
            .fadeIn(500) // This is the time for the fade in effect
            .delay(6000) // This is the time for the change between each message
            .fadeOut(500, showNextQuote); // This is the time for the fade out effect
    }
    
    showNextQuote();

});
</script>
{$stylesheets}{$myprofile_headerinclude}

Information about the forum:
URL: http://smitebg.com/forum
MyBB Version: 1.8.11
Theme: Elusive