What is the right way to ask for enhancements to a plugin?
In the forums is fine! We'll generally add them as a ticket to our Plugin Trac for a future release of a plugin. Email notifications in the Contribution plugin does sound like a nice feature, so I'll add a ticket for that and we'll see if we can get that in an upcoming release of Contribution.
I want to set my user contributions to a pre-determined collection. I DO NOT want users to choose. The collection ID is #8: Student and Community Submissions. Can I set it to number 8 here? The previous post in this thread suggested changes to the plugin.php file -- what changes if any are needed?
Hi Erin,
Not sure if you've tried it already, but you should be able to add the collection ID to that array like so:
$itemMetadata = array(
'public'=>true,
'featured'=>false,
'item_type_name'=>$_POST['type'],
'tags'=>$_POST['tags'],
'collection_id'=>8);
I believe, however, that we're adding an option to the Contribution plugin to allow admins to choose the collection for publicly-contributed items from the admin panel. I'll confirm that and get back to you.