PDA

View Full Version : View First Unread is not showing up after upgrade to 4.2.3


stevefink
09-18-2015, 05:09 PM
Hi all,

I recently upgraded from 4.1.9 to 4.2.3. One thing I've noticed is the following feature is no longer working on my forum:

<vb:if condition="$show['firstunreadlink'] AND $thread['replycount']">
<li class="popupmenu"><h6><a class="firstunread" href="{vb:raw firstunread}">{vb:rawphrase view_first_unread} </a></h6></li>
</vb:if>

The template code is the same in both 4.1.9 and 4.2.3. This particular snippet is available in the SHOWTHREAD template. However, even when I go to a huge thread I haven't read before, the link does not show up in 4.2.3, works fine in 4.1.9.

any thoughts?

Thanks!