SMF Support > SMF 2.0.x Support
How i can
sohaib:
How i can do that the users cannot see the number of posts and topics in the board index
SwapsRulez:
You have to go to Admin --> Configuration --> Current Theme --> Theme Options and Preferences --> Show statistics on board index. Uncheck the checkbox.
sohaib:
No this static
In picture see which has arrow head
NickC:
The arrow head in that jpg isn't pointing to the number of posts and topics column, but assuming that is what you want to remove, delete the following block of code from BoardIndex.template.php.
--- Code: ---<td class="windowbg" valign="middle" align="center" style="width: 12ex;"><span class="smalltext">
', $board['posts'], ' ', $board['is_redirect'] ? $txt['redirects'] : $txt['posts'], ' <br />
', $board['is_redirect'] ? '' : $board['topics'] . ' ' . $txt['board_topics'], '
</span></td>
--- End code ---
If you are using the default template, make a new theme first in Install a New Theme in the Admin Center and modify that.
metallica48423:
what nickC suggests should work if thats what you're looking to remove
however, you might also need to remove the spot from the header which is a bit farther up ;)
Navigation
[0] Message Index
[#] Next page
Go to full version