2
Dopper,
I have the same problem, Im no good at PHP but tried to look for it anyways. I edited the file viewtopic.php under your newbb folder. look for something like this.
------------------------------------
// newbb does not have nested mode
if ($viewmode == 'nest') {
$viewmode = 'thread';
------------------------------------
Replace the 'thread' to 'flat'
Be sure to go back to your General setting and change the "Default Comment Display Mode" back to nested.
Im assuming this change would send the view into flat mode when you select nested.
Worked for me .. with registered user logins but not with XOOPS admin login..