By drupalzack on
Hello!
Is there a way to achieve this with Drupal?
I need to assign one node type as a parent node. Let's say Page.
And any or none of the following node types can be a child of the parent, Page:
Story
Blog
A user should be able to create Page and attach stories or blogs to it.
Stories or blogs cannot be created without a page
Stories or blogs cannot have multiple parents
How do I build the above hierarchy? Any inputs, ideas or even just what modules to explore is greatly appreciated.
Comments
bump
bump
connect?
http://drupal.org/project/connect
does that do what you want?
Thanks Sander! Sounds
Thanks Sander! Sounds promising. I'm installing it right now. .. Will get back on this. But, hey thanks!
That wasn't exactly what I
That wasn't exactly what I was looking for... has a few sql bugs in the 5.x version
another good
another good one:
http://drupal.org/project/relativity
----------------------
okay.cool
I installed this and this
I installed this and this comes close to what I wanted. I still have to do some custom coding as some features are not working. Thanks derjochenmeyer!