![]() |
How can I do this in vb 3.8.x
I want show first post date in forumdisplay?
like this: http://img852.imageshack.us/img852/8...stdateinfd.jpg Uploaded with ImageShack.us Help me, please!! --------------- Added [DATE]1299758199[/DATE] at [TIME]1299758199[/TIME] --------------- I try to open >> threadbit templates >> threadbit Find this: Quote:
the result: Quote:
|
I think $thread[dateline] is the date of the first post, but it's not formatted as a string. You'd need to format it using something like
Code:
$thread['firstpostdate'] = vbdate($vbulletin->options['dateformat'], $thread['dateline']); in a plugin (maybe hook location threadbit_display). Then you should be able to use $thread[firstpostdate] in your template. (BTW, I haven't tried this at all). |
Thank you so much kh99 >> ur my hero :)
|
All times are GMT. The time now is 06:43 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|