The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
As I outlined in a previous post, I'm currently doing some (seemingly) more complex work than usually done with vB, and am now working on the Featured Threads portion of the sidebar. I've decided to edit the Featured Threads plugin and bend it to my will, but I'm having trouble when it comes to editting the output.
As you can see in the image in the previous post, it shows not only the poster and thread, but the date it was created. Code:
$display .= " <img src='images/skin/subforum_icon.gif' border='0'> <a href='showthread.php?t=$row[threadid]'>$row[title]</a> - <span class='smallfont'>$row[ftdescription] - By $row[postusername]</span><br />"; Assistance? |
#2
|
||||
|
||||
![]()
$row['dateline']
It is a Unix Timestamp, so you will have to convert it into a proper date, like so: PHP Code:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|