The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Thread created date -- partially working
Hrm.
This is not displaying on current threads, nor threads that I start, so I thought it was just not working -- BUT -- I just tested the Reported Post Creates Thread hack and it worked on that. When I report a post, it creates the thread and puts the date in place like it should. Bizarre. All this needs to do is display the thread creation date from thread.dateline on FORUMDISPLAY. Can anyone tell me what I am missing here -- perhaps using the wrong hook? Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <plugins> <plugin active="1" product="vBulletin"> <title>Thread Created Date</title> <hookname>threadbit_display</hookname> <phpcode><![CDATA[$threadcreated = vbdate($vbulletin->options['dateformat'], $thread[dateline]) . ' ' . vbdate($vbulletin->options['timeformat'], $thread[dateline]); ]]></phpcode> </plugin> </plugins> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|