I posted this on v3arcade but no one bothered to help me out:
"Ok well here it is to those who might be able to figure out;
I've created a fresh new database and forums and placed it here;
http://www.floridastreetscene.com/testforums
I'm at the point where I'm suppose to run the arcade install script but as you can see the entire site is blank and all because of the minor modification in 'includes/functions.php':
Code:
Find:
___________________________________________________________________________________________
// get CSS width for outerdivwidth from outertablewidth
???????????????????????????????????????????????????????????????????????????????????????????
Above this, add:
___________________________________________________________________________________________
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "images/arcade";
???????????????????????????????????????????????????????????????????????????????????????????
You can take a look at my modified 'includes/funtions.php' document here;
http://www.floridastreetscene.com/testforums/temp
Thanks for the help."