Hello,

I just installed Openwysiwyg and am able to configure it at admin-openwysiwyg, etc., but it does not display on any nodes. Changing the editor height at /admin/settings/openwysiwyg changes the height of editing boxes in my nodes, but without the editor. I am sure there is some small setting I am missing, but I haven't been able to find what it is. I found this issue here: http://drupal.org/node/520832.

Attached is a screenshot of my Visibility configuration.

Thank you for any help,

Jeremy

CommentFileSizeAuthor
openwysiwyg.png76.17 KBjyork

Comments

jyork’s picture

Here is the error in my javascript console:

Error: missing ; before statement
Source File: ... /modules/openwysiwyg/library/scripts/openwysiwyg.js
Line: 418, Column: 33
Source Code:
}else{return{width:0,height:0};}}}var WYSIWYG_ContextMenu={html:" ",contextMenuDiv:null,init:function(n){

I also get

Error: WYSIWYG is not defined on line 46 of the html page, which is here:

var mysettings = new WYSIWYG.Settings(); It seems like maybe var mysettings needs to be in quotes (?): var mysettings = "new WYSIWYG.Settings()"; I am on a mac using firefox 3.5.4. I thought it was maybe a browser issue but I also do not see Openwysiwyg when I edit a node in Safari. Thanks, Jeremy
dkhill’s picture

Version: 5.x-1.18 » 6.x-1.0-rc1

Hi,

I'm using Drupal 6.14 and openWysiwyg 6.x-1.0-rc1
I've tried a couple of things.
1. I uninstalled the other module "Wysiwyg".
2. Removed the directory.
3. Disabled OpenWysiwyg.
4. Enabled OpenWysiwyg.
5. Flushed the cache.
6. Turn on and off the xHTML option.

Still no result. Please let me know.

Thanks for listening.

tiagoemerick’s picture

Hi jork.

i'm just reading your post and i see that i have the same problem.
In firefox it woks fine but not in IE. Same error!!

so.. you have fixed it? can you help me?

thx!!!

viktor.kruglikov’s picture

I have absolutely same problem as jyork.

ZsoltBalla’s picture

Hi,

I'm kind of new here myself, and had the same problem, but it turned out that it was just a small setting issue.

After configuring that I needed the editor for Full HTML and Filtered HTML content inputs, I had to click "edit" next to OpenWYSISYG in the WYSIWYG profiles tab (Admin > Configuration > WYSIWYG profiles), expand the Buttons and Plugins section, and check all the buttons I wanted to see one by one.

It seems a bit silly, but all the buttons were disabled by default (a normal configuration, with a few buttons enabled but others disabled would make more sense in my opinion). I don't know if that's normal behaviour, but it solved the problem at once :-)

cheers,
Zsolt