Sorry i didn't get to this earlier. This is an easy fix(i think

)
In ubb_lib.cgi
Find:
unless (($profile[8] eq 'Administrator')){
Now in the directions, it says to replace it with
unless (($profile[8] eq 'Administrator') || ($profile[8] eq 'MegaModerator')){
But leave it to this:
unless (($profile[8] eq 'Administrator')){
to not have megamod's access to private forums unless specified. It should work.
------------
------------
BTW, i'm currently testing it on 6.1.0.2; i will post tonight to tell if it works. So far it works, but i found a bug which i'll squish

. Should be ready tomorrow if not tonight.
------------
------------
[ 11-18-2001: Message edited by: raiyan ]