We are looking for an experienced Javascript developer who has worked extensively with FCKEditor, and who has at least a limited amount of PHP experience. We are using FCKEditor in our custom-built CMS.
What we would like to do:
- have the ability to resize or possibly even "autogrow" our fckeditor (much like tinymce has the draggable resize). We have tried to implement an "autogrow" plugin but didn't have any success.
- tweak the image/photo upload tab to simplify it and make it easier to use (move around the fields a bit).
- customize the image upload tool so that each user gets their own upload folder that only they can see/access and we can constrain the total size of that folder.
Development environment includes svn, mysql, php 5.x, freebsd, ssh, and of course, all the javascript, css, and html.
Happy to pay per project via PayPal, etc.
Please email chessdev[at]gmail[dot]com.
Thanks,
Erik
What we would like to do:
- have the ability to resize or possibly even "autogrow" our fckeditor (much like tinymce has the draggable resize). We have tried to implement an "autogrow" plugin but didn't have any success.
- tweak the image/photo upload tab to simplify it and make it easier to use (move around the fields a bit).
- customize the image upload tool so that each user gets their own upload folder that only they can see/access and we can constrain the total size of that folder.
Development environment includes svn, mysql, php 5.x, freebsd, ssh, and of course, all the javascript, css, and html.
Happy to pay per project via PayPal, etc.
Please email chessdev[at]gmail[dot]com.
Thanks,
Erik

RE: Looking to hire FCKEditor expert for help
https://sourceforge.net/tracker/index.p ... tid=737639
RE: Looking to hire FCKEditor expert for help
RE: Looking to hire FCKEditor expert for help
RE: Looking to hire FCKEditor expert for help...
I'm also interested in the possibility to:
- customize the image upload tool so that each user gets their own upload folder that only they can see/access and we can constrain the total size of that folder.
And I have tryed to do the configuration without success, in the filemanager asp-connector configuration file with this:
Dim ConfigUserFilesPath
ConfigUserFilesPath = "/myapplication/files/" & Session("UserID") & "/"
But in the configuration file the session variable is null or empty!
And the variable ConfigUserFilesPath get the value "/myapplication/files//" which couse the wellknown XML ... error.
In the file filemanager asp-upload configuration file I have the same session variable,
Dim ConfigUserFilesPath
ConfigUserFilesPath = "/myapplication/files/" & Session("UserID") & "/"
with the same result!
I would realy appreciate some help to solve the problem on how to pass a value from the browser that has created the editor, to those two variables in the connectors and upload configuration files.
Regards
Zeth
RE: Looking to hire FCKEditor expert for help
RE: Looking to hire FCKEditor expert for help
You made my day!
Thanks very much for your fast response! It seems to work perfect for me now!
Every user can only see its own files directory now.
What the drawbacks are will I probably be aware of in the future!
Thanks again!
Zeth
RE: Looking to hire FCKEditor expert for help