goldsky / Easy-2-Gallery

MODx Evolution's image gallery
7 stars 4 forks source link

Creating a new view mode #14

Open Fatknuckle opened 12 years ago

Fatknuckle commented 12 years ago

Possibly create a new view mode such as "gallery mode = multiple or multi-view" or gallery type="album" which would load multiple galleries (or albums) for direct view. Possibly using the show.easy2gallery.php script to generate the returned images.

Refer this post: http://forums.modx.com/thread/70402/getting-weird-stuff-from-easy-2-gallery?page=2#dis-post-395772

Thoughts on how to accomplish: From easy2gallery plugin add config for show script processor function.This config value (eg: gallery type=album) would then select galleries for display as it currently set-up. Attach action to thumbnail where the click selects appropriate pictures from selected gallery id, and then dynamically displays return values in modal viewer via selected jscript library without using a secondary load page (which is how its currently set-up.)

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/4335348-creating-a-new-view-mode?utm_campaign=plugin&utm_content=tracker%2F6033956&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6033956&utm_medium=issues&utm_source=github).
goldsky commented 12 years ago

is this kind of like http://highslide.com/examples/mini-galleries.html ?