Hi,

I use drupal for a entertainment entreprise who have a lot of shows. Each of them is structure within a book (name 'show' in the book.module).

Now I want to configure the event module to include the node of the shows in a listbox.

The content creator will be able to log the event and select the right show to be appear as a link .

I'm clear?

Thank!

Comments

shane’s picture

There is a new "attached_node" module, which allows you to specify a node to be included into another node. It's possible that you can simply create an Event, which includes your book page as the content of the event.

I found the inline module to be very limited, and not quite correct in how it includes the content from one node into another. So I hacked it up a lot. I talked to the original author who is considering making changes to the module to make it more generalized. You can download my hacked version from http://www.tuna.org/drupal/

The attached_node stuff can be found at:

http://drupal.org/project/attached_node

Gernalius’s picture

maybe try Tagnode module?

pgtremb’s picture

Version: 4.5.x-1.x-dev » 4.6.x-1.x-dev
Status: Active » Closed (fixed)

viva cck!