Log in

View Full Version : Date of First Post


KFrancesco
12-07-2005, 07:43 PM
Hi,
I need a little mod for insert in thread list the date of first post of thread.

With $thread[lastpostdate] I have the date of last reply in a thread, it is avaible a function for first post?

Thanks

Marco van Herwaarden
12-07-2005, 08:06 PM
$thread[dateline]

KFrancesco
12-07-2005, 08:09 PM
Sorry,
I thought to be in "General vBulletin Questions", can you move my post?
Thanks

$thread[dateline]
Thanks, but dateline is a unix time, I can convert it in a template?

I have nearly resolved but I have a little problem, $vboptions['dateformat'] working with VB3.5?
Because if I use this code not working
vbdate($vboptions['dateformat'], $thread['dateline']);but this working
vbdate('d-m-y', $thread['dateline']);