Is there a way to take this link off the index page:
View the most recent posts on the forum.
Or... only have the subject show instead of the entire post?
BoardIndex.template.php file.
If you want to remove it.
Find and remove
<b><a href="', $scripturl, '?action=recent">', $txt[214], '</a></b>
find
<a href="', $scripturl, '?action=recent">', $txt[234], '</a>', $context['show_stats'] ? '<br />
<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
change to
', $context['show_stats'] ? '<br />
<a href="' . $scripturl . '?action=stats">' . $txt['smf223'] . '</a>' : '', '
Make sure you backup the file first!!
Thank you, maxringo, it save me from troubling SMF team. :)