This is probably just some thing
reeeeally stupid that I've overlooked, but here is my problem. I'm trying to install bfportal outside of the forum directory, with the forums under /forum. I moved all the files in the distro into the /forum directory, and put the index.php supplied in the root directory (above /forum). For now, I have only done the basic file edits, although I plan to do the rest if I can get this to work.
When I go to the portal index.php file, or /forums/index.php?act=portal I always get this error:
QUOTE
Parse error: syntax error, unexpected T_STRING in C:\xampplite\htdocs\bfportal\forum\sources\portal.php on line 1411
This is line 1411 from the portal.php file, and I can't see anything wrong with it:
CODE
$ibforums->skin['_wrapper'] = str_replace( "<% BOARD HEADER %>" , $this_header , $ibforums->skin['_wrapper']);
Although, as I say, this is probably just me being really stupid.
Adam