I know it can be done since it works in your demo... so it should be a setting I missed! So Forgive my noobishness XD

I looked at all the settings over and over but for the love of me I can't find where I went wrong. The Ckeditor shows in all content body nodes just fine it does not show in comments of any content. (I am in as USER1 so permissions should not be an issue)

Thankyou in advance for any help.
Cheers :D

Comments

mkesicki’s picture

Category: bug » task
Status: Fixed » Postponed (maintainer needs more info)

Just to be sure . You don't see CKEditor in comments form ?

Drunoober’s picture

Status: Active » Postponed (maintainer needs more info)

yes that is correct no ckeditor in the comments form for any of the content types.

thank you for taking a interest. cheers

mkesicki’s picture

Do you see any errors in Firebug or similar tool ?
Can you check if all request are correct (Firebug net tab) ?
Does your comments fields use text filter where CKEditor is used ?

Drunoober’s picture

Category: task » bug

ok something strange just happened.... I will illustrate step by step what happened

Yesterday: The comment form would not show the ckeditor
This Morning: I get a message the the ckeditor has a security update that needs installing (7.x-1.6 to 7.x-1.7)
I then write this post to the site asking for help about the issue

I go to lunch about 1 hr later I come back.
and answer your post... #2
and I look at the site again and BAN! everything work!!! LOL

What I think has happened is the following...
Installing the security updated fixed something which needed to wait for a cron run to make it take effect. since I have cron run every 3 hr it did not happen right away. This update broke my skinr module 7.x-2.0-alpha1 to fix it I just uninstalled it and re-installed it. Everything is Good now!! I will let you know if the update "Broke" anything else but for now everything seems fine.

I hope this helps you in the development of your integration module. (I switched it to bug report... hope you don't mind)

cheers. :D

wwalc’s picture

Great to hear that CKEditor started working :-)

Looks like a caching issue. Next time try the following: clear cache in Drupal administration section and then clear cache in a browser.

Drunoober’s picture

Thanks... yea its great

Not sure but I don't think it was a cache issue after all I did clear the cache frequently yesterday without change what I did not do is run cron right away after I installed the update just did not think about it XD.

I just would like to inform future viewers that have my same problem that if they update the module to 1.7 from1.6 and run cron they will also have the comments issues fixed in addition to fixing any intended security hole that the upgrade fixes.

Once again thank you all for the support which makes Drupal ROCK! :D

cheers.

Drunoober’s picture

Sorry guys... having another problem with rendering the Editor.

I am trying to insert text with a href link under views 7.33 given my previous case of the editor not showing I don't know if this is a ckeditor issue of a views one. So if I don't get a solution from you ckeditor experts I will ask at the views guys for a hand in the matter.

Specifically, under the section behavior of views with no content (sorry don't know the english wording since I am using a translated version) I add a global text area and the input box gives me the options for different input filters but non of them work they can get selected but that is all it does the input box stays as plain text. So no formatting of html tags.

hope I was clear... can it be fixed buy you or is it a views issue? or is it by design?

mkesicki’s picture

Status: Postponed (maintainer needs more info) » Fixed

@Drunoober
in Views for Drupal 7 CKEditor or any other WYSIWYG editor is turn off by Views developers.
In Views code #wysiwyg attribute for textarea is set to FALSE, so Views developers don't want wysiwyg editor for this fields.

dczepierga’s picture

Category: task » bug
Status: Postponed (maintainer needs more info) » Closed (works as designed)