Active
Project:
Node Profile
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2008 at 08:49 UTC
Updated:
15 Oct 2008 at 23:16 UTC
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
Comment #1
summit commentedHi,
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
Comment #2
msjones design commentedGreetings! I am having the same issue - where did you do this weight feature? Thank you in advance.
Comment #3
summit commentedHi,
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
Comment #4
msjones design commentedThank you!