Hello guys,
Our official developer for ColdFusion, Hendrik Kramer, has left the project.
Im know looking for a experienced developer that is interested in seriously participate in the FCKeditor project. There is not so much to do, usually. The main related activities to maintain are:
- The integration files (fckeditor.cfm and fckeditot.cfc) alias creator.
- The File Manager Connector
- The File Uploader
- Samples
Most of the above is already developed and ready, apart the Uploader. So, there should be an initial check of the actual code and the implementation of the Uploader. I can imagine that everything is ready in a weekend.
Than it is just a matter of maintain that files and correct eventual bugs.
It is not a huge task, but it is very important for the ColdFusion community, so it must be taken seriously.
If interested, just contact me.
Thanks in advance. Best regards,
FredCK
Our official developer for ColdFusion, Hendrik Kramer, has left the project.
Im know looking for a experienced developer that is interested in seriously participate in the FCKeditor project. There is not so much to do, usually. The main related activities to maintain are:
- The integration files (fckeditor.cfm and fckeditot.cfc) alias creator.
- The File Manager Connector
- The File Uploader
- Samples
Most of the above is already developed and ready, apart the Uploader. So, there should be an initial check of the actual code and the implementation of the Uploader. I can imagine that everything is ready in a weekend.
Than it is just a matter of maintain that files and correct eventual bugs.
It is not a huge task, but it is very important for the ColdFusion community, so it must be taken seriously.
If interested, just contact me.
Thanks in advance. Best regards,
FredCK
RE: PARTICIPATE: ColdFusion developer wanted!
RE: PARTICIPATE: ColdFusion developer wanted!
-Rob
RE: PARTICIPATE: ColdFusion developer wanted!
Regards,
-Rob
RE: PARTICIPATE: ColdFusion developer wanted!
Hello Guys,
Thanks all you for the interest. I've also received some messages by e-mail. It's nice to see that there is a lot of interest on giving high quality support for the ColdFusion community.
So... let's welcome Wim Lemmens (alias "didgiman") as our new ColdFusion developer.
Wim has a strong ColdFusion background and are really excited on participating to the project Great!
If anyone of you have any suggestion to give him, fell free to contact him:
http://sourceforge.net/users/didgiman/
Thanks again,
FredCK
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: PARTICIPATE: ColdFusion developer wanted!
As you said, I'm very excited about participating in this project, and I will do my best to provide the community with high quality support.
Once I have worked my way through all the code, to really get into it, I will first be developing the file uploader for ColdFusion, since that seems to be a much requested feature.
After that, I will update the Wiki, so that it provides a clear checklist of all steps required to get FCKeditor working with ColdFusion.
I will post my progress to the forum.
Best regards,
Wim.
RE: PARTICIPATE: ColdFusion developer wanted!
Thanks very much, Wim! I've been praying for docs on the new CF connector. My chief need is to be able to move the editor to a location other than the web root, and also be able to specify whatever folder I please for the upload location (That is sort of done now with the ability to specify the /userfiles/ folder in the connector's config file... I can jerry-rig the rest by removing the hard-coded subfolder names and applying a cfset to the url.type variable).
I realize that Frederico has imposed a requirement that the file system works as it does, and of course you have to stick to that, but please try and make it so it can be tweaked. In an ideal world you'd document the tweaking part too. The way my CMS product works, each content page has its own upload folder so I need to be able to feed in the folder location (I use a session variable).
Thanks again! If I can help let me know.
RE: PARTICIPATE: ColdFusion developer wanted!
Hi Matt,
You are going to love this!
I updated the Wike page at http://fckeditor.wikiwikiweb.de/Develop ... ColdFusion .
There's now a step by step guide on how to:
- Install on ColdFusion
- Change the default userfiles directory
- Have multiple userfiles directories, e.g. 1 per user
I also developed the file uploader for the dialog windows. It will be included in the next release, along with some bug fixes.
RE: PARTICIPATE: ColdFusion developer wanted!
I'm liking the new layout of SourceForge as well!
Evolution ROCKS!
Woohoo to all. Props * 10
:XD
RE: PARTICIPATE: ColdFusion developer wanted!
I keep getting "XML request error: Not found (404)" when I try and browse the folder.
Thoughts?
Dick
RE: PARTICIPATE: ColdFusion developer wanted!
For the filebrowser, I'm sure it works in CF6 & CF7.
For the dialog, it's not implemented in the current version (2.1.1).
If you use the fileupload in the dialog, it's using the asp version by default, so if your server doesn't support asp it won't work.
RE: PARTICIPATE: ColdFusion developer wanted!
In the "Image Info" tab, when I click the "Browse Server" button a window opens but the error dialogue "XML request error: Not found (404)" is displayed. Also if I try to upload a file from this window nothing happens.
The same window/error is displayed when try the "Browse Server" button in the "Link" tab.
The "Send it to the Server" button works in the "Upload" tab only if I enable ASP, which you said in your reply but isn't documented I think.
So, I can upload an image via the "Upload" tab but I can't upload or select an image via the "Image Info" tab.
Hopefully that has given you an idea of my prob and will help you to advise me of the config required at my end.
TIA.
Dick
RE: PARTICIPATE: ColdFusion developer wanted!
I think you have your settings wrong. Not found (404) means actually exactly what it says: the file cannot be found.
I suggest you check your settings again.
RE: PARTICIPATE: ColdFusion developer wanted!
RE: PARTICIPATE: ColdFusion developer wanted!
RE: PARTICIPATE: ColdFusion developer wanted!
I followed the Coldfusion example outlined at...
http://fckeditor.wikiwikiweb.de/Develop ... ColdFusion
and I have been unable to view the sample page on my production server at /FCKeditor_2.0/_samples/cfm/sample01.cfm
Part of the page loads but I receive a The page cannot be found error...
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
I am anxious to get this working. Please provide any advise you might consider helpful.
Thank you for your time.
RE: PARTICIPATE: ColdFusion developer wanted!
Since your main folder is FCKeditor_2.0, it seems to me that you are using version 2.0 of the editor.
The steps I wrote are for version 2.1.1 and up, so I suggest you upgrade.
Also, you shouldn't use any dots (.) in your folder names, as it screws up the location for the cfc. Use underscores instead.
Let me know if you have any more problems after upgrading.
RE: PARTICIPATE: ColdFusion developer wanted!
Welcome to the jungle, Wim!
In case you're interested, I've got a coldfusion file manager that I've been using instead of the built in connector (more powerful, more features) and I've been unable to get it working because of some url parameters as part of the ImageBrowserURL.
I've got the issue detailed in the following thread:
http://sourceforge.net/forum/forum.php? ... _id=379487
Thanks
RE: PARTICIPATE: ColdFusion developer wanted!
Hey Rick. What file manager are you using, out of curiousity?

