The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Comparing post date versus datetimestamp
I'm trying to have my search results show older posts differently based on the user group. I've got a calculated date using something like below:
$startpostdate = time() - (90 * 24 * 60 * 60); I then in the search results want to compare it versus the date/time of the post (which i assume I use $post[postdate]). But $post[postdate] is a text format and I tried using strtotime with no results. Any thoughts? I'm sure it's something basic I'm missing. Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|