MyBB Community Forums

Full Version: Inline moderation on classic mode.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When the postbit is set to use the classic postbit template, selecting a post doesn't change the background color of the entire post element.

var post = element.parents('.post_content');

Should be:
var post = element.parents('.post');

Or a similar solution.
I can't confirm this here anymore, probably has been fixed already @Omar?
I feel this is how it should look when you select a post.

EDIT: Updated attachment.
Ah I see what you mean. Yeah, probably looks better. I also think the color should be changed (not sure whether it's the default color we're using here) as it's hard to see the current one. Poking Justin about it.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2071

Thanks for contributing to MyBB!

Regards,
The MyBB Group