Hi,
I am having some real issues trying to get the ckeditor integrated with the ckfinder app.
I have managed now to get it all working so that you can browse the server and upload files but when i click on a file to select it to add to the cms nothing happens and it doesnt update or even send a URL of the image to the image properties screen.
Any Ideas?? please
I am having some real issues trying to get the ckeditor integrated with the ckfinder app.
I have managed now to get it all working so that you can browse the server and upload files but when i click on a file to select it to add to the cms nothing happens and it doesnt update or even send a URL of the image to the image properties screen.
Any Ideas?? please
Re: Selecting a file doesnt send it to the preview box
Any Help please Guys??
I have clicked the source icon and it is sending an img tag but the img src isnt there....
<p>
<img alt="" /></p>
please please if anyone can shed any light i would really appreciate the help.
Re: Selecting a file doesnt send it to the preview box
With that info it isn't possible to know what's your problem. You haven't explained how you have configured CKFinder, how you have integrated with CKEditor, or any other hint to understand what's going on.
Re: Selecting a file doesnt send it to the preview box
My Bad, i am just getting a little frustrated with this as ive been on it all day trying to integrate it to Magento thats all.
So this is the process that i went through...
1) I downloaded the fontis wysiqyg editor module from the Magento download manager
2) I then edited the config.js file inside the ckeditor folder so that it had this...
CKEDITOR.editorConfig = function( config )
{
// Define changes to default configuration here. For example:
//config.language = 'en';
//config.uiColor = '#AADC6E';
// added code for ckfinder ------>
config.filebrowserBrowseUrl = '/dev/js/fontis/ckfinder/ckfinder.html';
config.filebrowserImageBrowseUrl = '/dev/js/fontis/ckfinder/ckfinder.html?Type=Images';
config.filebrowserFlashBrowseUrl = '/dev/js/fontis/ckfinder/ckfinder.html?Type=Flash';
config.filebrowserUploadUrl = '/dev/js/fontis/ckfinder/core/connector/php/connector.php?command=QuickUpload&type;=Files';
config.filebrowserImageUploadUrl = '/dev/js/fontis/ckfinder/core/connector/php/connector.php?command=QuickUpload&type;=Images';
config.filebrowserFlashUploadUrl = '/dev/js/fontis/ckfinder/core/connector/php/connector.php?command=QuickUpload&type;=Flash';
// end: code for ckfinder ------>
};
3) Then i downloaded the ckfinder zip file and extracted all the contents into the same directory as the ckeditor one on the server
4) I then changed the BaseDir and BaseUrl paths to the upload folder on the server
All of this seems to have worked and i can go into the cms for a static page on magento and the wysiwyg ckeditor is there working and i can click on the image icon to browse for an image.
The if i click browse the server to see the images ckfinder opens fine and i can even upload images.
BUT then when i select an image to use it doesn send it to the URL field or preview image field within the image properties box therefore doesnt sedn the image that i want to use to the editor.
I really hope i have explained enough now and i will be patient and wait for a reply.
thanks for the heads up.
Re: Selecting a file doesnt send it to the preview box
Did you ever recieve a resolution to your image url problem?
ccusc
Re: Selecting a file doesnt send it to the preview box