I have installed the modules and libraries, and I do not get a button on my editor.

Everything has been installed as new today.

Comments

Rob_Gnome’s picture

ok - I have got the button working - this was me being stupid with the config of CKeditor - but now when I load the page I have created with a link to a document that is set as public in google docs - I get source code in a frame. Please see here for an example:http://www.ourdevonshirekitchen.co.uk/?q=node/9

cubeinspire’s picture

Assigned: Unassigned » cubeinspire
Status: Active » Closed (fixed)

I just got this:
Page not found
The requested page "/?q=node/9" could not be found.

Please check that the URL is well formatted. I wanted to add a validation function using the using the CKEditor API:
validate : CKEDITOR.dialog.validate.functions(),

But is simply not working... they say the bug is repaired but its still there (http://dev.ckeditor.com/ticket/5996) so i just made the "notEmpty" validation that works fine.

Hmm I guess I can make some urlencode before outputting the URL that can solve many problems !
Thanks for the report I commit that changes right now !