I’m working on a huge data management site that will have several content types all linked together and cross-referenced. Tasks can be assigned to different items, for instance and there will be a hierarchy.
I will be utilizing CCK’s node references a great deal, but I’m having some problems. First off, I want to be able to create the referenced node and link it back to the referencing node. Is there a module that does this already? Also, I will need to clone nodes and also clone the nodes that are linked to that node.
There are hundreds of node reference modules, but I can’t seem to find one that does what I need. Any advice?
Joel
Consider http://drupal.org/project/noderelationships
On Fri, Jan 21, 2011 at 2:25 PM, Joel Willers joel.willers@sigler.comwrote:
I’m working on a huge data management site that will have several content types all linked together and cross-referenced. Tasks can be assigned to different items, for instance and there will be a hierarchy.
I will be utilizing CCK’s node references a great deal, but I’m having some problems. First off, I want to be able to create the referenced node and link it back to the referencing node. Is there a module that does this already? Also, I will need to clone nodes and also clone the nodes that are linked to that node.
There are hundreds of node reference modules, but I can’t seem to find one that does what I need. Any advice?
Joel
-- [ Drupal support list | http://lists.drupal.org/ ]
1) Can panels be used to create a node and while creating that node also create the node references?
2) I’ve found some decent tutorials on panels, but I still have a bit of a disconnect. Are there any good references you might point me to?
Joel Willers | IT Developer Innova Ideas & Services | A SIGLER COMPANY
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Carl Wiedemann Sent: Friday, January 21, 2011 3:37 PM To: support@drupal.org Subject: Re: [support] Node references
Consider http://drupal.org/project/noderelationships
On Fri, Jan 21, 2011 at 2:25 PM, Joel Willers joel.willers@sigler.com wrote:
I’m working on a huge data management site that will have several content types all linked together and cross-referenced. Tasks can be assigned to different items, for instance and there will be a hierarchy.
I will be utilizing CCK’s node references a great deal, but I’m having some problems. First off, I want to be able to create the referenced node and link it back to the referencing node. Is there a module that does this already? Also, I will need to clone nodes and also clone the nodes that are linked to that node.
There are hundreds of node reference modules, but I can’t seem to find one that does what I need. Any advice?
Joel
-- [ Drupal support list | http://lists.drupal.org/ ]
Try http://drupal.org/project/backreference
On Fri, Jan 21, 2011 at 6:25 PM, Joel Willers joel.willers@sigler.comwrote:
I’m working on a huge data management site that will have several content types all linked together and cross-referenced. Tasks can be assigned to different items, for instance and there will be a hierarchy.
I will be utilizing CCK’s node references a great deal, but I’m having some problems. First off, I want to be able to create the referenced node and link it back to the referencing node. Is there a module that does this already? Also, I will need to clone nodes and also clone the nodes that are linked to that node.
There are hundreds of node reference modules, but I can’t seem to find one that does what I need. Any advice?
Joel
-- [ Drupal support list | http://lists.drupal.org/ ]