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.
Last Active not working
I created a template to perfectly match my site and its available at: http://www.pcnakyouthonline.com/vanilla/
The "last comment" (or last active in other themes) feature is not updating! I have no idea what is causing this to happen... ideas?
0
Comments
themes/[your_theme]/discussion.php
and make sure you're using this code to calculate the "Last Active" date:<?php TimeDiff($this->Context, $Discussion->DateLastActive, time());