MyBB Community Forums
[For 1.8] Go to the first unread post (showthread) - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: Tutorials (https://community.mybb.com/forum-38.html)
+--- Thread: [For 1.8] Go to the first unread post (showthread) (/thread-222172.html)



Go to the first unread post (showthread) - Eldenroot - 2019-03-03

You can add a link in showthread in the left bottom of page (or where you wanna to follow your forum design) to redirect you to the first unread post in the thread.

1) Open showthread template and add these piece of code (below {$addpoll}):
<li class="first_unread"><a href="{$mybb->settings['bburl']}/thread-{$tid}-newpost.html">Go to the first unread post</a></li>

2) Add this to your global.css:
/* Showthread - go to the first unread post */
ul.thread_tools li.first_unread {
background: url(images/first_unread.png) no-repeat 0px 0px;
}

3) Copy the image from the attachment below to your image folder Smile

Here is the result (srry, it is in my Czech language)