Drupal 6.x Webcal

techgy - April 4, 2008 - 17:12
Project:WebCalendar integration
Version:5.x-1.x-dev
Component:Code
Category:support request
Priority:critical
Assigned:Unassigned
Status:active
Description

Is there support yet for v6.x of Drupal?

#1

snackmaster - April 9, 2008 - 22:37

I'll second the motion!!
The Webcal Module rocks but is the only thing holding me back from upgrading to 6.x.

#2

techgy - April 20, 2008 - 02:27

After a little experimentation I've discovered that the webcal module isn't really needed - at least to support a page in Drupal that defines an "iframe" that points to an installation of webcalendar. By using an "iframe" statement and the necessary size settings for the frame, you can post a page of "webcalendar" without having the webcal module loaded. Works like a charm.

#3

ikati - April 23, 2008 - 00:32

techgy, do you have an example of this? I'm trying to do something similar with drupal 6. thanks.

#4

Frank_F2 - April 24, 2008 - 18:17

Paste into a page-node the following code:

<p><iframe src="/drupal/webcalendar/month.php" id="webcal" style="width: 100%; height: 720px;" frameborder="0"><p>Sorry your browser doesn't support iframes's.</p></iframe></p>

PS my 6.2 site is a subdir (fiselier.mooo.com/drupal) of my 5.7 site (fiselier.mooo.com). I installed the webcalendar (the original program) in "fiselier.mooo.com/webcalendar" but decided to copy that whole dir to "fiselier.mooo.com/drupal/webcalendar" as well.
My upgrade path will be to fully delete the 5.7 site and copy all 6.2 content up the tree...

Gr, F2

#5

ikati - April 25, 2008 - 06:59

thanks, Frank. I appreciate it. I went to take a look at your calendar, but I guess your site is restricted access.

hey, you might be interested in reading this about using drupal in a subdirectory: http://drupal.org/node/144643

#6

techgy - April 26, 2008 - 02:30

Sorry,

I've been so busy that I hadn't revisited this site to check on responses.
Frank has the idea. Just set up an "iframe" statement with the parameters to set the frame size.
I don't know what the webcal module is supposed to be providing, but I found that it's really not necessary.
If you have the "webcal" program installed on your server then all you really need is a link to it.

Techgy

#7

Frank_F2 - May 11, 2008 - 14:20

Think we're missing the user synchronisation when we're not using the integration module.
In my limited user environment that's no problem, but when handling lot's of users double user management might become problematic.

Hopefully the maintainer of this module will give it some spare time...

F2

#8

nmashruwala - June 17, 2008 - 00:13

subscribing

#9

techgy - June 18, 2008 - 14:12

I'd be happy to test it, but since it's been over a month since I posted the original support request, it's not looking good. The work-a-round functions for me (Iframe).

#10

snackmaster - February 13, 2009 - 15:06

Moved to Wordpress so I could get a useful calendar... :-(

Was fun while it lasted.

#11

jupiterchild - February 24, 2009 - 16:02

The excellent insertFrame module:

http://drupal.org/project/insertFrame

provides another iframe option for webcalendar.

insertFrame auto re-sizes and the main calendar displays just fine. I noticed a few little display problems in some of the config pages when the iframe would not expand to the length of the whole form but this can be worked around.

 
 

Drupal is a registered trademark of Dries Buytaert.