15
           
            
                
     
    
    Hi
my frend have more than 8000 users
he use runcms, and he aske me to convert his site to xoops
so I did it for him.
and same problem happend
so I saerch and find the problem
open file newbb/admin/admin_forum_manager.php
under the function editForum
find 
 $sform->addElement(new XoopsFormSelectUser(_AM_NEWBB_MODERATOR, 'forum_moderator', false, $ff->getVar("forum_moderator"), 5, true));  
change to
 //$sform->addElement(new XoopsFormSelectUser(_AM_NEWBB_MODERATOR, 'forum_moderator', false, $ff->getVar("forum_moderator"), 5, true));  
now I can add, edit forums but no moderators
so I think the form can't handel big number of users
I hop this will help
sorry for bad English