Hello,
1.- I have the following directory structure for the images:
images/en/articles
images/en/graphics
images/es/articulos
images/es/graficos
All directories have the same permissions setup.
2.- I configure CKeditor (3.3.1) inline in the textarea in this way:
<td><textarea id="articulos1imagen_portada" rows="5" cols="80" name="{imagen_portada_Name}">{imagen_portada}</textarea> <script type="text/javascript"> //<![CDATA[ CKEDITOR.config.language = '{res:CKeditorLang}'; CKEDITOR.replace( 'articulos1imagen_portada', { filebrowserBrowseUrl : 'afm/ajaxfilemanager/ajaxfilemanager.php', skin : 'office2003', toolbar : [ ['Image','-','Flash','-','Source','-','Undo','Redo'] ] }); //]]> </script> </td>
Re: Altering image URL, Is this a bug or configuration probl
Re: Altering image URL, Is this a bug or configuration probl
I suspected that too, but as I mentioned above, I manually edit the URL via HTML Source inside the textarea field with CKeditor and when I save the information, CKeditor changed it again form /articulos/ to /es_articulos/. I guess now I am not in the File Manager but inside CKeditor and CKeditor should let me alter the HTML code if I switch to "Source" view, is this right?, FCKeditor worked that way with no problem.
Thanks a lot for any other information,
Regards
joejac
Re: Altering image URL, Is this a bug or configuration probl
Re: Altering image URL, Is this a bug or configuration probl
Hello and thanks comp615,
I downloaded ckeditor_3-1.3.2 and with same configuration I noticed that the File Manager writes the path correctly, testing in my localhost, this is the code inside CKeditor textarea:
Re: Altering image URL, Is this a bug or configuration probl
Re: Altering image URL, Is this a bug or configuration probl
Hello comp615,
Thanks a lot for your reply, you were right, I had a problem with the way my PHP script wrote to the MySQL database, I corrected and it is working good. It is very nice to see how easy is to setup CKeditor compared to the predecessor.
Best regards
joejac