Skip to content

Latest commit

 

History

History
executable file
·
31 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
31 lines (24 loc) · 1.07 KB

SilverStripe Simple Gallery Module

Maintainer Contacts

Requirements

  • SilverStripe 2.4

Documentation

A very simple bare bones gallery, no dependencies. Uses ComplexTableField instead of DOM. Also uses jQuery lightbox for displaying the images in templates. Should be able to modify this module to use different lightbox script, Uploadify for managing image files or a sortable module to sort the gallery images.

Includes a pagination example.

Installation Instructions

  1. Place this directory in the root of your SilverStripe installation, rename the folder 'simplegallery'.
  2. Visit yoursite.com/dev/build?flush=1 to rebuild the database.

Usage Overview

  1. Create a new Gallery Page in the CMS
  2. Add some new images to the 'Gallery' tab of the new Gallery Page

Known Issues

GitHub Issue Tracker