Forums
-
- Forum
- Posts
-
- Installation
- 28,540
- Troubleshooting
- 62,831
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
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.