There is no information in the installation instructions on where to put the image.css file and the imagemagick files when you install it.
There is no information in the installation instructions on where to put the image.css file and the imagemagick files when you install it.
Comments
Comment #1
ezheidtmann commentedThis is a bug, not a feature.
Comment #2
adrinux commentedThe installation instructions tell you to put the 'image' module folder into /modules
It doesn't tell you to move the css or inc files because you don't need too.
Marking 'by design'.
Comment #3
sgwealti commentedSo if they aren't needed, why are they in the install package?
Comment #4
merlinofchaos commentedThey are needed; they live in the module's directory. The module inserts an @import line into the HTML header, and the CSS is imported directly from the module.
Comment #5
sgwealti commentedOk, sorry, my bad. I didn't read the installation instructions closely enough. Thanks for pointing out what I missed.