En el Display.template.php busca:
// These are some cache image buttons we may want.
Y selecciona todo lo que hay entre medio hasta:
// Time to display all the posts
Deberia quedarte asi:
// These are some cache image buttons we may want.
$reply_button = create_button('quote.gif','smf240', 'align="middle"');
$modify_button = create_button('modify.gif', 17, 'align="middle"');
$remove_button = create_button('delete.gif', 31, 'align="middle"');
$split_button = create_button('split.gif', 'smf251', 'align="middle"');
$thankyoupostpost_button = create_button('thank_you_b.gif', '', '', '');
$thankyoupostlock_button = create_button('thank_you_b.gif', '', '', '');
$thankyoupostopen_button = create_button('thank_you_b.gif', '', '', '');
$thankyoupostdelete_button = create_button('thank_you_b.gif', '', '', '');
// Time to display all the posts
Creditos tambien a zutzu que me ayudo.
Espero te sirva.
Saludos!