Uhm maybe this is a bug? I got an parse error in column 164. It is:
at line 156, search for this code:
-------------------------------------------------------------------
verify_forum_password($foruminfo['forumid'], $foruminfo['password']);
------------------------------------------------------------------
change it to:
-------------------------------------------------------------------
else if (!($forumperms & CANPOSTNEW) && !$privateattachment) // newthread.php
{
print_no_permission();
}
I removed the else from the if statement... now it works. Ok so?
|