I swear that when I first tested this module, it let you add existing children to the parent nodes. Now it doesn't seem to do it. I'm not sure if I've changed a setting or what. But if I create a parent node and child node at the same time and then remove the relationship between them, when I click on the "add existing child" link it tells me there are no children to add which I know if wrong because I just removed one, so it should show up.

Am I losing my mind? lol

Comments

toddchris’s picture

Version: 5.x-2.3 » 5.x-2.4
Category: support » bug
toddchris’s picture

Version: 5.x-2.4 » 6.x-1.2

I'm using Drupal 6 now, but this issue has never been resolved for me. Can someone please tell me what the settings need to be to allow existing child nodes to be available?!!!!

Tpd

toddchris’s picture

Category: bug » support
jjalocha’s picture

Hi, Todd, I am just starting to use this module, but luckily, I had no problem in allowing to attach existing nodes. Here is my set-up:

  • Drupal 6.12
  • Relativity 1.2

Content types:

  • Conflict
  • Solution

In this case, it should be possible to attach one solution to different conflicts.

Node relativity, Regular settings:

  • Node types that can be involved in relationships: Conflict & Solution

Options for Conflict (conflict_ct) nodes:

  • Parental Ordinality: none
  • Allowable Child Node types: Solution

Options for Solution (solution_ct) nodes:

  • Parental Ordinality: one or more
  • Allowable Child Node types: [nothing]

I think, what you might be missing is the one or more setting for the child content type.

But I wouldn't be surpried, if this didn't work for you, because I am struggling right now with a strange problem: The mentioned settings display correctly, but the 'Create new Solution' link sends me to a generic 'Create content' page, that allows for all possible content types except for 'Solution'! So, there seem to be bugs here.

Good luck,
Jerzy

tpainton’s picture

Do you have an underscore in your node? if so, this causes this problem.

jjalocha’s picture