I once had a DB connector pretty much working, I had the same problem you had, with the amps, but I don't remember how I fixed it. Maybe removed a toHTML() call on the url within the filemanager frameset? Or encode it with &s; instead of &? Something like that.
I'm resurrecting the db filebrowser/connector, so I'll see what I run into again. I figure it's better to start from scratch than use my old one, but I should probably see what has really changed in the related code since then.
It will be cf at first, php later, probably. Last time I did it the other way around, but never got all the bugs out nor released it. Actually I think it worked fine but the lack of security bothered me and I couldn't think of a way to work it backinto the core code. And it was a mod of mcpuk's connector. Then authentication got added to mcpuk's but I never went back and retrofitted my code, so it wallowed in purgatory.
It shall live again, and this time I'll share it, so sayeth the den who is xen'n.
Not that many people really want to store images and files in databases, but I think it's cool, and have a setup where it seems to be "fast enough for government work", as they say, which was my main concern.
Eh. wish me luck.
Guess now would be a goot time to +1 the idea of making "file,image,flash" etc. configureable in the fckconfig.js or some such, vs. being hard coded. If it hasn't been changed already. It would make it easier to get contributions in this area, I feel.
RE: PARTICIPATE: ColdFusion developer wanted!
Thanks for your efforts Wim! Very much appreciated. A few weeks ago I hacked together a way to force FCKEditor to a)have the upload folder change call-by-call (so you can have one upload folder per page) and also force it to hold all media types. Ran thru it here.
http://www.houseoffusion.com/cf_lists/m ... 338#224577
Sure would be nice if that sort of flexibility was built in and not kludged in after the fact.