Topic: $_POST issue external login form
I am currently using a phpbb implementation on one of my sites. I have setup an external login using the suggested method within the admin including the common.php
define('FORUM_ROOT', './community/');
require_once FORUM_ROOT.'include/common.php';
The issue I am running into is if we try to post a form on the site (outside of the forum directory) it seems to trigger a series of events and loads the community/header.php etc...
Obviously this interferes with everything else which is being loaded as it is outside of the workings of the forum..
Is there a simple method I can implement to prevent this without breaking the internal workings of PunBB
thanks in advance
John