Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: mkh on January 27, 2005, 06:28:42 AM

Title: Turning off post count in message view
Post by: mkh on January 27, 2005, 06:28:42 AM
Hello,

Can you please tell me if it is possible (and how) to turn off the post counter in message view.

Ideally only on one board, but if it has to be accross entire forum, so be it.

cheers
Mandy
Title: Re: Turning off post count in message view
Post by: Owdy on January 27, 2005, 06:37:22 AM
Display.template.php, remove this:

// Show how many posts they have made.
echo '
', $txt[26], ': ', $message['member']['posts'], '<br />
<br />';


If you want it only in one board, just use own theme in there.
Title: Re: Turning off post count in message view
Post by: mkh on January 27, 2005, 06:38:38 AM
thank you very much.
:D