Is there a way to take off this...

Started by PatrickPriest, June 29, 2008, 05:58:56 PM

Previous topic - Next topic

PatrickPriest

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?

maxringo

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!!

ionia

Thank you, maxringo, it save me from troubling SMF team.  :)
?

Advertisement: