1

(3 replies, posted in PunBB 1.3 troubleshooting)

You can display the date along with the title by placing the following in extern.php where you want the date to show:

'.gmdate('m.d.y', $item['pubdate']).'

You can reformat the date, I used m.d.y

Hope that will help some