Quote:
Originally posted by Michael P
If you are doing a new install, then you would uncomment and modify the vB3 section.
There are a couple lines you will need to edit, the two path variables:
$vbpath
$pppath
Both of these variables are full server paths to your vB3 forums directory and PhotoPost directory.
|
OK, I have a new install of pp and a vb3 RC4 messageboard. I uncommented out the vB3 section only and modified the $vbpath and $pppath lines to the correct path. My message board is in the root directory and the pp is in the /pp directory so my paths look like this
Quote:
$vbpath ="/home/user/www"; // changeme
$pppath ="/home/user/www/pp"; // changeme
|
What do you mean by
Quote:
|
There is also a stylesheet variable just below that which needs to be editted
|
Mine looks like this
Quote:
|
<link rel=\"stylesheet\" href=\"/pp/stylesheets/darkblue-borders.css\" type=\"text/css\" />
|
The vB3 header shows up just fine when I use this and the images come in fine, but it will not bring in the styles that exist in my vB3. The background color is white and the IE browser displays an error.
Ideas?