Closed (outdated)
Project:
User Import
Version:
6.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 08:23 UTC
Updated:
7 Jul 2019 at 16:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robert castelo commentedUse Automatic Nodetitles to automatically create a title.
http://drupal.org/project/auto_nodetitle
Comment #2
marcvangendWhile this may work as designed, I think it would be better if user_import does support setting the Content Profile title.
Automatic Nodetitles is a good option if the title can be generated from other field values, but this is not always the case. Also, I prefer not to install an extra module as workaround, especially when this can be fixed in User Import with just a few lines of code.
Here is a patch for the 6.x-4.x branch. It adds the content profile node title as a field match option and processes the value when the content profile node is created or updated.
PS. The patch contains quite a few lines that only change white space, which makes it less readable for humans. For your convenience, I'm also including a patch that ignores white space, so you can review my code easier.
Comment #3
gisleThe Drupal 6 version is no longer supported.
There is no Content module in Drupal 7.
Closing as outdated.