I'm looking to display something in "thread_view" only if the thread has been responded to within the last year (last_post_date).
The above template change does not seem to work: If the thread's last post time is greater than the time one year ago.
Any help would be appreciated,
Code:
<xen:if is="{$canQuickReply} && {xen:number '{xen:calc '{xen:helper utctime}'} - 31556926'} < {$thread.last_post_date}">
The above template change does not seem to work: If the thread's last post time is greater than the time one year ago.
Any help would be appreciated,