Quote:
Originally Posted by djbaxter
Would this not work for both?
PHP Code:
{ if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/6.0')) || (strpos($_SERVER['HTTP_USER_AGENT'], 'Edge/12')) $vbulletin->userinfo['showvbcode'] = 1; //This is the standard editor }
|
I tried this multiple browser patch and I get a boolean error in "includes"...
Quote:
PHP error: <b>Parse error</b>: syntax error, unexpected T_BOOLEAN_OR in <b>/usr/www/apache/includes/class_bootstrap.php(103) : eval()'d code</b> on line <b>214</b><br />
|
Regards,
Doug