PDA

View Full Version : multi calendar


soimafreak
11-21-2005, 05:06 AM
Hi,

I've done a bit of searching and i came across http://docs.easyphpcalendar.com/source/Plugins/MultiCalendarGenerator.htm
and a thread pointing to it

i went into the demo.php and i then uncommented the lines as it says to :)

and what i get is the previous, current, next buttons underneath the events dialog.
i did a bit more reading and it said to edit the functions/multishow.php

but i don't have that file, Unless I was meant to download it somewhere and i missed that.

anyway the goal is to have the demoblog.php but with 2 calendars (this month and next)

any help appreciated guys :)

soimafreak
11-21-2005, 05:11 AM
also to add, i tried this in demo blog, and it seems to work :S any idea still?

soimafreak
11-21-2005, 06:04 AM
Okay, you can ignore me :)

I discovered i could re-set the $mo and $yr varibles and did a simple
$mo+=1;
if($mo>12){ $mo =1; $yr+=1;}
and all seems okay :)
:clap::clap:

Brian
11-21-2005, 08:08 AM
Glad you got it working! :)

soimafreak
11-21-2005, 09:23 AM
lol yup, in future i'll remember to panic after i've read / tried everything, also found the missing page in the right folder. Helps if you look in the right place :| :D

cheers anyway! right, now to intergrate it with phpbb :(