Jump to:

10389 Posts in 2200 Topics by 1712 members

All other Modules

SilverStripe Forums » All other Modules » Image Gallery Extension: Testers Needed

Discuss all other Modules here.

Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w

Go to End
Author Topic: 67104 Views
  • UncleCheese
    Avatar
    4085 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    FYI, you'll need to do an update on both image_gallery and dataobject_manager.

  • throb
    Avatar
    Community Member
    23 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    you asked for requests so...

    i would love to be able to have albums that have quicktimes and/or audio files in them
    using something like shadowbox would allow for the quicktime to play in a modal window as well as mp3's.
    it would be even better to be able to have an option for the user to force the system to not put certain movies or audio files, so then for iphone browsers it would be possible to add compatible files with the ability to view them.

    thanks UC! great stuff!

  • Shawn Parr
    Avatar
    Community Member
    60 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    I'll throw my hat in with throb. For some of our sites that would be incredibly useful. Currently we are just using dataobject_manager and have two different page types set up, one for documents, and one for media files. While this is functional, if there was a more extended version like Image Gallery that gave the lightbox features, it would take it to the next level.

  • throb
    Avatar
    Community Member
    23 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    oh, and in an ideal world...the quicktime would have a thumbnail. this thumbnail can be created by the user prior to upload so that the system doesn't have to worry about it. or...you could always use ffmpeg to generate the thumb

  • Ben Gribaudo
    Avatar
    Community Member
    181 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    On the thumbnails, it would be neat if there was a core interface (whether expressed or implied) that any child of File could implement to indicate that its instances are thumbnailable. Then, a module like ImageGallery would just need to check for implementation of that interface to determine if a thumbnail should be shown.

    The end result: If you can create and register a custom File type that implements the thumbnail interface, the thumbnails show up automatically anywhere thumbnails can be displayed.

    Are there others out there who think this would be helpful?

    Ben

  • throb
    Avatar
    Community Member
    23 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    yeah i think this would be very useful. basically then anything could have thumbnails that are managed by this system. good stuff!

  • UncleCheese
    Avatar
    4085 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    Yeah, I agree. I think that's sort of the intention of the FileIcon() function. If you could overload the FileIcon() function of any custom File class, you could handle "thumbnailing" on your own.

    Edit: I believe the function is just Icon().

  • throb
    Avatar
    Community Member
    23 Posts

    Re: Image Gallery Extension: Testers Needed Link to this post

    ..but...do you like (or want to do) the idea of having video and audio be managed by the image gallery system?

    67104 Views
Go to Top

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.