Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Indicating new posts/topics plugin request. Coder needed!

What do Tom and Jerry have to do with any of this?

So replace the code that adds the <span class=””> to this:

$topic->new = true;

Then when you want to find out if it’s a new topic, you do this:

if( $topic->new ) {
//blah
}

Should work. Unless I misunderstood your wishes again.

Skip to toolbar