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
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

axiram - July 30, 2009 - 13:40

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

nicholas.alipaz - August 1, 2009 - 05:42

Not sure this will make a difference, but try:

<?php
 
print theme('availability_calendars_node', node_load(12), date('Y'), date('m'), variable_get('availability_display_monthcount', 12));
?>

#3

nicholas.alipaz - September 1, 2009 - 17:07
Status:active» fixed

I assume this must be fixed.

#4

Well - September 5, 2009 - 09:08

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

System Message - September 19, 2009 - 09:10
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.