Is it possible to remove when last reply or post was made

Started by promonkey, March 24, 2012, 06:33:27 AM

Previous topic - Next topic

promonkey

Hay on my forum id like to remove the

last reply on March 23, 2012, 03:08:18 PM 

from the boards.


is this possible?
Checkout My Forum: www.TalkAppliance.Co.Uk


promonkey

Checkout My Forum: www.TalkAppliance.Co.Uk

kat



kat

Keep a copy of the original file, won't you? I couldn't test this, coz my site's being weird.

On the board index, edit (Oddly enough) BoardIndex.template.php in your theme's directory.

Find:

if (!empty($board['last_post']['id']))
echo '
<strong>', $txt['last_post'], '</strong>  ', $txt['by'], ' ', $board['last_post']['member']['link'] , '<br />
', $txt['in'], ' ', $board['last_post']['link'], '<br />
', $txt['on'], ' ', $board['last_post']['time'];


and delete it.

Does that do what you want?

Advertisement: