sorry c.birch my fault, you have to edit forumdisplay.php
find this
PHP Code:
$threads=$DB_site->query("
SELECT $dotuserid $votequery ".iif($foruminfo[allowicons],'icon.title as icontitle,icon.iconpath,','')."
thread.threadid,thread.title,lastpost, forumid,pollid,open,replycount,postusername,postuserid,
lastposter,thread.dateline,views,thread.iconid,notes,thread.visible,sticky,votetotal,attach
FROM thread
".iif($foruminfo[allowicons],'LEFT JOIN icon ON (icon.iconid = thread.iconid)','')."
$dotjoin
WHERE $threadids
or similar and after votetotal,attach
add
,closereason
ziru$: well i can't give full support on add-on i posted i the thread because some wanted as long as i don't test them myself how the work...
i've planned to update the hack but i don't have much time these days...