OK got this up and running but one question when a guest is viewing the page it says viewing forum home with a error message and the location is /
But when a member is on hte apge it works fine some of the time. Other times I get the same as above?
Any suggestions?
This is what i have in the php
<?php
require_once('./global.php');
?>
it is in the same directory as the forums so I don;t need the chdir('/path/to/forums');
thanks