By btmash on
Hi everyone,
I'm currently creating a community site using Drupal 4.7 and one of the requirements they have is when a group is created, an FAQ 'book' is also created. However, I'm not exactly sure on how to create a book related to the group at the same time a group is created. I've tried to look through the API if something like that is possible, and gone through the forums with no luck so far. However, some of you might have already experienced this before and thus might know of ways to tackle the problem.
Comments
I was finally able to get
I was finally able to get the ball rolling after just trying to sift through the node module. Simply put, it would be something like:
I'm trying to figure out how to "link" the created node to the node that would be created...anyone have any ideas?