How do I set write permissions on the required folders?
Dreamweaver Visual Calendar requires to set write permissions on folder "
TDE_AppCalendar/admin/database" and into all the files inside that folder.
FTP programs ("clients") allow you to set permissions for files and directories on your remote host. This function is often called chmod or set permissions in the program menu.
In the first image, look at the last column - that shows the permissions. It looks a bit confusing, but for now just note the sequence of letters:
Right click the folder or files to set permissions, and usually a popup screen will appear (see the second image):
Don't worry about the check boxes. Just delete the 'Numeric value:' and enter the number you need - in this case it's 777 or simply mark all checkboxes. Then click OK.
Important: If you are using a Windows-based web hosting then you can not set the permissions from FTP programs. In this case there should be an option in your web hosting control panel to set write permissions. If it's not present, you may can contact your web hosting service and request the write permissions for the PHPcode.
That's all.
How can I change the calendar's size?
For the calendars "
Type #1 - Small Calendar" and "
Type #3 - Reservation Calendar" go to the file "calendar.css" and there you will find the following styles:
Line #111 - Increase/decrease the calendar size:
.yui-calendar td.calcell {
padding:.3em .4em;
border:1px solid #E0E0E0;
text-align:center;
vertical-align: top;
}
For the calendar "
Type #2 - Large Calendar" go to the file "TDEAPPCalendar.css" and there you will find the following styles:
Line #93 - Increase/decrease the calendar size:
.yui-calendar td.calcell .h{
padding:0px 0px;
width:100px;
min-height:100px;
text-align:right;
vertical-align: top;
}How can I capture the selected (posted) date in the reservation calendar?
If you are writing by yourself the form's processing code, then you need to know that the calendar put the reservation dates into hidden fields to allow the selected data to be posted just like normal form's fields:
<input type="hidden" name="selYearcal1" />
<input type="hidden" name="selMonthcal1" />
<input type="hidden" name="selDaycal1" />
<input type="hidden" name="selHourcal1" />
<input type="hidden" name="selMinutecal1" />
The following PHP code can be used to capture & print the selected date in this case:
<?php
$posted_date = $_POST["selYearcal1"]."-".$_POST["selMonthcal1"].
"-" .$_POST["selDaycal1"].
" ".$_POST["selHourcal1"].":".$_POST["selMinutecal1"];
echo date("Y-m-d H:i", strtotime ($posted_date));
?>
Note that you can easily use other date formats based on the PHP "date" function. Example:
Formatting Sample #2: September 17, 2008, 9:00 am
Code used: echo date("F j, Y, g:i a", strtotime ($posted_date));
Formatting Sample #3: Wed Sep 17 9:00:00 Eastern Standard Time 2008
Code used: echo date("D M j G:i:s T Y", strtotime ($posted_date));
Formatting Sample #4: 2008/09/17 9:00 am
Code used: echo date("Y/m/d g:i a", strtotime ($posted_date)); How can I change the font-size in the Large Calendar (Type #2)?
To change the event's font-size in the
Large Calendar (Type #2) open the file "
TDEAppCalendar.css" and add
font-size:8px; into that style:
.yui-calendar td.calcell .h{
padding:0px 0px;
width:100px;
min-height:100px;
text-align:right;
vertical-align: top;
font-size:8px
}How can I change the cell's dimensions?
For the Small Calendar (Type #1) and Reservation Calendar (Type #3) open the file "calendar.css", line #112 and modify the "padding":
.yui-calendar td.calcell {
padding:.3em .4em;
border:1px solid #E0E0E0;
text-align:center;
vertical-align: top;
}
For the Large Calendar (Type #2) open the file "TDEAPPCalendar css" and modify the lines #95 and #96:
.yui-calendar td.calcell .h{
padding:0px 0px;
width:100px;
min-height:100px;
text-align:right;
vertical-align: top;
} I get this error when trying to install: "Extension requires more recent version of Macromedia Extension Manager". What I should do ?
You can download the newest version of the Adobe Extension Manager here:
http://www.adobe.com/exchange/em_download/
If you have more than one extension manager installed in your computer, then open the version related to the Dreamweaver version where you want to install the extension and open the .MXP file from there.
I have't received the email with the download link or I lost the download link. How can I get it?
You have the following download options:
1- After purchase, when you click in the "Return" button from the Payment processor, you will be redirected to a download page.
2- An alternative download link is sent to the email address user for payment. Check your bulk/spam folder, maybe the email was filtered by the anti-spam system.
3- You can request the download link at any time by entering the "Transaction ID" or "Receipt Number" generated by the payment processor. Click here to enter the ID and get your link.
4- Finally, if you can not get the link with the above methods, then please contact our support service and we will send you an alternative download link.
Are there alternative payment options?
You can pay directly with credit cards through Paypal. If you don't have credit card or your credit card is not accepted by the payment gateway then you can use the alternative methods offered by Paypal and Moneybookers.
You can upload funds to your
Paypal or
MoneyBookers account through bank transfer or alternative methods.
If you can't create a
Paypal account, then you can use
Moneybookers that accepts customers from a wide range of countries and a wide number of credit cards and domestic bank transfers.
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.
Can I pay using my credit card ?
Yes, Paypal allows you to pay directly using your credit card. You don't need to create a Paypal account to complete the payment.
On the other hand,
MoneyBookers accepts credit cards when uploading funds to your own
MoneyBookers account.
Are these extensions MAC compatible ?
Yes, our extensions are tested in both MAC and PC, you can install and use our extensions in any platform that supports Dreamweaver.
Are these extensions ready for Dreamweaver CS4?
Yes, our extensions are compatible with the most recent Dreamweaver versions.
We also support older Dreamweaver versions, usually Dreamweaver MX, MX 2004, DW 8, CS3 and CS4.
When I preview my web page atfer I get this message in my Internet Explorer,"To help protect your security, Internet Explorer has restricted...". What is the problem?
If you are testing your page directly from your local hard disk in IE 7, this message appears:
"To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer. Click here for options."
In IE 7 this message appears when you test a web page that contains a script or Flash item directly form your local hard disk. When you upload your page to an online web server that message does not appear.
The address from a web server must start with http:// or https:// . On the other hand if the address start with C:\ or file:// then you are testing it from your local hard disk.
Just upload your web page to your web site and you will see that the error disappears.
I'm getting this error message "Is not possible to create data structure.". What's happening?
Please, change the "Links relative to" setting in the site configuration options (Dreamweaver 8 or later).
If this setting does not solve the problem, then follow these steps:
- Restart Dreamweaver
- Be sure that you have a local web site defined in Dreamweaver
- Open the page where you want to insert the extension(this page must be saved previously into your web site)
- Try to insert the extension again
Note about sales taxes.
No sales tax is charged when you purchase via
PayPal. You can order via PayPal with a credit card even if you do not have a PayPal account.
PayPal's status as a financial institution exempts PayPal orders from sales tax. CodePeople will be the retailer of record. CodePeople is based in Switzerland and does not have any US sales tax obligations.