Questions
How do I set write permissions on the required folders?
Can the Newsletter program import names and e-mail addresses from another source?
Can I add an unsubscribe link to my newsletter?
How can I add an one-click unsubscribe link directly into the newsletter?
How do I customize my email to use the subscriber's name in the body?
Is there any way i can send out an auto-newsletter when someone signs up?
How can I edit the confirmation messages that appear after the subscription?
I see the login page but I can't sign in.
I'd like to have my own styles in the HTML editor. How?
I haven't received the email with the download link or I lost the download link. How can I get it?
Are there alternative payment options?
Do you include a multi-site license with the single purchase?
Can I pay using my credit card ?
Are these extensions MAC compatible ?
Are these extensions ready for Dreamweaver CS4?
I'm getting this error message "Is not possible to create data structure.". What's happening?
I'm getting this error: "TypeError: THE_DOM has no properties" . There is a workaround?
Answers
How do I set write permissions on the required folders?


Can the Newsletter program import names and e-mail addresses from another source?
Can I add an unsubscribe link to my newsletter?
Follow these steps:
How can I add an one-click unsubscribe link directly into the newsletter?
To include an unsubscribe link add this text into the newsletter(in uppercase letters): UNSUBSCRIBE-LINK.
The text UNSUBSCRIBE-LINK will be replaced by an unsubscribe link like this one: http://.../TDE_Newsletter/admin/subscribeaction.php?task=unsubscribe&email=test@email.com
How do I customize my email to use the subscriber's name in the body?
To include the subscriber's name in the email add this text into the newsletter(in uppercase letters!): {NAME}.
The text {NAME} will be replaced by the subscriber's name.
Is there any way i can send out an auto-newsletter when someone signs up?
Yes, it's possible. when editing the newsletter, exactly above the "OK" (save) button you will see a checkbox labeled "Send this letter automatically after subscription:". By selecting this option the newsletter will be sent automatically after subscription.
How can I edit the confirmation messages that appear after the subscription?
Into the "TDE_Newsletter/config.php" file you will find some constants that allow to edit the confirmation messages.
Please remember to upload the modified "config.php" file to the web site into the "TDE_Newsletter" folder.
I see the login page but I can't sign in.
I'd like to have my own styles in the HTML editor. How?
The styles are located in the following file: "/TDE_Newsletter/admin/editor/editor/css/fck_editorarea.css"
You can modify the styles there. Be sure to clear your browser cache after any modification.
To make the styles available at your newsletter at customer side you need to link your style file, ex <link rel="stylesheet" href="http://your-web-site/your-styles.css"> at your newsletter CODE.
Yes, this product can be configured for all PHP environments; it supports simple SMTP, SMTP with authentication, the PHP "mail" function and the standard "sendmail".
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 haven'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 used 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?
Do you include a multi-site license with the single purchase?
Can I pay using my credit card ?
Are these extensions MAC compatible ?
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.
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:
I'm getting this error: "TypeError: THE_DOM has no properties" . There is a workaround?