By robotjox on
Hi,
I'm really desperate. I'm trying to implement a wysiwyg editor into drupal 5, but they all seem to have serious issues:
1. tinymce seems to lack a lot of functionality after upgrading to d5 - and nobody seems to be able to contact the developer!
2. fckeditor is working pretty good, but the
tag is not working.
3. html area is not working in d5
are there any other - working - editors that support inline image upload?
thanks for your time!
Morten
Comments
correction
regarding fckeditor - the break-tag is not working...
fckeditor break tag
the break tag works again, this was broken because of an unexpected change in RC1
--
I work for Ontwerpwerk
FCKeditor plugin
FCKeditor doesn't insert a <!--break--> when clicking on "pagebreak" - it gives some other code which doesn't help us. To get the correct page breaking code you'll need to install this plugin which unzips into the FCKeditor plugins folder, along with adding 'DrupalBreak' into your fckeditor.config.js and removing 'PageBreak' in the relevant places.
Browsers usually cache .js files so you'll need to either empty your cache or type in the full url to fckeditor.config.js and refresh the page to make sure you're getting the changes.
TinyMCE
I use TinyMCE, click on disable the editor [or something like that] and manually insert the
<!--break-->--
Billy | Major: Accounting | CityTech@CUNY | Student Block.
take a look at widgEditor
take a look at widgEditor it's a new Module for Version 5
doesn't support uploading
yeah, I like it, but it doesn't support uploading, and I really need that :(
am having same problem..:-(
am having same problem..:-(
TinyMCE and IMCE, will
TinyMCE and IMCE, will handle both. FCKEDITOR and IMCE is another alternative, and both are equally impressive. IMO
all broken
I think all of them happily delete all you write in between < ? php and ? > , even in "raw HTML" mode (and of couse supposing that you have the right to do so and checked the button PHP code), without any warning or without transforming it into htmlentities...
also, TinyMCE happily discards everything you type into the html editor in between < form > and < / form >
(I just "created" a huge complicated form in that way... it's gone, of course, when I clicked "update" - even before preview or so)
widgEditor shows up twice in my installation (yes, two editor windows one above the other, in place of the textarea)
maybe due to localization(???) - mystery not yet solved...
did not yet try FCK...
also, I don't find any more the button letting me disable the editor for a particular page creation.... :-( !!
all in the whole , this sheds much darkness on the "professionality" of drupal, imho...
not fck
please do not drag us into another professionality of drupal debate... it leads nowhere
FCKeditor wil let you use
<?php ... ?>, unless you have codefilter installed and enabled on a node--
I work for Ontwerpwerk
FCK can work but far from being satisfactory
indeed I finally figured out that FCK seems to work (fingers crossed),
but for me only if I disable it by default and leave it only as the link "rich text editor"
which is afaik a global setting - I would have liked being it "on" by default for all users
but have it "working" (i.e. disabled) for the admin who needs to fiddle with PHP
(none of "my" "normal users" know what "rich text editor" means and they could not guess that clicking on that button opens a second window where you do a "parallel" edit of what is already displayed in the main window... - I think also for other "normal users" this is awkward)
Also, I have nevertheless big problems : if one < p > tag is not well closed or
some tags (like < b > overlap or so) (which quite often happens when copy-pasting
from IE or Word into the editing form), then often various portions (up to 100%) of
the code will disappear (sometimes you can save it but if you do preview first, then all is lost)
i.e.: robustness / tolerance w.r.t. imperfect HTML code = nearly zero. (imho)
Conclusion : FCK is maybe the best (?) but far from being satisfactory.
--
I honestly love your sarcasm.
Inline debate... I see it's on ongoing point.
I'm in a similar position. I'm test driving a raft of open source CMS' and there are, as we all know a few. Drupal's a nice CMS and years of work really shine when it comes to the user, roles, taxonomy and the various other infrastructure tools and admin. Most powerful. Few other CMS's have such a straight-forward admin approach and the CSS is easy enough to radically transform the look. If your wanting to present plain text and links in a CSS manner this totally rocks!
The one area, I've personally felt, that is just that bit lackin is the 3rd party/inline content creation. I'm expecting to let non-technical people publish articles from all over the company and being an animation studio we'll be needing the requirement of being able to show images and movies. This is something that no doubt can be plugged in as a module and out of the box basics are great to build on. But when we're using internal tools which offer wiki like abilities (and it took time to get them using the inline editor on that properly) our staff will be somewhat bewildered by the basic/missing-items premise that they've became accustomed to.
I'd love to manage our site with a drupal backend. It's one of the few that's got a powerful enough engine with so many great set of features that I would happily use it. But it's the content creators who make the decisions, and I've plugged in TinyMCE, FCKedit and a couple of image modules and sadly it's not for us.
Tis a shame, I know what effort is needed on an open source project like this but there are others which sadly fit our bill better on the content adding front. I'll be back and regularly checking out the new releases, I'm hooked for sure , but there are some real advances being made on other CMS backends which promise and mostly deliver.
Cheers
TXRX
--
Yes, Drupal for my web project was and still is the CMS of choice. I've tried Joomla/Mambo, Xoops, GeekLog, and MODx. I've even tried Wiki as the platform, but thought that I'd only want certain [read:registered/authorized] people to post to the website. The Joomla was about to become my favorite, but their support was a bit slow, so...no. Xoops just wasn't what I imagined of a CMS. MODx was just too difficult to understand and the documentation...uh-ah, no. So, yes, Drupal is the one that I currently do and will use in the future as long as everything goes the right way. The only request I have these days is to develop a Classifieds section other than already exists, simply to make it more user-friendly, like that farming website. But, I guess it's just messing with CSS.
--Billy from Student Block
Revisiting Drupal.. CSS may be the key.
Not wanting to completely shoot myself in the foot. Maybe the uncluttered text input for articles is something that we'd actually need and let CSS do all the hard work etc. Drupal defo has the best administration features that's for sure. All we need is some nice CSS examples I guess. (which there has been a couple I've seen recently)
Expect to see me posting questions about how to tie images to articles etc. ;)
Cheers
TXRX
TinyMCE is a little schizophrenic these days
The project is apparently split in to several versions of the project:
Sounds like you tried the 5.x version of TinyMCE, which removed some UI based config options (I believe you can still implement them by editing a config file). But there's also Moxie which is a more direct port of the 4.7 version with much of the same UI based configuration capablility.
TintMCE's images
I've posted this question here, I really don't want it to become a duplicate. However, I've noticed that I can't import a picture in FireFox, but can upload it in IE. The problem that is discussed there is the opposite: a user can't use IE, but can use FF.
--Billy | Major: Accounting | CityTech@CUNY | Student Block.
Problem fixed.
It was the AdBlock Plus: I switched it off on my site. It was pretty stupid of me not to know how to switch it off.
--
Billy | Major: Accounting | CityTech@CUNY | Student Block.
I would choose for FCKeditor
Read my article at http://www.jefspalace.be/cms/node/25 to know why I chose FCKeditor instead of TinyMCE.
It's just my personal experience.
TinyMCE with IMCE and YouTube
I use TinyMCE with IMCE and YouTube and have no problems.
Here is a screen shot of the youtube plugin.
http://www.parentgallery.com/how-add-video-my-parent-profile-or-blog-ent...