MyBB Community Forums

Full Version: Simplify and customise thread_status icon images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi - I'm new so please be gentle - I can't see this answered anywhere else...

I want thread status images (.png or .jpg) but only to have THREE categories:
UnRead Posts = Green img
No New Posts = Yellow img
Closed Thread = Red img

I have customised enough of my theme to call it my own - but it uses "FontAwsome" for thread_status icons - and MORE definitions than I want (hot folder etc) to acknowledge...

I would like to know if it is possible to show only three images based upon there being new posts, no new posts or the thread is closed...

If so could you please walk me through the steps needed to make it happen?

I have tried through CSS:

e.g. 

.thread_status.closefolder:after{
	background-image: url("/images/closed.jpg");
}

But to no avail...

If you need to see the forum it is here:
https://www.maddeningnews.com/forum01/fo....php?fid=1


Thanks for any help you can give me!
Not sure if it's allowed to put more than one problem in one thread - if not please delete this post and leave the thread as the OP...

I can't get [sup ] or [sub ] along with some other mycode to work - something stupid I've missed I'm sure - but it's driving me mad trying to find what I messed up or forgot to add!

Angry