MyBB Community Forums

Full Version: View New Posts issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After upgrading to PR2 The behavior of the VIEW NEW POSTS link changed. Please see the attached pic of th current behavior.

I need the results to look like the ones on this site. I am guessing I need to go edit the getdaily action but have no idea where to locate it.

Thanks in advance.
Anyone?
So you want it in post view and not thread view, is that it?
Exactly. Is it something simple I just keep missing?
It's actually quite simple, but I wouldn't be surprised if you overlooked it.

In search.php look for
elseif($mybb->input['action'] == "getnew")
Several lines below that, you will find this:
		"showposts" => 1
Change the 1 to 2