MyBB Community Forums

Full Version: Inline Moderation Issue (still not working after tips)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone!

I've been trying to resolve this issue by myself for the past 3 hours because I didn't want to come and ask for help. But I noticed I cannot use the inline moderation. I posted a thread, selected it and tried all the options in the dropdown menu. None of them worked and I always got this error 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've tried all the fixes from this post (which were already fixed in 1.8.10, which I'm using) and this post
I've searched for updated templates and updated them manually, still nothing.


The theme I'm using is called Selenium.
This is my forum link streamcode.tk/forum

I hope we can figure this out.
Kind Regards,
boxabout
You haven't got the headerinclude change.

After:

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

you need:

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

I'm not sure what changes you applied from the find updated templates changes, but you're missing this one.
Thank you so much!

I completely forgot to do that after I re-downloaded mybb. You sir, deserve a cookie.

Kind Regards,
boxabout
Cookies are always appreciated Smile