I have recently installed wysiwyg and it works great except it does not work on the blog area.
It works for the main admin but for the roles and user that I created it does not show up.
It shows up for all the other content types for all user and roles.
Its just the blogs ?

Any one have any idea why this might be.

thanks

Comments

twod’s picture

Component: User interface » Code
Priority: Critical » Major
Status: Active » Postponed (maintainer needs more info)

Are you getting any JavaScript errors when the editor should appear?
Are you using a custom theme, if so, have you tried with Garland?
Have you tried the latest -dev snapshot?
Can you use Firebug for Firefox or a similar tool to inspect the markup of the radio buttons used for selecting an input format to see if they have several classes starting with "wysiwyg-"?
The classes should look like "wysiwyg-format-1", "wysiwyg-status-1" etc.
If you've only got one format active for users other than user 1, can you check that the classes are instead applied to the div holding the format description?
Are you using a module which extends/modifies the blog node form?

twod’s picture

Title: CKeditor works on all content types except for blogs, however it works for the main admin? » Editor works on all content types except for blogs, however it works for the main admin?

Looks like this issue isn't CKEditor specific.

naeluh’s picture

Project: Wysiwyg » CKEditor 4 - WYSIWYG HTML editor
Version: 6.x-2.1 » 6.x-1.2

Hi,

Thanks for the help. I figure it out by adding the updated version of the module but now.
It works with all the content types to edit custom content ; however, now the it is not showing up in panels custom content. There is no editor at all?
I am using the latest versions of the ckeditor and panels modules.

thanks

Nick

twod’s picture

Status: Postponed (maintainer needs more info) » Fixed

So you are using ckeditor.module, not wysiwyg.module?

If you are using both, pick one, they are not compatible.

Either way, there are known issues related to Panels for both modules. Please check the issue queue of either module for that. The original issue (blog content type) looks resolved.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.