Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Lightbox Gallery.

Lightbox Gallery: Difference between revisions

From MoodleDocs
m (infobox positioning)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The Lightbox Gallery Resource is a contributed module for Moodle 1.8 or later. This resource allows you to create image galleries within your Moodle course. The Lightbox system is a set of scripts than can be used to apply various effects to image galleries.
{{Infobox plugin
|type = Activity module
|entry = https://moodle.org/plugins/view.php?plugin=mod_lightboxgallery
|tracker = https://github.com/andrewhancox/Moodle-jQuery-Lightbox-Gallery/issues
|discussion = https://moodle.org/mod/forum/discuss.php?d=83599
|maintainer = Adam Olley and Andrew Hancox
|float = right
}}
The Lightbox Gallery allows you to create image galleries within your Moodle course. The Lightbox system is a set of scripts than can be used to apply various effects to image galleries.


==Options==
==Options==
Line 6: Line 14:
Clicking on any of the thumbnails brings that image into focus, and allows you to scroll through the gallery at your leisure. Using the Lightbox scripts creates nice transition effects when loading and scrolling through the images.
Clicking on any of the thumbnails brings that image into focus, and allows you to scroll through the gallery at your leisure. Using the Lightbox scripts creates nice transition effects when loading and scrolling through the images.


==Versions==
It is also of note that you can modify permissions on a site- or course-wide level to allow students to directly contribute to the gallery. If a site administrator first modifies the role to enable students to contribute, instructors may then "switch" this capability on or off in their courses.
This plugin was designed to be compatible from Moodle version 1.8 upwards, and as such may not behave the same in older versions.  Please select the correct version from the Moodle database of [http://moodle.org/mod/data/view.php?d=13&rid=1021 Modules and Plugins for this resource].  
 


Please read the installation instructions in the download!
Please read the installation instructions in the download!


==See also==
==See also==
 
*[http://lokeshdhakar.com/projects/lightbox2/ Huddletogether's lightbox project] is an external link for more information.
*[http://moodle.org/mod/data/view.php?d=13&rid=1021 Moodle.org Module and Plugins for a download versions]
*[http://moodle.org/mod/forum/discuss.php?d=83599 Discussions can be found in Resource forum]
*[http://www.huddletogether.com/projects/lightbox2 Huddletogether's lightbox project] is an external link for more information


[[Category:Resource]]
[[Category:Resource]]
[[Category:Contributed code]]

Latest revision as of 08:02, 19 October 2012

Lightbox Gallery
Type Activity module
Downloads https://moodle.org/plugins/view.php?plugin=mod_lightboxgallery
Issues https://github.com/andrewhancox/Moodle-jQuery-Lightbox-Gallery/issues
Discussion https://moodle.org/mod/forum/discuss.php?d=83599
Maintainer(s) Adam Olley and Andrew Hancox

The Lightbox Gallery allows you to create image galleries within your Moodle course. The Lightbox system is a set of scripts than can be used to apply various effects to image galleries.

Options

As a course teacher, you are able to create, edit and delete galleries. The main configuration option involves telling Moodle which directory contains the images you want to include in the gallery. Small thumbnails will then be generated, which are used for the thumbnail view of the gallery.

Clicking on any of the thumbnails brings that image into focus, and allows you to scroll through the gallery at your leisure. Using the Lightbox scripts creates nice transition effects when loading and scrolling through the images.

It is also of note that you can modify permissions on a site- or course-wide level to allow students to directly contribute to the gallery. If a site administrator first modifies the role to enable students to contribute, instructors may then "switch" this capability on or off in their courses.

Please read the installation instructions in the download!

See also