MyBB Community Forums

Full Version: View New Threads in Header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to put 'View New Threads' link n header.
i tried below code but it show New Posts.
Can anyon help me?
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew&showresults=threads">View New Threads</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">View New Threads</a></li>

Should work.
(2016-11-13, 08:23 AM)Wage Wrote: [ -> ]
<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">View New Threads</a></li>

Should work.

It giving today's new posts NOT New Threads.
<a href="{$mybb->settings['bburl']}/search.php?action=getnew&showresults=threads">View New Threads</a>
Not working...
It showing new posts only.