ok im stuck, i've followed the instructions per the txt file step by step twice now double checked everything each time and i get this error in functions.php:
Code:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/turbobri/public_html/forums/includes/functions.php on line 1887
which is in reference to this if statement:
Code:
// do vBulletin 3 replacement variables
if (!empty($style['replacements']))
{
if (!isset($replacementvars))
{
$replacementvars = unserialize($style['replacements']);
}
I've read through the code, and its not missing any formating that i can find, i've tried both "guest = yes" and the default one as well..
Any ideas?