MyBB Community Forums

Full Version: New thread/new post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I was wondering, is there a way to make it so that when a person makes a new thread/new post in a forum/thread the name will be bold when viewing that forum? Not all the threads, but only the new ones.

I have been looking all over the templates and I can't find anything.

Any help would be greatly appreciated.
Just another little question, do you know how to change the color of the new threads/posts?
You could put it in a <span color="COLORHERE">{$thread['subject']}</span>

Try
  $thread['subject'] = "<span style=\"color:green;\"><strong>{$thread['subject']}</strong></span>";
LeX- Wrote:You could put it in a <span color="COLORHERE">{$thread['subject']}</span>

Try
  $thread['subject'] = "<span color=\"green\"><strong>{$thread['subject']}</strong></span>"; 

Nope, still stays white Sad
See previous post;
Whoo, thank you so very much ^_^
Now I just have to figure out how to make it do the same thing on forums that have new posts Toungue
That's what it does already ? Overhere it works that way.