MaXimus
04-04-2014, 10:52 AM
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 1396616044 at 1396616044 ---------------
I tried this (http://helloiamchris.com/vbulletin-3-6-wysiwg-editor-for-chrome-browsers/)
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];
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 1396616044 at 1396616044 ---------------
I tried this (http://helloiamchris.com/vbulletin-3-6-wysiwg-editor-for-chrome-browsers/)
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];