Main Options
Another Resources

Multi Availability Calendar

Frequently Asked Questions
If you don't find here what you are looking for
then contact our support service

Questions


Answers

Multi Availability Calendar: The last day's color spills over to the next day, how can I fix it?

Note that the page layout may shrink the calendar layout in some cases. If the colored bar doesn't match the calendar dates exactly then you can adjust the size by editing the file "/administrator/components/com_availabilitycalendar/DC_AvailabilityCal/DCAvailabilityCal.js", line #3:

YAHOO.DC.AvailabilityCalendar.FrontEndWidth = 4.95;

Increasing or decreasing that number some tenths helps to match the exact calendar size.

How do I highlight the Saturday and Sunday instead Friday and Saturday?

You can change that into the CSS styles, open the file "DC_AvailabilityCal/DCAvailabilityCal.css"and on line #24 change this:

.dc_ma_calendar .yui-calendar td.d0,.dc_ma_calendar .yui-calendar td.d1,.dc_ma_calendar .yui-calendar td.d2,.dc_ma_calendar .yui-calendar td.d3 ,.dc_ma_calendar .yui-calendar td.d4
{
}
.dc_ma_calendar .yui-calendar td.d5,.dc_ma_calendar .yui-calendar td.d6
{
background:#e9E9Ea;
}

... to this:

.dc_ma_calendar .yui-calendar td.d5,.dc_ma_calendar .yui-calendar td.d1,.dc_ma_calendar .yui-calendar td.d2,.dc_ma_calendar .yui-calendar td.d3 ,.dc_ma_calendar .yui-calendar td.d4
{
}
.dc_ma_calendar .yui-calendar td.d0,.dc_ma_calendar .yui-calendar td.d6
{
background:#e9E9Ea;
}

Note that 0 means Sunday, 1 means Monday, 2 means Tuesday, ... switch the "td.d0" with "td.d5" (Sunday-Friday).

I haven't received the email with the download link or I lost the download link. How can I get it?

If you purchased the product using Google Checkout, the instructions for accessing your purchase will appear in a yellow box at the top of your Order Receipt page (into your Google Checkout account):



After accessing that link you will get a copy of the product and a copy of the download link will be sent to your email address. Please be sure to check your spam/bulk mail folder if you don't see the email into your inbox.

Do you include a multi-site license with the single purchase?

Our extensions are "one time purchase" products.  That means:

1- You can use it on all your computers.

2- You can use the extension on as many websites as you want (no limit), this includes your own websites and websites created by you for other pleople.

3- You are not allowed to redistribute the extension to other users.

4- You are not allowed rebrand or resell the product.

I'm getting installer errors.

If you get any of the following errors:

JInstaller: :Install: Cannot find XML setup file

Error! Could not find an XML setup file in the package.

... be sure that you have UNZIPPED the downloaded file and then selected the installer file for your Joomla version. Note that the main file (the ZIP that you get with the download) is a ZIP file that contains the installers for different Joomla versions, components, modules and plugins.