The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I got no help :(
I asked at vb.. no one helped... hopfuly its different here...
what code displays the thread start date?.... I want to make my news forum, have the month and date infront of the thread title... so I wanna know how to put the thread start date there... what is the code?... EXAMPLE OCT 3 - The thread title... but I knwo tehre is a code to display the date the thread was made, but idunno it so please help me out :tired: |
#2
|
||||
|
||||
PHP Code:
Chris |
#3
|
|||
|
|||
thankyou very much my e-friend lol
could you telll me were I might wanna put this code?... I was thinkin mabey infront of the $thread[typeprefix] but I got an error when putting it there |
#4
|
||||
|
||||
You'll need to add $postdate to the template, and the code above to a plugin that points to forumdisplay, then add an if conditional using your news forum id...
You'll need to change $threadinfo to $thread in the code I gave you... You will also need to check if it is getting the dateline field from the database Chris |
#5
|
|||
|
|||
im confused? so I put $postdate infront of $thread[typeprefix] ?? and then add a new plugin with this in it?
$postdate = vbdate($vbulletin->options['dateformat'], $threadinfo['dateline']); and idk what you mean abotu the if forum id... my forum id is 6 can you help me alittle further.. im not the best at this lol |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|