The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Assuming you have the new plugin working, you'd also have to change your code to use the new field. I think you just have to change the $thread['dateline'] line like this:
Code:
$thread['dateline'] = vbdate($vbulletin->options['op_datetime'], $lastpostinfo['lastthreaddateline']); |
#12
|
|||
|
|||
Wrong place?
PHP Code:
|
#13
|
|||
|
|||
You'd want to use query_first() instead of query_read() (or else you'd have to call fetch_array()).
|
#14
|
|||
|
|||
you can edit help me
|
#15
|
|||
|
|||
What you had above looked OK, just change the first line to:
Code:
$test = $vbulletin->db->query_first(" |
#16
|
|||
|
|||
No change, still display the last post time
|
#17
|
|||
|
|||
Hmm...well, I checked to make sure that the thread table dateline field is the date of the first post, so I can't see how that would happen. Maybe someone else will see the problem.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|