Hi Drewster,
Sorry it has taken me a few days to reply. Been very busy.

Originally Posted by
Drewster
1) Which files to I edit to change the text on the confirmation screen that appears after subscribing?
Change the line that says...
PHP Code:
define('TEXT_INFORMATION_CONFIRM', 'Thank you for confirming your email address.');
In the includes/languages/english/YOUR_TEMPLATE/subscribe_confirm.php file. Where YOUR_TEMPLATE should be the name of the template you use.

Originally Posted by
Drewster
2) I thought this was a double opt-in system. I received an email after I subscribed myself, but there was no copy in it; just the following text:
EMAIL_WELCOME
EMAIL_TEXT
EMAIL_CONFIRMATION_TEXT
EMAIL_CONTACT
EMAIL_CLOSURE
It is a double opt-in system and the email you received should have had some text and a link in it. The fact that you are seeing the EMAIL_WELCOME text rather than a proper message indicates that one or more files have not been uploaded or not uploaded to the right place.
Check that you have renamed all the folders called YOUR_TEMPLATE to the name of the template your are using. Then check that all the files in the includes/languages/english folder and sub-folders have been uploaded correctly.
Regards,
Christian.
Bookmarks