MyBB Community Forums

Full Version: Move thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello mybb stuff i got problem with "Threads move/deleted"
When i try to movie my thread i got this messages "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." but i did select that thread i want to movie.

Here is my forum Link 

[Image: F3uCq1C.gif]
Also i use 1.8.8 is find and 1.8.9 i got that problem help please.
Do you use mybb 1.8.9?
(2016-12-24, 02:45 AM)AlexanderPep Wrote: [ -> ]Do you use mybb 1.8.9?

yes i do use it
(2016-12-24, 02:50 AM)DarkCode Wrote: [ -> ]
(2016-12-24, 02:45 AM)AlexanderPep Wrote: [ -> ]Do you use mybb 1.8.9?

yes i do use it

Go in headerinclude

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

if you have ver=1800/ver=1806 change to 1809


and add after
  var cookiePrefix = "{$mybb->settings['cookieprefix']}";
this
var cookieSecureFlag = {$mybb->settings['cookiesecureflag']};
(2016-12-24, 02:51 AM)AlexanderPep Wrote: [ -> ]
(2016-12-24, 02:50 AM)DarkCode Wrote: [ -> ]
(2016-12-24, 02:45 AM)AlexanderPep Wrote: [ -> ]Do you use mybb 1.8.9?

yes i do use it

Go in headerinclude

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

if you have ver=1800/ver=1806 change to 1809


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

Rate: +1 thanks