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
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.
thank you very much.
:D