The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Template condition to calculate days since last post
Is it possible to calculate the amount of days since the last post using a template conditional?
The reason I want to do this is to put a warning message next to the reply button for posts older than a year. This is for VB 3.8. Thanks |
#2
|
|||
|
|||
You could try
Code:
<if condition="$thread['lastpost'] < (TIMENOW - (365 * 86400))"> // warning message </if> ETA...I tried it in "threadbit". Also, you might also want to enclose it in another if to check to make sure that $thread['lastpost'] is set, so that in case it isn't the message won't show up. |
#3
|
|||
|
|||
Thanks, will give it a try!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|