PDA

View Full Version : multi-calendar generator


montaguelord
04-16-2007, 03:19 PM
How do I add the code on the page where the calendars should appear?

ve9gra
04-16-2007, 05:12 PM
It's all in here (http://docs.easyphpcalendar.com/) under Plugins -> Multi-Calendar Generator (http://docs.easyphpcalendar.com/source/Plugins/MultiCalendarGenerator.htm)

montaguelord
04-17-2007, 12:35 AM
Thanks, what is was missing in the documentation for the plug-in was the name of the file that needs to be modified. I finally figured out that it's the 'printable.php' file. It would be helpful to include the name of the file in the documentation for people like me that return to make configuration changes after a long period away from the program. Thanks for a great program and support, and for your quick reply.

ve9gra
04-17-2007, 07:21 AM
Actually, the name can be anything. Printable.php in fact is not part of the standard distribution. The instructions are there to help you integrate the calendar inside of your own pages, so the name of the file will be the name of the page that you have integrated the calendar into.

In Joomla's case, the block on the side is /modules/mod_escal.php and the link to the printable calendar is /modules/calendar/printable.php. There is no TOC module yet as the PHP integration in Joomla for the center block is clumsy and depends on your installation.