Is there a working demo OR a downloadable installation profile with this module
which shows
1) Images are indeed being inserted and show up in the wysiwyg area
at present with the latest beta version and latest Drupal 6.14 preconfigured folders do not show up, on browsing, uploading and inserting image there is error message: """Error. The '' already exists."""
Image, unlike other editors like FCK do not show up in the wysiwyg area
2) Formatting works
Despite setting filters correctly (fck works which shows filters are set okay) formatting for example color fonts do not show up in the final saved node
3) Admin can configure toolbar buttons
4) Toolbar area can be collapsed by default or text area can be popped up separately in a full screen

A working demo or downloadable zip of such working site will be appreciated much.

Comments

drupalnesia’s picture

#1: Fixed. 6.x-1.0-BETA4: Bug fix: can not insert image after upload/resize/delete image
#2: Please choose Input Format = Full HTML
#3 and #4: I will take a look later.

Please try 6.x-1.0-BETA4

kaakuu’s picture

Full HTML is not permissible or recommended in multi-user environment.
If that is a must for this module then its use will become very restricted.

drupalnesia’s picture

You can use default Drupal Input-Format (called as "Filtered HTML") or you can create new Input-Format. What you need to do is: add your allowed html tag in this Input-Format.

Example: if you apply BOLD format to a text then you need to allow "<strong>" tag.

drupalnesia’s picture

Status: Active » Closed (fixed)

Solved.