I wanted to use Highslide only for HTML content, but the module requires imagecache, which my site doesn't need. Imagecache, in turn, requires other modules, plus clean URLs. This is a lot of overhead for something all users may not need.

Would it be possible to break out the sections that need imagecache into a submodule, such as highslide_imagecache?

Comments

q0rban’s picture

Yes, I think this is a good idea. Patches welcome.

klonos’s picture

+1 here too.

I am not using the module right now, but what Martin says in #0 makes perfect sense. Wish I was more familiar with drupal module coding so I can contribute.

q0rban’s picture

klonos, get coding! It's super fun, I learned php *from* Drupal, so I'm sure you can pick it up too. :)

klonos’s picture

I do intent to James!

I am an old delphi/c++/vb coder with limited real-life projects. I know my way around basic html/php/css/sql, but I need to pick up on drupal APIs, hooks and the such. Very limited time though :(