A CCK field isn't showing up at: /admin/content/types/resource/fields (where "resource" is the name of the content type where I've put the field).
The field does show up properly at: /node/add/resource
It also displays properly when a node is viewed.
The problem field is a text field which uses a select list. I discovered the problem because I want to add some choices to the select list.
Weird.
Ideas?
Shai
Supporters...
Mystery solved, answering my own support question... case closed.
Turns out I hadn't created a CCK field at all. I was using a taxonomy vocabulary for what I was trying to do.
Phew... I'm obviously quite relieved since I feared database corruption or something else that is yucky.
The side issue here is that the more I know Drupal, the more ways I know of to get the same thing done. With multiple projects going on at once, will I remember how I did it?
I'm still new enough and the assignments diverse enough that I haven't really settled in to one way of doing things.
Put this one into the closed bin, sub-filed under ("nothing wrong, user misevaluated the situation")
Shai
On 11/14/07, Shai Gluskin shai@content2zero.com wrote:
A CCK field isn't showing up at: /admin/content/types/resource/fields (where "resource" is the name of the content type where I've put the field).
The field does show up properly at: /node/add/resource
It also displays properly when a node is viewed.
The problem field is a text field which uses a select list. I discovered the problem because I want to add some choices to the select list.
Weird.
Ideas?
Shai