MyBB Community Forums

Full Version: Changing Post Background color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was just wondering if there was a way to change the post Background on Mybb 1.4 when a certain Usergroup makes a post.
Nope, those are controlled inthe CSS trow's.

Anything can be done, but I think it would be a sustantial effort to recode to do so.
You could do this without a plugin. In the postbit and postbit_classic template, find:

{$unapproved_shade}

change to:

{$unapproved_shade} grouphighlight_{$post['gid']}

Then if you want to make it highlight administrator's posts, just make a class in global.css called grouphighlight_4 and put some CSS for background colour in there. If you want it to highlight super mod's posts, call the class grouphighlight_3.