Quote:
Originally Posted by flstreetscene
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."
|
Well all that line is doing is making sure that you have the arcade image directory where it's supposed to be like in your /forum/images/arcade there really shouldn't be any problems as long as thats where you put the arcade images directory at. You should check it. If it is post back here and let me know.