I have a hack on my forum home page which displays the 10 most recent posts. But next to the "Go To Last Post Button" I want to display the date (like in the forum view which is below this list).
The code I am using to show the date and time of the last post in that thread is
Code:
$lastpostinfo[lastpostdate]
But for some reason nothing is being displayed.
Any thoughts as to what I am doing wrong would be appreciated.