1
I have my default comment viewing order set to "oldest first" which works fine for the anonymous users, but when new users register it sets the users default view mode to "Newest First" which is quite confusing to alot of my members.
How can I change things so that all new users are created with the correct default view mode?
I've looked through register.php, and tried to hardcode it with
$newuser->setVar("uorder", 0);
but that didn't do it. Anyone have any other ideas?