I want to show questions posted by new users on question page.
I think I have to change somewhere here
qa-include/db/selects.php
$sortsql = 'ORDER BY ^posts.' . $sort . ' DESC, ^posts.created DESC';
$sortsql = 'ORDER BY ^posts.' . $sort . ' DESC';
but don't know ?
Can someone help ?