& wrote: I am getting another problem now; after creating a new subforum, I cannot change Permissions...
I get this message: Hacking Attempt![]()
Sorted, the problem came from another MOD. To prevent Hacking Attempts which one added a few lines in common.php under
Code: Select all
if ( !defined('IN_PHPBB') )
{
die('Hacking attempt');
}

As far as I can tell, this Subforums MOD works fine on my end I am using it on three different Boards and no problem with it, except the one I had that came from another MOD. 8)