I use editpad. This is one of them, I'm not sure how I can be screwing it up, it's just cut and paste...
http://www.vbadvanced.com/forum/show...62&postcount=3
This is the error I get...
Parse error: parse error, unexpected '\"' in /httpdocs/gallery/index.php(253) : eval()'d code on line 32
This is what's in my code...
$navreplace['replace'] = array(
'"' . $vbulletin->options['bburl'] . '/clientscript',
'\'' . $vbulletin->options['bburl'] . '/misc.php',
iif($vba_options['gallery_navbarhomelink'], '$vbulletin->options[hometitle]', '$vba_options[gallery_title]'),
iif($vba_options['gallery_navbarhomelink'], '$vboptions[homeurl]', '$vba_options[gallery_url]/index.php')
);