Dotclear

Changeset 2859:fbbb9f0679bc


Ignore:
Timestamp:
12/17/14 20:31:42 (9 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
2.7
Message:

When using ckeditor relative path for assets are not correctly resolved if the blog is not on the same domain as admin.
Add base href for iframe used by ckeditor to resolved relative path the same way as dcLegacyEditor
Closes #2019

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/_post_config.php

    r2854 r2859  
    7373     CKEDITOR.timestamp = ''; 
    7474     CKEDITOR.config.skin = 'dotclear,'+dotclear.dcckeditor_plugin_url+'/js/ckeditor-skins/dotclear/'; 
     75    CKEDITOR.config.baseHref = dotclear.base_url; 
    7576 
    7677<?php if (!empty($dcckeditor_cancollapse_button)):?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map