With cck is possible to create custom field for user profile.
So if one want Name and City can to insert this two field cck.

But if the node is showing during user registration the field title is always showed.
So in the user registration there is one field that you really not want and that is the node's title.

Comments

Allyxandra’s picture

use automatic node title module to remove title from user registration form.

alb’s picture

I tested with form_alter and seem good;
not sure if is better respect at automatic node title;
if ('nodeprofile_node_form' == $form_id )
{ unset($form['title']); }

rolodmonkey’s picture

Status: Active » Closed (fixed)

This appears to be closed.

I will second the suggestion to use automatic node titles: http://drupal.org/project/auto_nodetitle