I have instaled latest versions of YUI and YUI text editor, set the permisions, set location to http://yui.yahooapis.com/2.5.1 but I still don't get the editor for my textareas.
Is there something new in 93 or if someone has same issues as I have.
thank you in advance
Comments
Comment #1
jeffcd commentedI just did a clean install and this works on FF, Opera, and Safari. What browser are you using? Did you install additional modules?
Comment #2
jeffcd commentedAlso, are you getting any javascript errors on the page?
Comment #3
iztok commentedtnx for reply
Well I get some warnings about JS but I believe that isn't the problem I guess. On YUI page I see that there guess some code under every textarea, but I don't see any additional JS code on my Drupal page where editor should be.
I only enabled YUI module 6.x-1.1-1 and YUI editor 6.x-1.2-93. Is there maybe something else to do?
Comment #4
jeffcd commentedWhat browser and version are you using? What is the text of the JS error?
Comment #5
jeffcd commentedTry watching the installation videos off the home page to see how I installed the editor. What version are you upgrading form. I am going to close this issue in the next couple days if I don't receive a response. Thanks.
Comment #6
dme69 commentedHello,
I'm having the same issue.
I have done some tests before with an older version and it was working.
I have uninstalled the old version a couple of weeks ago.
Now I'm having a full YUI interface. I mean :YUI menu and a theme based on yui layout
There are no js errors and I have tried with FF, Safari and Camino.
Dominique
Comment #7
rentex commentedI run Drupal 5.7, but I experienced the same issue.
I was able to fix it by doing the following:
In "YUI Common Settings" I replaced:
http://yui.yahooapis.com/2.3.0 with: http://yui.yahooapis.com/2.5.1
In "YUI editor settings" Paths-field I added: node/*
I checked admin/user/access that my user had permissions to use the YUI Editor.
Then the editor works like a charm. May take some time to load the editor, but you can host the files locally and it will speed up.
Comment #8
jeffcd commentedThis has already been posted and you are welcome to contact me directly if you need further assistance. Provide me with the url to your site and the browser name/version you use.
Thanks.
Comment #9
Enidor commentedHello,
it seems taht I've got the same problem, using Drupal 6.6 with fr-6.x-1.x-dev
and yui-6.x-1.1-beta3 / yui_editor-6.x-2.31
Nowhere appears the Editor,
I've tested my website (www.mesappelsdoffres.fr) with Firefox 3.0.3, IE 7.0 and Opera 9.61
Tests are ok (http://www.mesappelsdoffres.fr/files/lib/yui/tests/editor.html)
Parameters :
Source's files in : sites\all\modules\
Location of YUI library : http://yui.yahooapis.com/2.6.0
(also tested with http://yui.yahooapis.com/2.5.1 and a local library put in files/lib)
anonymous and identified users allowed
Paths : node/* (also tested without anything)
In admin/user/permissions :
Access YUI and Access YUI Editor ticked
Tested online and with a localhost and easyphp
I don't know what else to do ...
Others modules installed :
CCK (disabled)
Views (disabled)
Upload (enabled)
Update status (enabled)
and standard modules
Thanks a lot of for your help
Comment #10
Enidor commentedAnyone here has the same problem ?
Comment #11
mortenjust commentedI've set user role permissions, added "node/*" in the yui editor settings, upgraded yui to 2.5.2, and still don't get the editor on any page (I'm trying to enable it for the edit view of a page node)
Comment #12
matthew_wright commentedI had the same issue until I disabled the module, purged the systems table of the yui & yui editor records and then reinstalled modules.
Just disabling the module didn't work - the purge of the system table seemed to do it.
Comment #13
matthew_wright commentedCorrection - it works only if no paths are inserted i.e left blank as soon as I add a path eg node/* it does not appear. This is in ie7 and Firefox 3
Comment #14
pootka commentedchanging the path to node/* did the trick for me! thanks.
Comment #15
jeffcd commentedComment #16
jeffcd commented