MyBB Community Forums

Full Version: Inline Moderation Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My Inline Moderation numbers don't go up when I click threads, I assume this is a custom template/theme issue as it works on the default. As result, I'm getting:

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.

http://forum.tf2lottery.com/

Would appreciate some help Smile. And before you might ask, the:

Quote:Searching For "inline_moderation.js" in Master Templates

Are found in:

Quote:Found in forumdisplay_inlinemoderation
Found in search_results_posts_inlinemoderation
Found in search_results_threads_inlinemoderation
Found in showthread_inlinemoderation
you have jQuery loading twice (code is in headerinclude template) - remove one AND add jQuery noconflict code after jQuery like below

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

Gracias, I appreciate it! ^_^. It works just fine now! Repped + masked as only and best answer.
Personally, I would use the URL of jQuery:

https://ajax.googleapis.com/ajax/libs/jq...ery.min.js

It is more up to date. But admittedly I haven't done this myself yet. Big Grin
(2012-01-13, 07:06 PM)ranjani Wrote: [ -> ]you have jQuery loading twice (code is in headerinclude template) - remove one AND add jQuery noconflict code after jQuery like below

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

where is this template?
i m unable to find it.
Admin control panel, Templates & Style, click on "templates" in the left column, now find the template you are using (if you haven't changed it, it should be "Default Templates"). Click on "Ungrouped Templates" and edit the one called "headerinclude".

PS: sorry for necromancy
That wasn't working for me :|

Anybody can help me ?
I got same problem i didnt fixed it Sad