Issue with sorting forum by Last Post
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #4
RE: Issue with sorting forum by Last Post
Maybe because MyBB uses the sortby url only if the sortby is not by the lastpost? So, when you sort threads by the lastpost, the sortby url won't be appended to the $page_url.
forumdisplay.php

PHP Code:
596
597
598
599
600
601
if($sortby != "lastpost")
{
	$page_url .= "{$q}{$and}sortby={$sortby}";
	$q = '';
	$and = "&";
}


07-12-2012 03:19 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Issue with sorting forum by Last Post - RateU - 07-12-2012 03:19 AM

 Standard Tools
Forum Jump: