Hello!
I'm a french developer. I have created a mediawiki and I put on it fckeditor. My problem is that when I click on the button "insert image", a pop-up opens but don't propose a button "Parcourir le serveur". Can you help me to put on this button in my mediawiki please ???
Thanks.
Christelle
I'm a french developer. I have created a mediawiki and I put on it fckeditor. My problem is that when I click on the button "insert image", a pop-up opens but don't propose a button "Parcourir le serveur". Can you help me to put on this button in my mediawiki please ???
Thanks.
Christelle
Re: FCK EDITOR and Mediawiki
Hello,
This is actually a missing featrue.
Currently it is possible to find images by typing a couple of letters in the first field (after you click on the image button in the toolbar).
If you want to extend this functionality, feel free to do it and remember share your solution with us
Some hints: dialog box is placed in extensions\fckeditor\plugins\mediawiki\dialogs\image.html.
The original file browser (fckeditor/editor/filemanager) has been stripped from FCKeditor extension.
You would have to copy it from default FCKeditor release (http://www.fckeditor.net/download) and rewrite some of the files from this location: editor\filemanager\connectors\php.
This documentation may be also helpful: http://docs.fckeditor.net/FCKeditor_2.x ... ntegration
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: FCK EDITOR and Mediawiki
Christelle