Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved "View New Threads" option
#1
Not Solved
Does anyone have the code for "View New Threads"? I want to add it to my Header.

Thank you.

#2
Not Solved
You could use the following:

<a href="{$mybb->settings['bburl']}/search.php?action=getnew&showresults=threads">View New Threads</a>
#3
Not Solved
http://community.mybb.com/thread-65220.html

Edit: Ninja'd
Jovan J.
#4
Not Solved
(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.

#5
Not Solved
Try this maybe as Tim wrote in tutorial:

<a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}">View my threads</a>
Jovan J.
#6
Not Solved
(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.

#7
Not Solved
(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".


Forum Jump:


Users browsing this thread: