This fckeditor module is better than the htmlarea module in almost all ways, except that the htmlarea module allowed to exclude combinations of paths and ids using wildcards for every component. For instance, the following entries were valid:

node/*/edit.field[extra-items]
node/1155/edit.body
admin/settings/site-information.site-mission

It would be nice if fckeditor would allow this as well.

Comments

ufku’s picture

Project: IMCE » FCKeditor - WYSIWYG HTML editor
Version: 5.x-1.2 » master
wwalc’s picture

Status: Active » Closed (duplicate)

Download the latest release, it is already implemented :-)
There are two separate textareas to enter fields and/or paths.

Jorrit’s picture

If by latest release you mean 6.x-1.2-1, I don't think it is implemented. There is a text area for paths and a text area for id's, but my request is to have one textarea for path.id's, so you can exclude ids on certain paths only.

wwalc’s picture

Status: Closed (duplicate) » Active

Ok, now I get it... sorry for misunderstanding. Sounds interesting.

Jorrit’s picture

What htmlarea did was concatenating the path and the id and just using a regular expression on that string, where * would match anything within that string. The problem is that the editor itself wasn't very good compared to FCKEditor (they used Xinha), so that's why I moved. If you install htmlarea you will see what I mean.

Jorrit’s picture

Assigned: Unassigned » Jorrit
Status: Active » Fixed

Fixed in a future release (6.x-2.x)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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