how to add node link
axiram - July 30, 2009 - 09:46
| Project: | Availability Calendars |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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
<?php
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

#1
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
#2
Not sure this will make a difference, but try:
<?phpprint theme('availability_calendars_node', node_load(12), date('Y'), date('m'), variable_get('availability_display_monthcount', 12));
?>
#3
I assume this must be fixed.
#4
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!
#5
Automatically closed -- issue fixed for 2 weeks with no activity.