MyBB Community Forums

Full Version: Unable to delete posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason when I check a post and click the option to delete threads permanently I get the following message.

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.
I just solved this on my board yesterday, try this.

The problem seems to be in "templates & style", "Ungrouped Templates", then "headerinclude".

Change

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1807"></script>

to this
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1809"></script>



and after
  var cookiePrefix = "{$mybb->settings['cookieprefix']}";

add this
var cookieSecureFlag = {$mybb->settings['cookiesecureflag']};
have you seen this => inline moderation issues
depending on your theme, that guidance might also be applicable for MyBB 1.8.10
Thank you I'll give a shot, so what could be keeping someone like me from signing out on my own forum?
^ basically that is a cookie related issue. what is your forum URL ?
Sorry for the late reply, I no longer have the forum.