ASap
Active member
Hi,
Can anyone help me implementing a signature timeout?
Let's say a member is inactive for three months, I think it's a good idea to not show their signature.
I'm thinking something like:
<xen:if is="{$message.last_activity} > ({$serverTime} - (3*86400))">
But not sure how/where to implement.
Cheers!
Can anyone help me implementing a signature timeout?
Let's say a member is inactive for three months, I think it's a good idea to not show their signature.
I'm thinking something like:
<xen:if is="{$message.last_activity} > ({$serverTime} - (3*86400))">
But not sure how/where to implement.
Cheers!