Hello everyone,

I'm trying to display availability calendars and book room form via panels. I have added a context of a specific node. When I add content to a region and i select availability calendars and book room form, they don't show up in the panel. When I select for example the body of the node it shows up. I have noticed that the problem exists only for the calendar and the form. I want to ask if anyone knows. The only way to display the calendar and the form is in the full node page and by using the template "node-hotel_room_type.tpl.php" ? Can I display them seperately somewhere else ?

Thanks in advance for your help.

Comments

larowlan’s picture

Hi
I'm not familiar with how panels interacts with extra fields (which is what these are).
Body is a first-class field (goes via the field api).
Perhaps read up on panels' support for 'extra fields' which are fields declared via 'hook_extra_fields'.
They may not be supported.

LR