MyBB Community Forums

Full Version: Select All Threads Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm in the process of coding a theme, and in converting all the tables into divs I've encountered a couple problems. The main one would be select all threads isn't working at all. Here's a screen shot:

http://i.imgur.com/z5adj.png

As you can see, when I hit Select All, not only does it not select all the threads, but it doesn't register in the quick mod tools either.

Help? :}
This because MyBB uses the tables to do various functions around the software.
So basically I'm SoL? :{
(2012-01-22, 03:41 AM)Eric J. Wrote: [ -> ]So basically I'm SoL? :{

You can modify the js and include it in your theme..but for what you're trying to do it might be a pain in the lime. I don't really see the point in removing the tables. Is there something specific you're trying to do?
Well, nothing specific really, but I've never done a tableless theme on MyBB, so I figure I can gain some experience doing it. Another big one would be it's just easier to theme around divs than tables imo. xD But alright, it's not like I'm losing a huge feature or anything, thankfully.