Customizing SMF > SMF Coding Discussion
Remove post&topic count in mainpage
vlajce992:
ok.. here it is
www.profej.com
Arantor:
OK, in the Themes/Forovietnam folder, you'll find that theme's BoardIndex.template.php.
Find this code:
--- Code: --- // Show some basic information about the number of posts, etc.
echo '
</td>
<td class="stats windowbg">
<p>', comma_format($board['posts']), ' ', $board['is_redirect'] ? $txt['redirects'] : $txt['posts'], ' <br />
', $board['is_redirect'] ? '' : comma_format($board['topics']) . ' ' . $txt['board_topics'], '
</p>
</td>
<td class="lastpost">';
--- End code ---
Change it to:
--- Code: --- // Show some basic information about the number of posts, etc.
echo '
</td>
<td class="stats windowbg"></td>
<td class="lastpost">';
--- End code ---
In this case it's only modestly simple to change.
vlajce992:
Works perfectly, great thx dude!!!!
vlajce992:
I have just one more correction about one more theme. Its about Duvvar Theme
http://custom.simplemachines.org/themes/index.php?lemma=2544
The same thing. I wanted to delete post and topic count but it isnt same code as it was with Viet foro.
again the same site
www.profej.com
thxx in 4ward
Navigation
[0] Message Index
[*] Previous page
Go to full version