The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want show first post date in forumdisplay?
like this: ![]() 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:
![]() |
#2
|
|||
|
|||
![]()
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). |
#3
|
|||
|
|||
![]()
Thank you so much kh99 >> ur my hero
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|