I've narrowed it down to this in the instructions:
Code:
OPEN includes/functions.php
FIND
PHP Code:
// get CSS width for outerdivwidth from outertablewidth
BEFORE, ADD
PHP Code:
// +++ vBookie
// declares the vbookie image directory
$stylevar['imgdir_vbookie'] = "images/vbookie";
// --- vBookie
SAVE & CLOSE
When I put that statement in the file it gives me the error I mentioned. The wierd thing is that if I then remove it from the file i also get the same error. Only when I copy the original functions.php file from a fresh vb3.0.3 install over to this install and replace the existing file does it go back to the original state with my forums working. Very peculiar. Anyhow I've omitted it now as I figured it's only the image directory which is not vital for the hack to work and indeed the hack seems to be working fine.
Still can't figure out why that statement is causing so much havoc though. Any ideas?
The Wolverine