MyBB Tutorials

Inline Moderation Not Working - 1.8.9

Submitted by Penny, , Thread ID: 26792

Thread Closed
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

RE: Inline Moderation Not Working - 1.8.9

#2
Thanks a lot for this man! I am having this issue now like right now.

RE: Inline Moderation Not Working - 1.8.9

#3
Did all of this, but still experiencing the issue :(
A MyBB Community Owner
Looking for MyBB friends <3
Always looking for good tutorials for MyBB.

RE: Inline Moderation Not Working - 1.8.9

OP
#4
Prohibit
Check headerinclude as default. It will work.
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

RE: Inline Moderation Not Working - 1.8.9

#5
28-09-2018, 12:14 PM
Penny Wrote:
Prohibit
Check headerinclude as default. It will work.

Hey Penny,

Thanks for your quick response. Not sure I understand what you mean by 'check headerinclude as default' ?
A MyBB Community Owner
Looking for MyBB friends <3
Always looking for good tutorials for MyBB.

RE: Inline Moderation Not Working - 1.8.9

OP
#6
Prohibit
Compare your theme headerinclude file (ACP -> Templates -> Your Template -> Ungrouped Templates -> headerinclude) with default headerinclude.
But first check this option works correctly in the default template.
If you still have a problem, please give me your headericlude here Wink
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

RE: Inline Moderation Not Working - 1.8.9

#7
Was an issue with Advanced Quick Reply, plugin disabled.

Thank you for the reply.
A MyBB Community Owner
Looking for MyBB friends <3
Always looking for good tutorials for MyBB.

RE: Inline Moderation Not Working - 1.8.9

#8
I have this problem. With this tutorial I could not solve .. I need help please.

RE: Inline Moderation Not Working - 1.8.9

#9
NOTE for everyone that cant solve the issue with that: secure cookie flag should only be used if you are using SSL Smile. Judge me if im wrong please

RE: Inline Moderation Not Working - 1.8.9

#10
After following the tutorial several times and paying close attention, I still cannot manage to get inline moderation to work. Perhaps there is an updated version to this?

Users browsing this thread: 5 Guest(s)