10
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 14 years ago by Thanasis Fotis <tfotis@…>
set default width for CKEditor to 70%
Posted over 14 years ago by Thanasis Fotis <tfotis@…>
place specific stylesheet for CKEditor to it's own folder for better integration
Posted over 14 years ago by Herr.Vorragend <carsten@…>
Take care of Zikula's different form styles, e.g. z-linear
Posted over 14 years ago by Herr.Vorragend <carsten@…>
And fixing the position problem of YUI, too
Posted over 14 years ago by Herr.Vorragend <carsten@…>
Now the CKEditor fits better to Zikula.
Posted over 14 years ago by Thanasis Fotis <tfotis@…>
change .htaccess rules
Posted over 14 years ago by Herr.Vorragend <carsten@…>
Updated CSS example rules. Nice to have a clearfix solution there.
Posted over 14 years ago by herr.vorragend
fixed: I cannot reproduce any of this problems. I copied the styles of Andreas08 into this file: themes/Andreas08/style/xinha/editor.css After that I configured the new path inside the Scribite settings. And if I now create a new article (e.g. in News module) I can use the theme CSS rules.
Posted over 14 years ago by Herr.Vorragend <carsten@…>
Dirty fix by manually overriding YUI styles. Refs #74.
Posted over 14 years ago
bug description API\User.php case 'yui': // set body class for YUI Editor PageUtil::SetVar('body', 'class="yui-skin-sam"'); Isn't working if there already exists classes for the body tag. That's why the entire editor CSS isn't working in some themes. You can try this with the SeaBreeze? theme.