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

peter törnstrand’s picture

Problem 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.

jdelaune’s picture

Version: 6.x-1.0-rc1 » 6.x-2.x-dev

I'm pretty sure this is for 2.x

Yeah we'll have to think about how we can accomplish this another way.