ImageGallery
23 Aug
The Image Gallery module facilitates the management and display of photos on your website. ImageGallery is an extension to the DataObjectManager module. Features include:
- A bulk uploader
- Caption editing
- Drag-and-drop reordering
- An image resizing tool
- Image rotation
- All other features of the DataObjectManager not listed here.
The ImageGallery module also comes bundled with 7 different open source photo viewers including Lightbox, NyroModal, and PrettyPhoto.
SVN: http://carlinowebdesign.svn.beanstalkapp.com/modules/trunk/image_gallery




i love this module, but i have one problem. when i click on the link for the image gallery page in the sidebar, the image gallery loads, but the sidebar only shows the image galleries, not all the categories..here are screenshots to illustrate my point (note that everything is in hebrew, but you should be able to understand the problem…:
http://img602.imageshack.us/img602/411/screenshotay.png
http://img839.imageshack.us/img839/4085/screenshot1is.png
thanks
Hi Uncle Cheese,
I’ve used your image gallery on earlier versions of Silverstripe and it’s great. Job well done. Does it work on the 2.4.2 version?
I was able to get the image gallery working on 2.4.3, but only after I added an album and deleted the default album.
hi uncle cheese!
really appreciate your modules!
one question to image gallery,
file: ImageGalleryPage.php, line: 345
is it necessary to hardcode ‘ImageGalleryPage’?
couldn’t you as well use: $this->getModelClass()
because when i overwrite the class, i have to owervrite the method index() as well to use template files witch names correspond to my class names…
cheers!