MyBB Community Forums

Full Version: Selecting threads to delete dont work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever I select mass threads to try to delete in forumdisplay, they say I checked 0 and wont let me delete. Anyone know a fix
It sounds like js is not firing.

Is the theme a 1.8 theme? Do you see this happen on the default theme?
(2014-12-12, 03:36 PM)Leefish Wrote: [ -> ]It sounds like js is not firing.

Is the theme a 1.8 theme? Do you see this happen on the default theme?

It's a 1.6 theme and I'm on 1.6. It was working last night but not this morning for some reason
^ have you added any plugins recently / changed code in templates ? can we have forum url
(2014-12-12, 03:53 PM).m. Wrote: [ -> ]^ have you added any plugins recently / changed code in templates ? can we have forum url

I added audio embedder and rss posts

*
remove jquery-latest.js code from headerinclude template and check
 <script src="http://code.jquery.com/jquery-latest.js"></script> 

if above doesn't help then add <script type="text/javascript">jQuery.noconflict();</script> after below code and then check
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
Worked great. Ty
Its broken again. None of those codes are in headerinclude too
^ it doesn't get broken by itself. either a plugin is added or code modified.
if you PM me temporary admin account, I'll check it after some time (can be after 2 hours from now)
sent u a pm