MyBB Tutorials

Inline Moderation Not Working - 1.8.9

Submitted by Penny, , Thread ID: 26792

Thread Closed
Penny
????????
Level:
0
Reputation:
43
Posts:
361
Likes:
92
Credits:
1.05K
30-12-2016, 11:26 AM
#1
Repair bug in v1.8.9 MyBB

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.

admin/inc/class_page.php


replace:
PHP Code:
echo "<script type=\"text/javascript\" src=\"../jscripts/general.js?ver=1807\"></script>\n"
to:
PHP Code:
echo "<script type=\"text/javascript\" src=\"../jscripts/general.js?ver=1809\"></script>\n"

install/resources/mybb_theme.xml
replace:
Code:
<template name="headerinclude" version="1807"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
to:
Code:
<template name="headerinclude" version="1809"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />

jscripts/general.js
replace:
Code:
secure: cookieSecureFlag,
to:
Code:
secure: cookieSecureFlag == true,

headerinclude
Add:
Code:
var cookieSecureFlag = "{$mybb->settings['cookiesecureflag']}";

It's all Smile

Mybb related patches

Like if You are not a LEECHER.
I will be your website dev - PM

Upgraded by Deleted_44 Heart Eyes
Write if you need some link

Never argue with an idiot. They will only bring you down to their level and beat you with experience


Users browsing this thread: 1 Guest(s)