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
You shouldn't need to hire anyone for that.
There's an autogrow plugin included in the default install, you should check it.
This plugin https://sourceforge.net/tracker/index.p ... tid=737639 provides a simplified image and files upload window.
And you can configure the server folder for each user just when you configure the upload system, use any session variable to make it unique for each user.
Regards.
RE: Looking to hire FCKEditor expert for help
RE: Looking to hire FCKEditor expert for help
So you guys dropped tinyMCE after all? When I applied for this project I didnt hear from you for several weeks and after that you told me tinyMCE suited better to your needs.
Back then I already mentioned the autogrow plugin. Alfonso now adds to this all other info you ask for, so I have to agree with him: I believe you are all set now
If not feel free to contact me: saulmade.nl
cheers,
Paul
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