Main Options
Another Resources

Multi View Calendar for Joomla

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

Questions


Answers

Steps to modify the month width in the "nMonths" view.

Just add the following style into the file "components/com_multicalendar/DC_MultiViewCal/css/main.css":

.ui-datepicker-multi .ui-datepicker-group { width:189px; }

Steps for disabling automatic closing on the tooltip.

Follow these steps:
  1. Open the file "components/com_multicalendar/DC_MultiViewCal/src/Plugins/multiview.js" in any text editor (ex: Dreamweaver, notepad, ...)

  2. Locate the following line, about line #33:

    dialogCloseAuto:true

  3. Specify the desired width on that line, example:

    dialogCloseAuto:true

  4. Clear the browser cache.

Steps to change the tooltip width.

Follow these steps:
  1. Open the file "components/com_multicalendar/DC_MultiViewCal/src/Plugins/multiview.js" in any text editor (ex: Dreamweaver, notepad, ...)

  2. Locate the following line, about line #32:

    dialogWidth:300

  3. Specify the desired width on that line, example:

    dialogWidth:600

  4. Clear the browser cache

Steps to specify a fixed calendar height.

To fix the calendar height follow these steps:
  1. Open the file "components/com_multicalendar/DC_MultiViewCal/src/Plugins/multiview.js" in any text editor (ex: Dreamweaver, notepad, ...)

  2. Locate the following line, about line #34:

    height:0

  3. Specify the desired width on that line, example:

    height:400

  4. Clear the browser cache

How can be passed the clicked date as parameter into the linked URL (apply on nMonth View)?

Into the "nMonth View" you can pass the clicked date as parameter as part of the linked URL. To do this mark the checkbox "Go to the url", specify the URL and to pass the date as parameter add the tag "<d>", for example, if you want to send the selected date to the following URL:

http://www.your-domain.com/view.php

... then specify it in this way:

http://www.your-domain.com/view.php?date=<d>

... and "<d>" will be automatically replaced by the clicked date.

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.