Hi,
Node relativity, dev version of march 25th, works a bit : we can setup relation when we ask for "create new CT xx". It does not work every time, but most of time.
But version of july 12, do not establish the relation, so when we ask for "create new CT xx", we go to node/add screen. We can create our child node, but the relation must be built manualy in relativity table. So it may help but is unsuable by visitors.
I will help testing d6 dev version when some new version is uploaded.
Thank you for this very interesting module
Comments
Comment #1
chipway commentedSorry,
I get also problems with version of march 25 (or many more).
I don't understand why some time relation is created and some time it is not.
So I put back version of july 12.
Thank you
Comment #2
chipway commentedHi,
Any news about d6 dev for relativity ?
Do you think that a non developer could try upgrading relativity with Deadwood module ?
Thank you
Comment #3
chipway commentedHi,
I tried Deadwood, and got the attached result, but now I have an error on admin/build/modules
Node relativity 5.x-2.4 Links nodes to form relationship graphs.
Depends on: Module2 (missing), Module3 (missing)
Could this help ?
Thank you.
Comment #4
chipway commentedHi,
I commented #dependencies = module1 module2 module3
But now I get :
Parse error: syntax error, unexpected ',', expecting ']' in /home/golfcom/www/golf/sites/all/modules/relativity/relativity.module on line 444
changed
$items['node/add/'. $type, 'title' => 'content type requires parent'] = array(
by
$items["node/add/". $type, "title" => "content type requires parent"] = array(
Parse error: syntax error, unexpected ',', expecting ']' in /home/golfcom/www/golf/sites/all/modules/relativity/relativity.module on line 444
I am blocked here.