We would have to at least display it for the Admin. If not, there would be no way for the Admin to add a forum to it.
How about changing line #216 of default.asp from this:
if rsForum.eof or rsForum.bof then
to this:
if (rsForum.eof or rsForum.bof) and (mLev = 4) then
btw. Have you tried making the change to the colspan #'s above? I did and if you are logged in as Admin, the results are definitely not desireable. 