Installed the latest version on 4.0.1, getting the error:
Quote:
if ($vbulletin->options['bbr_image_active'] && $vbulletin->options['bbr_lytebox_active']) { if (in_array(THIS_SCRIPT, array('showthread', 'showpost', 'blog', 'entry', 'vbcms'))) { $vbcsspath = 'css.php?styleid=' . $vbulletin->userinfo['styleid'] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&sheet='; $find = ''; $add_before = ''. PHP_EOL; $output = str_replace($find,$add_before.$find, $output); } }
|
at the top of the forums. Possible fix for this please? Would have been great if the older version was attached..
EDIT:
Even older version no longer works:
Quote:
if (in_array(THIS_SCRIPT, array('showthread', 'showpost'))) { $vbcsspath = 'css.php?styleid=' . $vbulletin->userinfo['styleid'] . '&langid=' . LANGUAGEID . '&d=' . $style['dateline'] . '&sheet='; $find = ''; $add_before = ''. PHP_EOL; $output = str_replace($find,$add_before.$find, $output); }
|
I like this plugin, and I really hope this can be fixed.