How do I add post date to the news template? Please be specific, I don't know how to fetch that data from the database, I've tried adding another line in 'threadid' => $Thread['threadid'],
'threadname' => $Thread['title'],
'postuserid' => $Thread['postuserid'],
'postusername' => $Thread['postusername'],
'replies' => vb_number_format($Thread['replycount']),
'views' => vb_number_format($Thread['views']),
'lastposter' => $Thread['lastposter'],
)
with postdate, that didn't do anything though I could have just done it wrong. Cheers.
|