Hi

I am not sure if this is a bug but it is acting buggy on my end.

Is there a data field in the table that is associated with a content type or node that says "hey, let composite be enabled on this content type or node"?

This is the issue:

It is the strangest thing. I created some content types. I created some nodes with that content types. Then I decided that the content types needed composite. I enabled composite and assigned it to this content types. Some pre-existing nodes show the composite option and some don't.

I don't know where to look in the database (assuming there is a something there), that tells the node it can show the composite option. I assume I just have some nodes that didn't get updated. I ran cron and cleared cache.

Ideas?
thanks
c

Comments

idcm’s picture

PS. I tried adding a record to the node_composite table following the format of other nodes. I added:

nid = 30
vid = 30
layou = twocol_bricks

then I went to node 30 but no change. It was a long shot so I assume I am messing with the wrong table.

idcm’s picture

Status: Active » Closed (fixed)

Never mind. Operator error - such a dummy. The node was supposed to be a specific content type and I assumed that it was created correctly originally. Just saw that it was not created correctly, hence the confusion.

Lesson to the person who sees this. Don't assume the node is the correct content type :}