Quote:
Originally Posted by tnguy3n
I don't know if dateline column is called in the query. If it is, you can add one plugin at forumdisplay_complete hook, with following content:
$thread['threaddate'] = vbdate($vbulletin->options['dateformat'], $thread['dateline']);
Then, in threadlist template, add the $thread[threaddate] wherever you wanna show it.
|
Nice Job! It's working very perfect. :banana:
Thanks tnguy3n so much.