I tried copy/pasting a post, which has links, formatting, and a picture
In Pale Moon/Firefox, everything gets copied with the hyper links, formatting, and the image
but in Chrome it just pastes plain text
I always thought it's a Chrome issue
now I tried in chrome, to copy a similar post but from a vBulletin 4 forum and that works perfectly!
so why doesn't it work with vB3?
is there anything I could do to make it work?
--------------- Added [DATE]1396616044[/DATE] at [TIME]1396616044[/TIME] ---------------
I tried
this
But after adding the following, when accessing my site I get a syntax error on line 5024 which is:
if (strpos($useragent, ‘chrome’) !== false)
{
preg_match(‘#(chrome)( browser)?/([0-9\.]+)#’, $useragent, $regs);
$is['firebird'] = $regs[3];
if ($regs[1] == ‘chrome’)
{
$is['chrome'] = $regs[3];
}
}
=======================
I think this is line 5024:
preg_match(‘#(chrome)( browser)?/([0-9\.]+)#’, $useragent, $regs);
$is['firebird'] = $regs[3];