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

jeffcd’s picture

I just did a clean install and this works on FF, Opera, and Safari. What browser are you using? Did you install additional modules?

jeffcd’s picture

Also, are you getting any javascript errors on the page?

iztok’s picture

tnx 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?

jeffcd’s picture

What browser and version are you using? What is the text of the JS error?

jeffcd’s picture

Try 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.

dme69’s picture

Hello,

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

rentex’s picture

I 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.

jeffcd’s picture

Status: Active » Closed (duplicate)

This 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.

Enidor’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Hello,
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

Enidor’s picture

Status: Closed (duplicate) » Postponed (maintainer needs more info)

Anyone here has the same problem ?

mortenjust’s picture

Status: Closed (duplicate) » Postponed (maintainer needs more info)

I'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)

matthew_wright’s picture

I 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.

matthew_wright’s picture

Correction - 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

pootka’s picture

changing the path to node/* did the trick for me! thanks.

jeffcd’s picture

Status: Postponed (maintainer needs more info) » Fixed
jeffcd’s picture

Status: Fixed » Closed (fixed)