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:
91
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

RE: Inline Moderation Not Working - 1.8.9

hastybuns
Member
Supreme
Level:
3
Reputation:
14
Posts:
116
Likes:
9
Credits:
75
19-09-2018, 10:54 AM
#2
Thanks a lot for this man! I am having this issue now like right now.

RE: Inline Moderation Not Working - 1.8.9

Prohibit
Junior Member
Level:
0
Reputation:
9
Posts:
58
Likes:
2
Credits:
0
28-09-2018, 07:25 AM
#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

Penny
????????
Level:
0
Reputation:
43
Posts:
361
Likes:
91
Credits:
1.05K
OP
28-09-2018, 12:14 PM
#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

Prohibit
Junior Member
Level:
0
Reputation:
9
Posts:
58
Likes:
2
Credits:
0
28-09-2018, 03:19 PM
#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

Penny
????????
Level:
0
Reputation:
43
Posts:
361
Likes:
91
Credits:
1.05K
OP
29-09-2018, 11:29 AM
#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

Prohibit
Junior Member
Level:
0
Reputation:
9
Posts:
58
Likes:
2
Credits:
0
10-10-2018, 10:52 PM
#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

arturo9704
Lurker
Level:
0
Reputation:
0
Posts:
5
Likes:
0
Credits:
7
14-10-2018, 06:55 PM
#8
I have this problem. With this tutorial I could not solve .. I need help please.

RE: Inline Moderation Not Working - 1.8.9

Quietz
YOUR FRIENDLY MEMBER
Prime
Level:
0
Reputation:
24
Posts:
221
Likes:
19
Credits:
0
15-10-2018, 04:49 PM
#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

X v X
Novice
Level:
0
Reputation:
0
Posts:
20
Likes:
1
Credits:
9
29-07-2019, 07:16 PM
#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: 1 Guest(s)