<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>
changes the URL
http://www.mywebsite/images/es/articulos
to:
http://www.mywebsite/images/es/es_articulos
images/es/articuloses_

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
es_/es_es_es_articulos/
<td class="th"><label for="articulos1contenido">Contenido</label></td> <td><textarea id="articulos1contenido" rows="50" cols="80" name="contenido" width="773px"></textarea> <script type="text/javascript"> //<![CDATA[ CKEDITOR.config.language = 'es'; CKEDITOR.replace( 'articulos1contenido', { filebrowserBrowseUrl : 'afm/ajaxfilemanager/ajaxfilemanager.php', skin : 'office2003', toolbar : [ ['Source','-','Save','NewPage','Preview','-','Templates'], ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],['Link','Unlink','Anchor'], '/', ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'], '/', ['Styles','Format','Font','FontSize'], ['TextColor','BGColor'], ['Maximize', 'ShowBlocks'] ] }); //]]> </script> </td>Re: Altering image URL, Is this a bug or configuration probl
Re: Altering image URL, Is this a bug or configuration probl