Hi,
Couldnt find solution to this...
FCK editor is installed and works fine on all browser configs except safari on mac.
PHP 5
FCK 2.6.3
Safari 3.2.1
I was told that safari does not recognize fck and that I need to add a string to the FCKeditor_IsCompatibleBrowser() function...
(In the fckeditor_php5.php file -- Line 50 ~ 70)
}else if ( strpos($sAgent, 'DDDDDD') !== false ){ return TRUE; }
But this does not work. I checked on the mac with a browser test page and am getting the following to a $_SERVER['HTTP_USER_AGENT'] query
Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1
Any idea how to enable the FCK editor for Mac Safari?
thanks
dan