IMCE CKEditor Style

Attached is a module that styles the IMCE module to match the CKEditor module. This is based on the previous work that Mike the Coder and Danny Joris before him. I made it so that you don't have to modify your theme to get it working, and more specifically, two themes since I'm using admin theme. The only thing you have to do for it to work is to put the "sprites.png" from the CKEditor download into the "images" folder of the module. It's found at "skins/kama/images/sprites.png".

AttachmentSize
imce_style.zip1.71 KB

Nice! Thanks for making a

Submitted by Mike (not verified) on Wed, 05/05/2010 - 20:30.

Nice! Thanks for making a module out of this. Are you going to put it on drupal.org? Also, it'd be smart to make it so that drupal_add_css only gets called when IMCE is being rendered, not on every single page load.

true

Submitted by jrowny on Thu, 05/06/2010 - 09:55.

I'm relatively new to module dev, so I'm not sure how to require the CSS only on IMCE, probably using the preprocess hook. I'm not sure that I'll post it to drupal.org, because I don't think it really warrants a project, it's only 4 lines long! Ha.

Recent comments