2
Yes, its pretty simple
find the viewtopic.php file under /modules/newbb/
near the top find these strings
//use users preferences
if (is_object($xoopsUser)) {
$viewmode = $xoopsUser->getVar('umode');
$order = ($xoopsUser->getVar('uorder') == 1) ? 'DESC' : 'ASC';
and make it look like this
//use users preferences
if (is_object($xoopsUser)) {
$viewmode = $xoopsUser->getVar('flat');
$order = ($xoopsUser->getVar('ASC') == 1) ? 'DESC' : 'ASC';
and bam, instant flat for all