Quote:
Originally Posted by tomshawk
Is it possible to have this page outside of the forum directory.
I tried modifying the page.php file line 30
PHP Code:
require_once('./global.php');
but I can not get it working.
Any assistance would be great
|
Try adding this:
PHP Code:
chdir ('/path/to/your/forums');
Above:
PHP Code:
require_once('./global.php');
(I don't use this mod, so not quite sure if that will work or not)