News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Topic link same as 'new' link

Started by mark7144, December 10, 2015, 06:30:34 PM

Previous topic - Next topic

mark7144

SMF 1.1.21

I would like to make the topic links go to the latest unread post, not page 1. So basically I want it to behave like the 'new' icon because I think that's better usability and my users have asked for it. On


I've found the place I need to edit in MessageIndex.template.php. Please can you tell me how to modify the following to achieve this?


<span id="msg_' . $topic['first_post']['id'] . '"', $topic['new'] && $context['user']['is_logged'] ? ' style="font-weight: bold;"' : '', '><span', $topic['is_sticky'] ? ' style="color: #666;">Sticky:</span> ' : '>', $topic['first_post']['link'], '';


Is there something like $topic['latest_unread_post']['link'] that I could use instead of ['first_post']?

Advertisement: