you shoud replace "file_directory_path()" by "drupal_get_path('module', 'imagebrowser')" in imagebrowser.module (lines 211, 215, 986) & ib_wysiwyg.module (line 61), so the css file is available even with private files!
you shoud replace "file_directory_path()" by "drupal_get_path('module', 'imagebrowser')" in imagebrowser.module (lines 211, 215, 986) & ib_wysiwyg.module (line 61), so the css file is available even with private files!
Comments
Comment #1
peter törnstrand commentedProblem is that ibstyles.css is a generated file and writing files to the modules directory should not be possible if server permissions is set up correct. But I understand the problem. Needs a different soultion though.
Comment #2
jdelaune commentedI'm pretty sure this is for 2.x
Yeah we'll have to think about how we can accomplish this another way.