Ok I have a small proble in the changes to the includes/init.php file you say to carry out these changes
OPEN includes/init.php
FIND
PHP Code:
PHP Code:
'stylecache'
), $specialtemplates);
REPLACE WITH
PHP Code:
PHP Code:
'stylecache',
// +++ vBookie
'vbookiesettings'
// --- vBookie
), $specialtemplates);
Well I have the arcade installed and have 'arcadesettings' in that area to replace as well, and leaving it there gives me a parse error, i have tried moving it around and still get the error
Any ideas ?