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

drupalzack’s picture

bump

sander_123’s picture

http://drupal.org/project/connect

does that do what you want?

drupalzack’s picture

Thanks Sander! Sounds promising. I'm installing it right now. .. Will get back on this. But, hey thanks!

drupalzack’s picture

That wasn't exactly what I was looking for... has a few sql bugs in the 5.x version

derjochenmeyer’s picture

----------------------
okay.cool

drupalzack’s picture

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!