MyBB Community Forums

Full Version: CSS lightbulbs with Templates and Conditionals
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Basically, what I am trying to achieve is this.

If there is new postsĀ within that forum, show a "NEW" text next to the forum title, something like this.

[Image: a319cbec03716b70248cd85d666a32ad.png]

How can this be possible with Templates and Conditionals plugin?
I am bumping this thread
In forumbit_depth2_forum template add:
<if $lightbulb['folder'] == 'on' then>New</if>