Hm.. can't believe i skipped over this. Alright i got a quick fix for it.
In cp_forums.cgi
Find:
if ($Status ne 'Administrator') {
and replace with:
if (($Status ne 'Administrator') && ($Status ne 'MegaModerator')) {
Then find:
if ($Status ne "Administrator") {
Replace with:
if (($Status ne "Administrator") && ($Status ne "MegaModerator")) {
And that will fix it. I'm gonna update the zip file now. Thanks for pointing that out to me!
