I'm using NodeProfile to create a single node for each user containing some personal information (name, location, etc.). This node is created on the Register form, and all my fields show up nicely--but so does the Title field, which can't be removed conventionally and is confusing in the mean time.

Is there any way to keep users from being able to see the Title field on node submissions other than the Automatic Nodetitles module? I'd prefer not to have to use an entire module to remove titles on a single content type.

Comments

icecreamyou’s picture

I'm just going to use the Automatic Nodetitles module. I can't figure this out with my own code, so I might as well use what someone's already done for me, even if it's a heavier solution than I wanted.

____________________
http://www.babelup.com/

jmlavarenne’s picture

I had the same issue.

If you can access your database directly, go to the node_type table,change the has_title field value from 1 to 0 for the node type that is your profile content.

icecreamyou’s picture

Thanks for sharing your experience. I never would have thought of that, but it works! :)

____________________
http://www.babelup.com/

johnhanley’s picture

Blackguard, nice idea. I needed to disable the title field for profile content and dreaded the idea of installing yet another module.

Perhaps the content profile module should automatically perform this task or at least give the user the option to disable the title field. It might be a good feature request.

-------------------------------------------------------

"The sting in any rebuke is the truth." - Benjamin Franklin