Needs work
Project:
User Import
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 May 2006 at 14:35 UTC
Updated:
8 Jun 2019 at 16:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robert castelo commentedThis sounds interesting, but can't see how it would hang together.
Where do the images get uploaded?
- a directory in the user_import module directory? Somewhere else?
How do you put the filepath for each image into the csv file?
Comment #2
coupet commentedyes, if picture support is enabled in user settings.
use Picture image path (specified by admin)
Subdirectory in the directory files/ where pictures will be stored.
Comment #3
Jackinloadup commentedDoes anyone know a way to do picture imports? specifying a file path seems to be the most logical.
Comment #4
jrglasgow commentedI wrote a patch to add some picture support - upload the pictures to the site user pictures directory. Have a field with the file name.
When the users are imported
if you have files in a directory within the pictures directory then that directory needs to prepend to the file name in your csv file
Comment #5
jwilson3RTBC. Patch from #4 works perfectly, except that it just needed a re-roll.
Comment #6
jwilson3Comment #7
gisleNeeds to be re-rolled for most recent version.