For anyone who might be interested:

Recently I wanted to use galleria on a Drupal 6 website. The D6 galleria module is outdated, with galleria version 1.0 hardcoded in the module. So I did a bit of plumbing.

Attached is a version of the D6 module that can be used with the latest version of galleria js, 1.4.2. Download it from http://galleria.io/static/galleria-1.4.2.zip and put it in the inc subdirectory of the module, so the path to the js will be inc/galleria/galleria-1.4.2.min.js.

Galleria 1.4.2 will only work with a recent version of jQuery (I believe at least 1.7, I used 1.8.2). However Drupal core 6 is incompatible with such a version. So I added the jqmulti module as a dependency.

The module will use the classic theme by default. If you want to use another theme put it in inc/galleria/themes, and adjust the path '/inc/galleria/themes/classic/galleria.classic.js' in galleria.module (in the first two functions).

CommentFileSizeAuthor
galleria.tar_.gz19.02 KBgaele
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gaele’s picture

Issue summary: View changes