Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Function "Unreaded" in categories.

Hi there!

I'm working on Vanilla Forum, and I trying to make it like other forum scripts. Most of work was easy, without any problems, but now I have it!

I need to use function for unreaded discussions, like in discussion list, but in category list. Category list is my home page, and I'd like to see some changes when in some category is new Discussion.

Something like that:

div class=category

<? {is-there-new-discussion=0{ ?> NEW <? } else { ?> READED <? } ?>

This is just example, hope you know what I mean.

Is there function like that? When no, so how to make that function?

Comments

Sign In or Register to comment.