Active
Project:
Hotel Booking System for Ubercart
Version:
7.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 15:05 UTC
Updated:
22 Feb 2012 at 21:58 UTC
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
Comment #1
larowlanHi
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