Quote:
Originally Posted by Deimos
s8g, is there anyway it can be set, so the article system follows the SORT settings of the forum itself?
I've set my article forum to list threads by "Thread title", but it doesn't do that in the article system itself.
|
find in articles.php:
PHP Code:
/*if (empty($sortfield))
{
$sortfield = $foruminfo['defaultsortfield'];
}*/
Replace with:
PHP Code:
if (empty($sortfield))
{
$sortfield = $foruminfo['defaultsortfield'];
}