When inserting images within a CKEditor area, the image is referenced from the Admin directory, whereas it should be from the directory above.
The consequences are that putting in a relative filename path eg. images/thumbs/myproduct.jpg cannot be viewed whilst in Admin. (works fine on shop front, though)
Have been trying to find a method to resolve this, such as
in /catalog/admin/includes/javascript/ckeditor/config.js to no avail.Code:config.baseHref = '../';
I haven't yet tried:
as unsure if syntax is even close!Code:config.baseHref = <?php echo CATALOG_DIR ?>;





LinkBack URL
About LinkBacks











Bookmarks