Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Detect number of new comments in a discussion

edited January 2007 in Vanilla 1.0 Help
Hello,
how can I detect the number of new comments in a discussion for a user.

I've tried it with this:
$DiscussionManager = $this->Context->ObjectFactory->NewContextObject($this->Context, 'DiscussionManager'); $Discussion = $DiscussionManager->GetDiscussionById(45); echo $Discussion->NewComments;
but it doesn't work

Comments

This discussion has been closed.