Please forgive the noob questions, I'm using nodeprofile for the first time.

I want to use nodeprofile to capture location and other incidental information for users of a certain role. All users will be created by an admin, however.

First off, I'm not really sure what to do about the title field for the content type. There isn't really an appropriate bit of info I can use, but Drupal wants it in there as a required field.

Next, I want to use the Menu and Path modules on my site, but with them turned on, an administrator sees these fields (plus a log message field) at the bottom of the user registration form and user edit pages. Is there a simple way to prevent this?

Comments

mandclu’s picture

As far as the title, I did look at Automatic Nodetitles, but couldn't really figure out what the appropriate fields would be in the context of nodeprofile.

I also looked at usernode, which solves the issues the the title and path and menu fields. It's not able to make its fields role-dependent however. A combination of the two might be able to solve this, but I'm concerned I'll re-introduce those issues.

If anyone could point me in the right direction with this, I'd appreciate it.