Hi,
Good news... I've just been contacted by Hallvord Steen, our "Opera Advisor"
from Opera Software, there are rumors that they are really interested on making
FCKeditor editor running with Opera 9.5.
This is the right moment to move our efforts to fully test FCKeditor in the
recently released Opera 9.2 and provide as many tickets as it needs at our
dev site.
For testing over the nightly, just point Opera to this URL:
http://www.fckeditor.net/nightly/browsers_test.html
We have a milestone called "Opera Compatibility" at the dev site. These are
the active tickets:
http://dev.fckeditor.net/query?status=n ... eopened&mi
lestone=Opera+Compatibility
This is exciting! Participate!
Best regards,
Frederico Caldeira Knabben
----
http://www.fckeditor.net
"Support Open Source Software"
Fri, 04/13/2007 - 12:12
#1
RE: Opera compatibility effort
Or when you use PHP, replace '$this->IsCompatible()' on line 66 of either 'fckeditor_php4.php' or 'fckeditor_php5.php' (depending on your server's PHP version). Don't forget to restore it after testing.
For other scripting languages similar codechanges have to be made.
RE: Opera compatibility effort
Re: Opera compatibility effort
62 if ( $this->IsCompatible() )
63 {
64 if ( isset( $_GET['fcksource'] )
...
82 }
Please can you give me more details how to enable it using PHP
Thank you.
Re: Opera compatibility effort
I have changed the fckeditor.js file, but I'm stuck on the php bit
Thanks
Re: Opera compatibility effort
You should get a fully functional FCKeditor without haveing to tweak fckeditor.js or fck_editor4.php / fck_editor5.php.
I hope this helps someone.
Re: Opera compatibility effort
if ( $this->IsCompatible() )
to:
if ( 1=1 )
or set $this->IsCompatible() to equal true somewhere in the code? (i was to lazy to find if there was lol), but yeh the guy above was correct (appreciate it mate)