MyBB Community Forums

Full Version: "View New Threads" option
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone have the code for "View New Threads"? I want to add it to my Header.

Thank you.
You could use the following:

<a href="{$mybb->settings['bburl']}/search.php?action=getnew&showresults=threads">View New Threads</a>
(2013-09-27, 07:02 PM)Arbaz Wrote: [ -> ]You could use the following:

<a href="{$mybb->settings['bburl']}/search.php?action=getnew&showresults=threads">View New Threads</a>

Didn't quite work. It's still missing a thread I started this morning.
Try this maybe as Tim wrote in tutorial:

<a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}">View my threads</a>
(2013-09-27, 07:30 PM)Jovan J. Wrote: [ -> ]Try this maybe as Tim wrote in tutorial:

<a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}">View my threads</a>

I'm looking for View "New" threads not "My" threads.
(2013-09-27, 07:17 PM)ALUXi33 Wrote: [ -> ]
(2013-09-27, 07:02 PM)Arbaz Wrote: [ -> ]You could use the following:

<a href="{$mybb->settings['bburl']}/search.php?action=getnew&showresults=threads">View New Threads</a>

Didn't quite work. It's still missing a thread I started this morning.
Create a new thread and check if it shows under "New Threads".