busybuds Posted September 24, 2005 Posted September 24, 2005 Ok...I've installed the newsletter unsubscribe contribution and my problem is the link that the email is showing. I've found where I need to change but can't figure it out. :'( For some reason when they click on the link, it says that there are unsecure items and when you say to go ahead anyway...my site is missing all the graphics and looks bad. Here is the link that is coming in the email: https://host137.ipowerweb.com/~busybuds/[email protected] I would like to take out the "host137.ipowerweb.com/~busybuds" and have just "www.busybuds.com" and leave the rest the way it is. Here is the code that I think needs to be changed (warning...I know just enough now to get around some which i'm sure can be dangerous): This is on the admin/includes/modules/newsletters/newletter.php page while ($mail = tep_db_fetch_array($mail_query)) { $mimemessage->add_html($this->content . TEXT_UNSUBSCRIBE . '<a href="' . HTTP_CATALOG_SERVER . DIR_WS_CATALOG . FILENAME_UNSUBSCRIBE . "?email=" . $mail['customers_email_address'] . '">' . HTTP_CATALOG_SERVER . DIR_WS_CATALOG . FILENAME_UNSUBSCRIBE . "?email=" . $mail['customers_email_address'] . '</a>'); $mimemessage->build_message(); I have tried changing the HTTP_CATALOG_SERVER's to HTTPS and still got the unsecure warning. I also went into my configure file and changed the server address to my website address and that didn't work. Believe me, I have tried alot of different changes and when they didn't work, I just changed them back. Is there a way just to put the HTML in there and bring up the customer's address in the link that they want to unsubscribe? I have been working on this all night and would really appreciate any help you can give. Please remember that I am not a web programmer by trade, so please layman's terms. Thanks, :-" Linda
busybuds Posted September 24, 2005 Author Posted September 24, 2005 Thanks anyway...think I figured it out myself. Hope I didn't screw anything else up. :thumbsup: Linda
Recommended Posts
Archived
This topic is now archived and is closed to further replies.