I take it you are sending the e-mail from admin -> extras -> link contact.
I can't duplicate this. I receive only one e-mail message and no duplicates.
try uploading a fresh copy of this file.
Attachment 1623
I take it you are sending the e-mail from admin -> extras -> link contact.
I can't duplicate this. I receive only one e-mail message and no duplicates.
try uploading a fresh copy of this file.
Attachment 1623
Last edited by clydejones; 31 Dec 2009 at 02:31 AM.
I'd be happy to. Its located in two places, right? Upload new file to both places?
Just upload the file in the zip to your admin folder
Thanks for clearing that up. Just wanted to be sure since that file name is located in two different folders.
Seems to be fine now. so far so good...........![]()
Glad its working
In Define page editor I have a page for both links and links_submit, but what I add to the pages in the define links editor isn't showing up. What code can I use to get them to show up on their corresponding pages.
I apologize, I know it sounds like the same question from before, but I just want to figure our how to add text via Define Pages Editor instead of just using ftp and editing the file that way.
First:
Run the following SQL statement from admin -> tools -> Install SQL Patches
cut-and-paste the code into the query field and press 'Send' instead
Second:Code:DELETE FROM configuration WHERE configuration_key = 'DEFINE_LINKS_STATUS'; INSERT INTO `configuration` VALUES (NULL, 'Define Links Status', 'DEFINE_LINKS_STATUS', '1', 'Enable the Defined Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 999, NULL, now(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
find the following:
Just above this code add the following:PHP Code:
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_LINK_LISTING)); ?>
Save the file and upload to your serverPHP Code:
<?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>
<?php require($define_page); ?>
<?php } ?>
I have been trying for a very long time to fix this and am still having problems. I just reinstalled the latest version in the downloads and my emails arrive like this:
$EMAIL_GREETING
$EMAIL_WELCOME
$EMAIL_MESSAGE_HTML
$EMAIL_CONTACT_OWNER
$EMAIL_CLOSURE
Will someone PUHLEEZE figger out what is going on here. It looks very unprofessional to get an email like this. Any answers out there? I have scoured the forums to get an answer and nothing works!
Amy McCoy
Baby Gifts and Baby Gift Baskets
PUHLEEZE, try this fix.
just unzip and upload the includes folder to your server.
Attachment 1626
Last edited by clydejones; 31 Dec 2009 at 02:31 AM.
Bookmarks