user_import module for drupal 6
Submitted by DenRaf on Wed, 06/18/2008 - 16:22
For a project I needed user_import for drupal 6, so I made the port myself.
As you can see it's not only a port, but there are also some new features.
- Cron function is expanded to auto-import
- Added fields (language, delete, role)
possible to set Delete field yes / no
- Fixed update profile_values
The patch is against 5.x.2.x-dev.
| Attachment | Size |
|---|---|
| user_import_6.x.0.patch | 128.83 KB |
Tags:



5 reponses to "user_import module for drupal 6"
1. How can i apply your patch?
Hi.
when i run
$ patch < user_import_6.x.0.patch
inside my node_import folder , it ask me File to patch:
What file should i put? or What i am doing wrong?
Sorry by my question .
2. User Import and Content Profile
Thanks for getting that patch up and going. Will this work with the 'new' Content Profile module that has replaced the Node Profile module for Drupal 6? I'm trying to see if I can use Content Profile or if I should stick with the built-in Profiles. My understanding is the original User Import worked with Node Profile but I'm not sure if your patch would address that. Thanks!
3. User Import and Content Profile
Yes .. also very interested in the ability to import to Content Profile module in 6.x .. Perhaps any possibility of including that for us please? All the best. Lilian
4. Were can we find the patch?
Were can we find the patch?
5. The patch is added as attachment to
The patch is added as attachment to the post.