PDA

View Full Version : Joomla issue


gary527
09-28-2007, 02:11 AM
I have bought several calendars from you guys and installed it in html sites and then saving file as .php and it is great.. I am just having a block with where do I put the mandatory files in joomla. I want to have a mini cal on joomla home page and then I would like to have a separate event page.( which I will probably wrap unless you have a better idea) I also connected the calendar to a separate DB other than the joomla DB.. is this right?

http://calvaryofgarfield.org/site/
<?php $CSS=1; require("calendar/calendar.php"); ?>

<?php $OL=1; require("calendar/calendar.php"); ?>

ve9gra
09-28-2007, 10:26 AM
Seems like you've managed to integrate the calendar nicely in the front page.... As for having a separate event page, you could wrap any of the demo pages.

Example: http://www.loendorffamily.net/modules/calendar/demoTOC.php

There hasn't been much success integrating a calendar inside of the middle frame directly by code... Some people reported being able to use KL_PHP, but most just wrap a separate page.

The calendar's database should be in the same DB as Joomla.

gary527
09-28-2007, 10:30 AM
thanks for replying... how can I get the mouseover to work on the front page??

ve9gra
09-28-2007, 10:33 AM
It has to be enabled in the Setup Manager... Look under the Popups section.

FYI: Looks like you're using an old version of the module. You should update to the latest version (found in the sticky at the top of this forum).

gary527
09-28-2007, 11:02 AM
thanks, I did not even think to go to setup.. I guest that I was stuck on where to put in the mouseover code and such...

but maybe you can help with not having the page reload in Joomla when I advance the months on the home page

http://calvaryofgarfield.org/site/

ve9gra
09-28-2007, 04:25 PM
You'd have to change the mode of the calendar to AJAX (currently only in beta and not officially supported).