We took the views_galleria-6.x-1.x-dev module and upgraded it to use the galleria 1.2 image gallery framework.
We added several option settings to the views style plug-in. There are some issues with the settings used for timing, so we commented them out in the form function. Enabling them is easy and gets you started if you want to make the faulty settings working or to add more settings.
The transition type and the use of a lightbox popup are the only two working settings now.
For use with the lightbox popup be informed that you need to install the jquery_update module. Do not use the recommended release (includes jquery 1.2.6). You need jquery 1.3.2 for the lightbox to work so install the latest development release.

CommentFileSizeAuthor
views_galleria.patch5.51 KBJan van Diepen

Comments

Jan van Diepen’s picture

Better yet, use jquery_update-6.x-2.0-alpha1

Jan van Diepen’s picture

Status: Active » Needs review

Can this be tested and included in a next release?

max_d’s picture

not working patch. missig files, wrong path, for example:

+  drupal_add_js(drupal_get_path('module', 'views_galleria') .'/scripts/galleria/galleria.js');
+  drupal_add_js(drupal_get_path('module', 'views_galleria') .'/scripts/galleria/themes/classic/galleria.classic.js');
+  drupal_add_js(drupal_get_path('module', 'views_galleria') .'/scripts/views_galleria.js');