Hi there,

At first, thanks for this great module. It's very clear, although I have 1 question.
I know I can make a summary on one page, by using

  print theme('availability_calendars_node', node_load(array('nid' => 12)), date('Y'), date('m'), variable_get('availability_display_monthcount', 12));

But how can I add the node links above this code? As done at the demo page http://www.manxfarmhols.com/prices-and-availability

Thanks in forward

Comments

axiram’s picture

I have found how to add it, but now i don't see the same calendar as in the node :(
In the node I made some reservations, but these are not shown in the summary of all the calendars.
Does anyone know how to fix that?

Thanks in forward

nicholas.alipaz’s picture

Not sure this will make a difference, but try:

  print theme('availability_calendars_node', node_load(12), date('Y'), date('m'), variable_get('availability_display_monthcount', 12));
nicholas.alipaz’s picture

Status: Active » Fixed

I assume this must be fixed.

Well’s picture

Hello. Thank you VERY MUCH for this useful module. Would you please be so kind to help me? I'm a user not a programmer, so what I need to know is how can I add this calendar in a definite place of the node? And in a collapsible blocK? I was trying to do all operations that I know but without any effect :-(
Thank you very much in advance and sorry for possible mistakes!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.