MyBB Community Forums

Full Version: Moderation expired
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I keep Getting this message when ever I try to delete a post :
Quote:Sorry, but you did not select any posts to perform inline moderation on, or your previous moderation session has expired (Automatically after 1 hour of inactivity). Please select some posts and try again.
how do I fix this?Huh
My site is : webmasters-network.com
check if below help OR wait for an expert to respond..

inline thread moderation
[SOLVED] Inline moderation problems
[quote='ranjani' pid='711395' dateline='1308943154']
check if below help OR wait for an expert to respond..
Nope, Didn't help.
When you tick the checkboxes, does the number in brackets on the Go button increase??
In your headerinclude template, search:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> 
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script> 
And replace with:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> 
<script type="text/javascript">jQuery.noConflict();</script>