Media collection

Activities ::: mod_mediagallery
Maintained by Adam Olley
Part of set Media gallery.
This plugin allows instructors/teachers to create a space for students to submit "galleries". These galleries can be based on images, audio or video.
Latest release:
1597 sites
416 downloads
52 fans
Current versions available: 5
Media collection is an activity that enables users to create galleries (of image/audio/video). The galleries themselves have many display options the user can choose such as displaying in a grid or carousel, and defining the number of items to show per row/column and such.

Each item can have metadata supplied (title, publisher, medium, production date, etc).

When viewing a gallery, selecting an item brings up a lightbox interface that allows the user to view a larger version of the item along with the metadata. Social options are also visible in the lightbox interface (liking & commenting).

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4
Screenshot #5

Contributors

Adam Olley (Lead maintainer)
Damien Bezborodov
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Adam Olley
    Mon, 25 Aug 2014, 8:00 AM
    Hi Richard,

    I've uploaded an update. It fixes the bug you described and also adds the ability to select files from within your collections/galleries from within the file picker.
  • Richard Chui
    Mon, 25 Aug 2014, 1:13 PM
    Dear Adam,

    Thanks for that. I have just downloaded the latest version and installed on my Moodle 2.6.4. When I tried to add the activity to my course, I got the following error
    Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ')' in /opt/lampp/htdocs/moodle264/mod/mediagallery/classes/item.php on line 496

    Richard
  • Adam Olley
    Mon, 25 Aug 2014, 1:29 PM
    Richard:

    I've pushed up a small hotfix for that to both github and here. Looks like it's some php syntax I used that isn't compatible with earlier version of php than what I was using when I wrote it. Let me know if it doesn't work for you.
  • Richard Chui
    Mon, 25 Aug 2014, 2:14 PM
    Works like a charm. Thank you so much!
  • Chen ZhongWei
    Fri, 24 Oct 2014, 3:31 PM
    Thanks Adam. A nice plugin for multimedia assignments. Is it possible to rate or assess the image/video ?
  • Adam Olley
    Thu, 20 Nov 2014, 7:53 AM
    Hi Chen,

    Unfortunately it doesn't have ratings for individual items right now. Its definitely something that might be added in future though.
  • Adam Olley
    Mon, 24 Nov 2014, 11:44 AM
    Features coming soon in v2.7.1.0:

    * Change 'gallery type' to 'gallery focus'. Rather than forcing a gallery to only display one content type in the main and lightbox areas with all other content as supporting files, gallery focus lets you set a default focus for the gallery, and then the user viewing is able to toggle between audio/image/video being the focus.

    * Tags: You'll be able to add tags to collections, galleries and items.

    * Collection types: a collection activity will be able to be set to 1 of 4 types.
    ** Instructor collection - only instructors can create galleries/items.
    ** Contributed collection - all users can create galleries/items - but this collection can't be used with the assign submission plugin.
    ** Assignment collection - users can only see their own galleries - and can be used for an assign submission.
    ** Peer reviewed collection - users can see each others galleries - and can be used for an assign submission.

    * Gallery modes. Two modes you can pick from when making a gallery.
    ** Standard - the same as now.
    ** YouTube - only accepts youtube videos as items.
  • Maya Nguyen
    Wed, 17 Dec 2014, 10:44 PM
    One of my teachers is having issues setting the number of columns and rows in his image galleries. He determines what he wants in the media collection parameters but those don't seem to carry over to his image galleries which automatically display 6 columns with 6 items per row. Any way to modify this?
  • 景東 王
    Wed, 29 Apr 2015, 9:59 PM
    Hi Adam, this module support youtube for external link,I suggest this module can support other sites except youtube, for example,ted ,vimeo,...,if you use the oembed filter (https://moodle.org/plugins/view/filter_oembed),could you add this function?
    Maybe the moodle-mod-mediagallery-mediabox.js will be more concise.
  • Daniel
    Fri, 8 May 2015, 6:37 PM
    Hi,
    What is "theBox" in this plugin ?
    Daniel
  • Adam Olley
    Tue, 12 May 2015, 12:35 PM
    Hi Daniel,

    It's a custom repository, whilst parts of the code refer to it, it shouldn't have any effect on your actual use of the plugin when you don't have it.

    If it's showing up anywhere in the interface - let me know as it shouldn't be.
  • mo ollek
    Thu, 14 May 2015, 12:32 AM
    Hi, I've tried to upgrade your plugin on moodle 2.8.2+, I am getting the following error:

    Debug info: Unknown column 'objectid' in 'mdl_mediagallery_gallery'
    ALTER TABLE mdl_mediagallery_gallery ADD mode VARCHAR(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'standard' AFTER objectid
    Error code: ddlexecuteerror

    Any ideas how to get around this?
  • Thomas Michalak
    Fri, 15 May 2015, 12:50 AM
    same (like mo ollek) for my.
  • Adam Olley
    Fri, 15 May 2015, 8:44 AM
    Hi mo ollek, Thomas,

    I've just updated the version available which should resolve that upgrade issue. Let me know if you still have problems.
  • mo ollek
    Fri, 15 May 2015, 11:34 AM
    Adam, problem solved. Thanks.
Please login to post comments