Quote:
Originally Posted by Ted S
Shoot... createddate is the attribute I usually use in mods but in this one it would be
helpfulanswer.lastvote
However I've over simplified as this is a UNIXTIMESTAMP made by vBulletin rather than a datestamp. That means you have to get more complex in the query...
helpfulanswer.lastvote >= UNIX_TIMESTAMP(DATE_SUB(NOW(),INTERVAL 1 day))
Or something like that
|
Got it working, now I just need to make it show a preview of the post (or the whole post).
Probably more work involved in that though.