Closed (fixed)
Project:
Plupload integration
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2010 at 22:34 UTC
Updated:
19 Nov 2011 at 22:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
bjsomers commentedForgot to upload the plupload library after the plupload integration update:
-- SUMMARY --
The Plupload Integration module provides a browser-based widget to allow users with the appropriate permissions to upload images and create nodes in one fell swoop.
Plupload is a GPL licensed multiple file uploading tool that can present widgets in Flash, Gears, HTML 5, Silverlight, BrowserPlus, and HTML4 depending on the capabilities of the client computer.
-- INSTALLATION --
1. Extract the module into sites/all/modules/
2. Dowload the Plupload library from http://www.plupload.com/
3. Extract the libary into sites/all/modules/plupload/ (it will look like sites/all/modules/plupload/plupload)
4. Assign user permissions appropriately /admin/user/permissions
5. Configure target import field at the path on the config page: /admin/settings/plupload-bulk
6. Browse to the path /file-plupload
7. Add Files using the web interface. (Or even drag-and-drop files onto the widget)
8. Click Start Upload
9. Wait, the Plupload widget is working its magic.
10. You've made nodes. Hooray!
-- CONFIGURATION --
Users with the 'administer plupload bulk uploads' permission can set the target content type and imagefield for the module at /admin/user/permissions
Comment #2
gregglesI guess you posted an updated README.txt - Can you post that as a patch?
Comment #3
bjsomers commentedHi Greggles, this is actually copied from the modules readme file, so no patch necessary. I forgot to read the readme, but wanted to post here so if other people make the same mistake they will know what to do.
Comment #4
gregglesWe could make it easier, of course, by throwing a warning if they haven't installed it.
Comment #5
justintime commentedThe attached patch will not allow the module to be enabled if the libraries aren't available. If the module is setup properly, and then the plupload libraries are removed later, then a big fat red error is displayed at admin/reports/status. In both cases, a link to the README.txt file is given so that the user can determine what to do to rectify the issue.
Please, please, please someone RTBC this so we can hopefully curb the influx of "bug reports" where the widget isn't being displayed.
Comment #6
brayo4 commentedthanks alot
Comment #7
gregglesHere's an alternate version as a .install.txt (rename to test).
I just tweaked some of the help text and added _ to the variable names to be a bit more consistent with core.
This file passes coder.
I think it's good to go.
Comment #8
justintime commentedLooks good to me too. Committed to CVS.
Comment #10
kouri commented...5. Configure target import field at the path on the config page: /admin/settings/plupload-bulk..
What does this mean ? Do you precisely speak about the content of the field "Path to plupload : " located in the 'Extra' tab of Gallery Assist setting page ?
Does the content of this field should be 'sites/all/modules/plupload/plupload' if we placed the plupload pkg (obtained in step 2)
in 'sites/all/modules/plupload' ?
6. Browse to the path /file-plupload
What is this path related to ? Do we need, as in step 4 (/admin/user/permissions), to concatenate it to [mysite]/drupal URL or is it somewhere in the drupal filesystem in the server ?
-- CONFIGURATION -
Users with the 'administer plupload bulk uploads' permission can set the target content type and imagefield for the module at /admin/user/permissions
In the [mysite]/drupal/admin/user/permissions page, I never found the "administer plupload bulk uploads" option...
Thx for your help
Comment #11
kirilius commentedI followed all the steps in the readme but when I try to get to /file-plupload page I see a 404 Page Not Found error. What may be the cause for this? Is there a way of telling for sure whether the module is properly installed or not?