Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: promonkey on March 24, 2012, 06:33:27 AM

Title: Is it possible to remove when last reply or post was made
Post by: promonkey on March 24, 2012, 06:33:27 AM
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?
Title: Re: Is it possible to remove when last reply or post was made
Post by: kat on March 24, 2012, 12:05:49 PM
On which page(s)?

Title: Re: Is it possible to remove when last reply or post was made
Post by: promonkey on March 24, 2012, 02:24:01 PM
Well on the index n probibly the board pages
Title: Re: Is it possible to remove when last reply or post was made
Post by: kat on March 24, 2012, 05:07:27 PM
You forgot to tell us (And I forgot to ask)...

(http://www.katzy.dsl.pipex.com/SMF/version.gif)
Title: Re: Is it possible to remove when last reply or post was made
Post by: promonkey on March 25, 2012, 05:27:47 PM
2.0.2 :P
Title: Re: Is it possible to remove when last reply or post was made
Post by: kat on March 26, 2012, 06:25:40 AM
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?