Configuring wysiwyg / ckeditor
Firstly, I'm quite impressed by the wysiwyg module, having spent the better part of the last 3 days looking at the code and trying to figure out how to change the size of the wysiwyg window that appears. I thought I could just add a css file to override the defaults but that clearly does not work when the height property is coded inline. (D7, wysiwyg module, ckeditor library)
I eventually had success with hook_wysiwyg_editor_settings_alter() BUT it was necessary to either add this hook to an existing module or create a separate module specifically for that purpose.
Read moreTips: WYSIWYG + CKEditor 3.6.0
Jag märkte att nyaste CKEditor, 3.6.0 (och även 3.5.4), inte fungerar i senaste utgåvan av WYSIWYG-modulen (7.x-2.0, 6.x-2.3 och 5.x-2.1).
Man möts av felmeddelandet "The version of CKEditor could not be detected.".
Orsaken är att CKEditors JS-fil är förändrad så att inte WYSIWYG kan hitta versionnumret , för det ligger senare i filen än tidigare.
Lösningen är en av dessa:
<
ul>
WYSIWIG editors and preservation of HTML whitespace / formatting?
Hi, all. I'm tinkering with the wysiwig module and CKeditor under Drupal 6 at present, and I have a concern and some questions.
I've tried using wysiwyg editors in the past, but I have never been particularly happy with the results. My main concern is preserving the raw HTML formatting/whitespace in the node body. When I switch between the normal (non-wysiwyg) view and the wysiwyg editor (and back again), wysiwyg editors seem to trash the original whitespace formatting of the HTML (and I can't see any good reason for that).
Read moreModifying the formats dropdown in CK Editor - OP 2.1
I would like to modify the CKEditor format dropdown. I know where to locate the library for this (/sites/all/libraries/), but can't figure out how to make it 'take'. Essentially, I would like to duplicate the functionality of the normal(div) item, but give the div a class. Any help is appreciated. Thanks!
Read moreHow to change background color of ckeditor
Hello everyone,
I have been using drupal for quite a while, but am really new to the wysiwyg plugin.
Almost everything is working really fine, but my only issue is, that on of the themes I use has a dark background and white text. Editing this page with CKEditor, you can't see any text, as both background and text is white. So I am wondering, how I can change the background color (changing text color would be fine, too, but it's not really wysiwyg then anymore, is it?).
CK Editor / Wysiwig image path issues
Have installed CKEditor (eventually) on a test site within a folder called "drupal" on a 1and1 hosted site.
All is well but when uploading an image it won't display in the preview or live.
The image is getting saved in this path: "/drupal/sites/all/modules/ckeditor/ckfinder/core/connector/php/images".
However the wysiwig thinks they're saved here: "/drupal/sites/all/sites/default/files/images/"
I'm not fussed where the images are saved, I just want to get them to display correctly and can't see an obvious place to configure the path to images within drupal.
Read morewysiwyg + ckeditor + skins?
there is a problem with skin load in our precious module. all of buttons are in one group and there is no chance to wrap a toolbar with that bug, so it has almost 800px sometimes.
it is something like this: http://drupal.org/files/issues/ckscreen.jpg
is someone going to fix this? if yes when?
similiar topics:
http://drupal.org/node/737318
WYSIWYG Modules
Comparison of WYSIWYG Modules. So far only the WYSIWYG module and CKEditor, but I'll add more soon. If you want to contribute....the edit button is there :)
Read moreFront page Blocks, etc. & ckeditor "bug"?
Like others I have trouble figuring out how to get things posted on the frontpage. For instance, the "middle" column is extremely hard to fill with material based on what instruction I can find and have seen.
Well, there is another side problem that has to do with that also. At least on my installation.
In using ckEditor to post what page(s) a block should appear on, I get this problem. I click the editor to "source" and type in, for example, , then I save. Then I look for the block and nothing on the front page or any other.
How to disable CKEditor
I do not use any WYSIWYG Editor. Unfortunately, the CKEditor in OP 2.0 is a required module for OP_Default and OP_Audio. How do I disable CKeditor and use my good old BUEditor? Currently BUEditor is enabled but its not showing up.
Read more




