I'm finding the documentation (which I've pieced together through forums and comments in the code) for configuring the file manager paths difficult to understand. Also, I want the same thing so many others seem to be grumbling about - absolute paths in my image urls.
Suggestions?
Suggestions?
RE: File Manager configuration
I have just add the folowing lines :
$fckphp_config['urlidata']=$IDATA_URL;
$fckphp_config['urlprefix']=$FDATA_URL;
somewhere in the config.php
Then you can use those in the classes, you just have to patch them.
RE: File Manager configuration
Thanks!
Jake
RE: File Manager configuration
You checked the wiki? There is some good stuff there. I believe CF already has userfiles and such configure-able, see the instructions for how to.
d