MyBB Community Forums

Full Version: [1.7 Bug] Selected posts are not highlighted
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Selected posts in the inline moderation are not highlighted. No it's not a JS error - I debugged the action. The CSS class trow_selected only applies to td-DOM-elements, but 1.8 theme uses a div here.

Fix:
./install/resources/mybb_theme.xml line: 382: remove td
lines: 389, 390, 391, 392: replace td with div
It's something Tom is currently working on: https://github.com/mybb/mybb/commit/b553...c541e7837a
Please don't report things that are WIP.
These guys are quick... Confused
Yep Wink Sorry, when you've had that in mind. This time really: there was no WIP in the commit message ;-) I could provide a fix via pull request, I already fixed this on my local installation... - depends on you Big Grin

Stefan - Is there some sort of issue tracker to be up to date what you guys are working on?