Malachim wrote: I really wanna remove the ablity for non members to see the forums I add to the $regUsrForums array...
To disallow non members to access your forum/forums (i.e. no access:
no read, no write), you have 2 options:
1) password protect your entire miniBB forum - see $protectWholeForum in setup_options.php
[Instructions can be found in
miniBB Manual - 3. customization - config: 2nd step - scroll down to $protectWholeForum]
or
2) set your forum as a private forum
[Instructions can be found in
miniBB Manual - 4. Administrative options - 2. Hidden admin forums options - Private forums]
Malachim wrote: I can't even locate the $regUsrForums command in any of the other .php files...
Study the miniBB Manual carefully. :-) $regUsrForums can be found in setup_options.php, but please note that changing $regUsrForums will only set your forum to read-only for non members (i.e. non members will still be able to
read posts), which I am not sure is the result you want.
All the best -
mb