omeka / plugin-Contribution

Makes an Omeka site into one that accepts public contributions. The plugin provides a form to collect stories, images, or other files from the public and manages those contributions in your Omeka archive as items. This contribution is useful when creating digital memory banks
http://omeka.org/codex/Plugins/Contribution
8 stars 15 forks source link

Multiple files #47

Open Daniel-KM opened 10 years ago

Daniel-KM commented 10 years ago

Hi,

Allow to contribute with multiple files.

Daniel Berthereau Infodoc & Knowledge management

patrickmj commented 10 years ago

Looks like a small problem installing -- needs to set multiple_files when creating default types?

Daniel-KM commented 10 years ago

Hi,

There is no upgrade path between patchs add_tags and multiple_files, except if you commit the two at the same time or if you uninstall/reinstall, because the two add a new column in the table and I use the same number version for them.

I return to version 3.0.

Sincerely,

Daniel Berthereau Infodoc & Knowledge management

patrickmj commented 10 years ago

Looks like this doesn't work when there is no default item type for the contribution. I'm not sure how to go about making that work.

UPDATE: looks like solution was to use jQuery(document).bind('omeka:elementformload') instead of jQuery(window).load()

I'll pull it after I've done a bit more testing.