The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread started date plugin?
I am seeking for a plugin, which would enable to show to my users when thread was started.
I tried to locate it in the functions, but it looks like manual code changes are required (this value simply does not exist in functions). This is something what I would like to avoid, as with each new version of vB I would have to redo this job once more. Question: is there any plugin or coder skilled and willing to write a short & working plugin/product for that? |
#2
|
|||
|
|||
Where do you want to show this?
|
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
The info is available there in either $thread['dateline'] or $threadinfo['dateline']
|
#5
|
|||
|
|||
Quote:
Is there any way of formatting dates directly in templates, which would be threadbits in this case? Sorry, maybe I am asking stupid questions, but I need to know it. |
#6
|
|||
|
|||
Knock knock
|
#7
|
|||
|
|||
put this in the threadbit_process hook
PHP Code:
HTML Code:
<span class="smallfont">$thread[threaddate]</span> <span class="time">$thread[threadtime]</span> |
#8
|
|||
|
|||
Quote:
|
#9
|
|||
|
|||
Works in 3.6.0 as well
|
#10
|
|||
|
|||
Works in 3.6.2 also
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|