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.
Hello,

sorry for the second post here. 

I've come across a problem that a lot of forums have had before, however everything I try on the support doesn't work.

When I want to use inline moderation, the number of posts selected doesn't move from '0' and gives me this error: 
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.

I am running 1.8.11 if that helps and the theme I am using is for 1.8x also.

A lot of people have been told it could be to do with their js/jquery scripts
Here is what I have in my headerinclude template (I don't know js/jquery very well):
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> 
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins_e.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1810"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/flatty.js?ver=1810"></script>
<script type="text/javascript">jQuery.noConflict();</script> 

Thanks very much
can we have your forum url ..

remove <script type="text/javascript">jQuery.noConflict();</script> from the headerinclude template & check if the issue fixes
(2017-05-02, 01:37 AM).m. Wrote: [ -> ]can we have your forum url ..

remove <script type="text/javascript">jQuery.noConflict();</script> from the headerinclude template & check if the issue fixes

Hi, sure.. it's techreflect.co.uk

I added that just now to see if it fixes the problem as another forum recommended it, no fix though.
flatty theme has two javascript files. they should be uploaded to jscripts folder of your MyBB files server.
(2017-05-02, 01:48 AM).m. Wrote: [ -> ]flatty theme has two javascript files. they should be uploaded to jscripts folder of your MyBB files server.

I've just uploaded them and now it's all working fine. No idea how I missed them, thanks for the help!