MyBB Community Forums

Full Version: Inline Moderation Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hey there,

When I try to use inline moderation it just doesn't work. I get the error.

"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 just can't find a fix for this! I have looked at other threads about this such as

http://community.mybb.com/thread-113391.html

http://community.mybb.com/post-991077.html

and

http://community.mybb.com/post-812202.html

but none of them had a solution for me!

When I select threads the number doesn't go up if that helps.

My site url is thecodercave.com (quite ironically I suppose). I am happy to pm a staff member the details of a superadmin account so they can edit this for me because I just can't work it out.

Thanks Smile 
remove below code from headerinclude template (in ungrouped templates) and then check
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script> 
(2014-09-12, 04:35 PM).m. Wrote: [ -> ]remove below code from headerinclude template (in ungrouped templates) and then check

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script> 


Hello im have the same problem, but this code not is in my "headerinclude"

mybb 1.8
foroup.com

thanks.
Same for me that code is not in there.
@Sir Fluffy Whiskers, well, your theme is missing a lot of stuff from 1.8. The headerinclude template, for example, doesn't even load jQuery... You have to use the Find Updated templates functionality.

Either that or upload a theme fully compatible with 1.8.
I am now using an older version of MyBB. Until a lot more of the plugins are compatible with 1.8 I will use this. Thanks for the help but for now I will stick with the version before 1.8.
@datoks : open myalerts.js in a code editor (eg. notepad++) and remove the noconflict code
jQuery.noConflict();

check if inline moderation works with this change
(2014-09-13, 02:24 AM).m. Wrote: [ -> ]@datoks : open myalerts.js in a code editor (eg. notepad++) and remove the noconflict code
jQuery.noConflict();

check if inline moderation works with this change

Ok now work finne, thanks!
I have the same problem.

Where I can find myalerts.js ?
Please Help me.

Thanks!
^ what is your forum url ? which version of MyBB you are using & which theme you are using ?
Pages: 1 2 3