I use the following code inserted hook forumbit_display and it has taken time of the last post, now I need to get the time of the first post (time when create topic), anyone can help me, thanks a lot.
PHP Code:
$thread['dateline'] = vbdate($vbulletin->options['op_date_format'], $lastpostinfo['lastpost']);
$lastpostinfo['trimthread'] = '['.$thread['dateline'].'] '.$lastpostinfo['trimthread'];