I want to change forums last post from the date, to the title of the topic. Is this possible? I've looked on the site/wiki but I can't find anything on this. Thank you!


EDIT

I found the index line that controls it (205)

           $forum_page['item_body']['info']['lastpost'] = '<li class="info-lastpost"><span class="label">'.$lang_index['Last post'].'</span> <strong><a href="'.forum_link($forum_url['post'], $cur_forum['last_post_id']).'">'.format_time($cur_forum['last_post']).'</a> </strong> <cite>'.sprintf($lang_index['Last poster'], forum_htmlencode($cur_forum['last_poster'])).'</cite></li>';