MyBB Community Forums

Full Version: Weird Message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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 keep getting this message whenever i try to move a thread to another section or delete a thread which seems impossible to do and doesn't work basically. How to fix this? :s
When you select the items, does the count on the button increase? It will say 'Go (0)' to begin with but this should count up as you select threads. If that doesn't go up, you probably have a javascript error on your site. What's your URL?
if you are using cloudflare turn off rocket loader and auto minify.
(2016-07-06, 08:00 PM)Matt. Wrote: [ -> ]When you select the items, does the count on the button increase? It will say 'Go (0)' to begin with but this should count up as you select threads. If that doesn't go up, you probably have a javascript error on your site. What's your URL?

Nope it stays (0)
Board URL: http://generalhub.org/
Okay, got some javascript errors, you're missing myalerts.js and tabcontent.js files, the latter of which is causing a javascript variable 'ddtabcontent' to be undefined. Try reuploading these two javascript files and see if that helps.
(2016-07-06, 08:29 PM)Matt. Wrote: [ -> ]Okay, got some javascript errors, you're missing myalerts.js and tabcontent.js files, the latter of which is causing a javascript variable 'ddtabcontent' to be undefined. Try reuploading these two javascript files and see if that helps.

Nope still not working I have uploaded Myalerts.js and tab.
Where did you upload them to? Still getting the same errors, see below.

[attachment=36511]
(2016-07-06, 08:37 PM)Matt. Wrote: [ -> ]Where did you upload them to? Still getting the same errors, see below.

Well this is my headerinclude template..
Quote: <!-- start: headerinclude -->
<link rel="alternate" type="application/rss+xml" title="Latest Threads (RSS 2.0)" href="/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="Latest Threads (Atom 1.0)" href="/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="/jscripts/jquery.js?ver=1804"></script>
<script type="text/javascript" src="/jscripts/jquery.plugins.min.js?ver=1804"></script>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,700italic,500italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'>
{$stylesheets}
<link href="images/poly/css/bootstrap.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript" src="http://generalhub.org/jscripts/tabcontent.js"></script><!-- start: myalerts_js_popup -->
<script type="text/javascript">
var unreadAlerts = '';
</script>
<script type="text/javascript" src="http://generalhub.org/jscripts/myalerts.js"></script>

<!-- end: myalerts_js_popup -->
<!-- end: headerinclude -->
Yeah that's fine, but do those javascript files actually exist in the ./jscripts folder? They were going to a 404.
(2016-07-07, 07:16 AM)Matt. Wrote: [ -> ]Yeah that's fine, but do those javascript files actually exist in the ./jscripts folder? They were going to a 404.

Yes it does even though there still in the folder it seems not to work still.
Pages: 1 2