Blogs,
videos, photo galleries, advanced content categorization, off-site
backups, form creation, e-commerce, domain names, multilingual
websites, copyright-free images. We have integrated the latest
open-source systems with several existing services into an easy-to-use,
easy-to-understand, affordable package.
You no longer need a team of geeks at your disposal for your website to shine.
Background: I was recently making a Drupal site where I needed (as is often the case) a visual text editor along with image- and file-upload capabilities. I tried using the wysiwyg module in conjunction FCKEditor 2.6.x, which is a good combination for that purpose.
Since this does not work out of the box, I followed the instructions here.
This procedure requires modifying files in the Wysiwyg module (residing in sites/all/modules) as well as the FCKEditor library itself (in sites/all/libraries).
The causes potential problems when the module and library are upgraded. My solution is to use patches. Here is how.
diff -cr sites/all/modules/wysiwyg/ sites/all/modules/wysiwyg.patched/ > patches/wysiwyg_module_allow_file_uploads.diff
patch -p0 < patches/wysiwyg_module_allow_file_uploads.diff
(note: I sometimes use the IMCE module to integrate image uploading with visual editors, which does not require any patching. In this case it was decided to use upload capabilities already integrated into FCKEditor because it is easier for the end user.)
It's marvelous to be able to post content on the site and especially to be able to make many updates. It's all really a pleasure for me; I believe it's because the website is well thought-out... Thanks again for your advice. (Pascale Bironneau, atelierdecarole.com)
THAT's what I wanted... I did not even know... very happy and impressed up to now. WOW. (Élise Gravel, illustratrice. elisegravel.com)
After the tests, it is working and it's exactly the configuration that I wanted. (Marie-Louise, productionsqualia.com)
I even did more than you recommended. Soon I will become an important computer scientist. (Kouassi Bohui Melaire, reforestation.net)
You really are pros! (M.-H. Verville, monhebdo.ca)