Some extra notes to help if you're installing:
1. - Install the Libraries module.
This is required by scald_gallery and scald_galleria. I used v7.x-2.1, available at https://drupal.org/project/libraries. Download, install and enable as usual. There wasn't any configuration required.
2. - Install the Galleria Javascript library.
If your site doesn't have the directory sites/all/libraries, create it now.
Visit http://galleria.io/ and click the 'Free download' button. Save the zip file. Extract the contents, then copy the galleria directory and all its contents to sites/all/libraries. You should end up with path sites/all/libraries/galleria
3. - Update your jQuery
The version of Galleria I downloaded needs jQuery 1.7 or higher. The standard Drupal 7 installation ships with an older version of jQuery. To update it, download, install and enable module jquery_update from https://drupal.org/project/jquery_update. I used v7.x-2.3. After enabling it, go to admin/config/development/jquery_update and choose a later version of jQuery. I chose 1.8.
4. - Install the Scald Gallery module
Download and install as usual. You will see two new modules, scald_gallery and scald_galleria. Enable them both. No configuration is required.
Now you should be able to create a new gallery and add images to it. When you view the Gallery atom, they are displayed in the Galleria viewer.
Possible problems when viewing the Gallery atom:
- "Notice: Undefined index: data in drupal_process_attached()"
When you view the gallery, thumbnails of the gallery's images are shown, but no viewer is displayed. The error message shown above is displayed.
I had copied the library to the wrong path. Check step 2 above.
- No error message, but no viewer either.
When you view the gallery, thumbnails of the gallery's images are shown, but no viewer is displayed. Checking the browser's javascript console, I found the error message "Uncaught TypeError: Object [object Object] has no method 'on'"
This was a sign that the wrong jQuery version was installed. Check step 3 above.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | screen.jpg | 34.6 KB | rasoolakhter |
Comments
Comment #1
davidhk commentedComment #2
rasoolakhter commentedi installed correctly every thing is working fine but without gallery i followed every tutorials but not working when i draged on media area it showing small thumbnail not gallery
Comment #3
nagy.balint commentedI think the README of the module should be updated, especially with the jquery update part, as its missing and is required for the module to work.
Comment #5
nagy.balint commentedThanks, incorporated the points into the README txt.
As for the issue in #2 i will need more information, and you can open a new issue if it still persists.