Not seeing Nodeprofile options in contenttypes
Summit - October 8, 2008 - 08:49
| Project: | Node Profile |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
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
#2
Greetings! I am having the same issue - where did you do this weight feature? Thank you in advance.
#3
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
#4
Thank you!