PDA

View Full Version : Popups are empty on small calendar when paired with TOC calendar


taiter
01-31-2006, 03:14 PM
Hi -

I just purchased two licenses and I'm trying to finalize the calendar but I am having an issue. There is no information int he Popup window for my events. What am I missing.

I have two calendars on this page - the first is:

<?php
$showTheme="clearWhite";
$CSS=1; require("calendar/calendar.php");
$showCat="3";
$noNav="1";
require("calendar/calendar.php"); ?>

The second is:
<?php
$showTheme="clearWhite";
$CSS=1; require("calendar/calendar.php");
$epcHideColumns = "1,7";
$TOC=1;
$showCat="a|1";
$noNav="1";
require("calendar/calendar.php"); ?>


The popups work on the TOC calendar, but not the small calendar. You can see for yourself at http://www.bowvalleyclub.ca/index.php?option=com_content&task=blogcategory&id=5&Itemid=10

Does this have anything to do with showing specific categories?

-Tai

Brian
01-31-2006, 05:40 PM
It would be best to not use on-click pop-ups in this situation to avoid this issue. The mouse-over pop-ups appear to be working as expected.

taiter
01-31-2006, 05:50 PM
Is there any work around? If not - it makes the onClick popups kind of worthless. Is it possib;e for me to set a link for each calendar on the same page and redirect the clicks to a URL (seperate URL per calendar) - I am quite saddened by this :cry:

SOMEHOW - the small calendar has to link to the events so they can be viewed...I just can't figure out how.

Thanks. -Tai

Brian
01-31-2006, 08:30 PM
Why do you need both types of pop-ups?

I'm not exactly sure what you are trying to do, but, did you try using the $altLink feature? It makes clicking on a calendar redirect to a user defined page (like the home page on this site does).