Status: offline

suvi

Forum User
Chatty
Registered: 11/20/05
Posts: 44

How is it possible to change the default for comments (for non-registered and registered users) to "flat" and "oldest first" ?

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
For new and anonymous users: See config.php

For currently registered users, you'd have to change things in the database, as users can change these in their preferences. Something like
Text Formatted Code
UPDATE gl_usercomment SET commentmode = 'flat', commentorder = 'ASC';
 

bye, Dirk

Status: offline

suvi

Forum User
Chatty
Registered: 11/20/05
Posts: 44
What about unregistered users?

Best Regards
Suvi