Posted by SimonVlc on June 28, 2007 at 10:02pm
Hi there ;).
I´m building a site with this dependency:
I have a custom CKK node representing Conference Rooms. In every one of this rooms, will take place several "events". I´m looking for a module that can stablish a relation, at creation time of an event, between it and the conference room target.
Anyone hear of anything similar? Thanks in advance, Simon.
Comments
Nodereference?
I'm planning on doing something similar using the nodereference field. I haven't actually done it, yet, though, so I can't tell you how well it will work. But it seems like a viable plan. :)
Michelle
--------------------------------------
My site: http://shellmultimedia.com
-----
Shell Multimedia - My sporadically updated mostly Drupal blog.
Thank you Michelle, it could
Thank you Michelle, it could be a great module ;).
I think it´s more easy
I think it´s more easy that I think in the beginning.
I only need to add a nodereference field to the Event content-type. That filed will show a list of nodes from the "Conference Room" content type (one per node).
So in that way, you can stablish the relation at event creation time.
Pretty simple, but is my first time with CCK ;). Thanks for all, Simon.
Yep
That was my plan, too. My problem is that the content type I want to relate it to will have a lot of entries and not all of them will have events. So I need to take it a step further and figure out a way to limit it not only by content type but by a field on the content type as well, which will require custom coding. That's why I haven't implemented it yet.
Michelle
--------------------------------------
My site: http://shellmultimedia.com
-----
Shell Multimedia - My sporadically updated mostly Drupal blog.