Hi,

I may be stupid, but I can't see the nodeprofile fields in contenttypes fields.
I am, using Drupal 5.10, did install the nodefamily and subforms modules, did install nodeprofile module.
I look at my nodetypes and see different settings, but no nodeprofile settings like:
"Use this content type as a nodeprofile for users"

Are there known modules which do not work together with nodeprofile.
Do I need to do something else?

Thanks a lot in advance for assisting!
greetings,
Martijn

Comments

summit’s picture

Hi,

just after filing this issue I saw that nodeprofile had a module weight of -2 and nodefamily of -1. I changed those values both to 0 (zero), and now I see a "Use this content type as a nodeprofile for users" checkbox!

Sorry for using your reading time!
Greetings,
Martijn

msjones design’s picture

Greetings! I am having the same issue - where did you do this weight feature? Thank you in advance.

summit’s picture

Hi,

You can do this in the database, or install the moduleweight module (www.drupal.org/project/moduleweight).
Then you can change the weight.
Apparantly it is the case that initial the weight of the node profile module is not correct, right?

greetings,
Martijn

msjones design’s picture

Thank you!