More problems with images and Styles on VB3 upgrade.
Ok I have followed this thread to a T
POST and I seem to be getting most of the reviews section to work.
I still however have some major problems.
I have attached my Headed-inc.php for you to have a look at. Can someone please let me know if they notice any problems with it.
At present my Avatars do not show up and the CSS is not working. I dont mide ditching the avatars if somone will tell me what template to edit, but the CSS is a major problem for me.
My Forums URL is:
www.walkonzone.com/vboard/
My reviews URL is:
www.walkonzone.com/reviews/
$vbpath ="/home/smithuser1/public_html/vboard"; // changeme
$pppath ="/home/smithuser1/public_html/reviews"; // changeme
chdir($vbpath);
require("global.php");
echo $headinclude;
$header = process_replacement_vars($header);
$bodytag = "<body>";
$vbheader = "<head>";
$vbheader .= $header;
$vbheader .= "</head>";
$vbheader .= process_replacement_vars($bodytag,0);
eval('$header = "' . fetch_template('header') . '";');
$vbheader = process_replacement_vars($vbheader);
$vbheader .= "<br />";
eval('$vbfooter = "' . fetch_template('footer') . '";');
$vbfooter = process_replacement_vars($vbfooter);
chdir($pppath . "/");
$HTTP_POST_FILES = $_FILES;
Thanks
XraY