Hi,

it would be very usefull to be able to share the same calendar in a group of nodes, as for example in a multilanguage site where you have a node for each language but the room it's the same :-)

I don't know if you just have to deal with multiple node or with the Internationalization module.

Bye and thank's for the work you've done.

Comments

geodaniel’s picture

That would be a good feature to have, and I think shouldn't be too difficult to add in.

As a workaround for now, you should be able to disable the 'Node view page' setting at admin -> settings -> availability-calendars and on each page (and their translated version), include the theming function something like this:

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

Where $nid is the node ID of the original node (10 in this example).

geodaniel’s picture

Status: Active » Fixed

This has now been added to the dev version, and will be rolled into a new release soon.

geodaniel’s picture

Assigned: Unassigned » geodaniel
Anonymous’s picture

Status: Fixed » Closed (fixed)

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