Ahh! That was it.
You are indeed a Goddess, I don't care what your name here is... ;)
I really appreciate the quick answer and the SUPERB module...
Printable View
Ahh! That was it.
You are indeed a Goddess, I don't care what your name here is... ;)
I really appreciate the quick answer and the SUPERB module...
Thanks. The praise means a lot in an otherwise really crummy week.
-Ng_
Hi! Where do I change the text on the page that comes up after someone subscribes? This is the specific text I want to change:
I found all the other text on that page, but not that sentence!Quote:
You'll receive notices of newly available products, special offers, and news of upcoming showings.
Thanks!
In your defined pages editor in admin, or if you don't have that dir writable (which is a good idea security-wise) at:
includes/languages/english/html_includes/your_template/define_subscribe.php
-Ng_
Sheesh sorry, I should be in bed :blush: I edited it in the define_subscribe.php file. The subscribe and unsubscribe pages don't show up in my define pages editor in the admin.Quote:
Originally Posted by NotGoddess
Thanks!
put those 2 files in the folder with your current template for example.
if you are using a template folder other then classic put it direct
includes/languages/english/html_includes
this is folder is considered the over ride folder.
if your using classic
includes/languages/english/html_cludes/classic
Yep, that's where I put them :D It's no biggie, these aren't files I will need to edit often, it's easy enough to edit them in my cpanel, I'm too lazy to worry about getting them to show up in my admin :lol:Quote:
Originally Posted by knuckle-101
Quote:
Originally Posted by Danielle
Upload to that folder and it will show in define_pages editor.
As I mentioned in my last post, I did! They are in my custom folder, I just double-checked to make sure!Quote:
Originally Posted by knuckle-101
Wait...are you saying that if my override folder is named custom, I should still be putting them in includes/languages/english/html_includes, not includes/languages/english/html_includes/custom??? If so, why is that? All the other files in my html_includes/custom folder work perfectly...
Quote:
Originally Posted by Danielle
try it and see.
it will show
wierd isnt it?
Nevermind...I should have gone to bed after the last dumb thing I posted...sorry! I'm doing way too many things at once here. You are totally right, I apologize. I could have sworn I had a bunch of files in my custom folder, but I don't, just those two! I'm totally embarassed now...I'm making the dumbest mistakes tonight :blush:
Thanks for being so nice when faced with such stupidity :laugh:
Quote:
Originally Posted by Danielle
no biggie glad to be able to help.
Hello. Before i start with my problem i want to say thanks for the great contribution!
I've been trying to install it and everything worked until the last step and i'm not sure what i've done wrong. I want the newsletter to be in the header and so edited the tpl_header file in /includes/templates/YOUR_TEMPLATE/common/ as follows:
<div class="navMainSearch forward"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
<?php
// BEGIN newsletter_subscribe mod 1/1
if(defined('NEWSONLY_SUBSCRIPTION_ENABLED') &&
(NEWSONLY_SUBSCRIPTION_ENABLED=='true') &&
(NEWSONLY_SUBSCRIPTION_HEADER=='true')) {
include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_SUBSCRIBE_HEADER));
}
// END newsletter_subscribe mod 1/1
?>
</div>
<br class="clearBoth" />
</div>
I then enabled the header function in 'Configuration -> Layout Settings'.
I now get the following error:
Warning: main(includes/templates/template_default/templates/tpl_subscribe_header.php) [function.main]: failed to open stream: No such file or directory in /homepages/16/d113661620/htdocs/eshop/includes/modules/zenzenart/subscribe_header.php on line 20
Fatal error: main() [function.require]: Failed opening required 'includes/templates/template_default/templates/tpl_subscribe_header.php' (include_path='.:/usr/local/lib/php') in /homepages/16/d113661620/htdocs/eshop/includes/modules/zenzenart/subscribe_header.php on line 20
I'm really not sure where i've made a mistake... :cry:
Any help is hugely appreciated! :D
Thanks in advance...
Hi - me again. Just a bit more info. It seems this error is not solely connected to the newsletter appearing in the header. It also appears on the page that returns if an invalid/ or no email is inserted and submit is pressed.
Thanks again for your time....
eek - sorry! found the answer at post 219!! Here's the answer in case it helps anyone else...
@ericpeng
Just copy the tpl_subscribe_* files in your templates/yourtemplate/templates/ directory into template_default and you'll be fine (no need to overwrite the unsubscribe template...you do that in your own template).
Due to an initial misunderstanding of how things work those files weren't added to the default_template folder.
Glad you figured it out, Tiger.
-Ng_
Hello (AGAIN - I know :blush: ).
Now that i've got it working, the contribution looks great - thanks heaps ng. I was just wondering - is there anyway to automatically send a discount coupon to users who subscribe?
Thanks
You're a star! Thanks gn. I'll look into it too and if i find the (ish)way i'll post it here... (Reckon you'll figure it out way before me though :D !)
Good night
Have installed the 2.0.5 version on ZC 1.3.5. This is exactly what I was looking for. Thanks for this great mod.
Everything seems to be working just fine except that I'm not receiving noifications of newsletter-only subscriptions although I have set:
Send Notice of Newsletter-only Subscriptions To - Status 1
Send Notice of Newsletter-only Subscriptions To 'valid email address'
Gone through this thread and found some patches but they seem outdated to me using ZC1.3.5 and NOS2.0.5. I have been carefull editing core files so I might have missed out on something.
Found the following lines at the bottom of includes/modules/pages/subscribe/header_php.php:
if(defined('NEWSONLY_SUBSCRIPTION_CC_STATUS') &&
defined('NEWSONLY_SUBSCRIPTION_CC') &&
(NEWSONLY_SUBSCRIPTION_CC_STATUS == 1) &&
(strlen(NEWSONLY_SUBSCRIPTION_CC) > 4)) {
// send email to notify store owner of new subscriber
$email_text = 'A Newsletter-Only Subscriber using the address ' . $email_address . "\n" .
'was added on ' . strftime(DATE_FORMAT_LONG) . '.';
mail(EMAIL_FROM, 'Subscriber Notification', $email_text, "From: ".STORE_NAME."\r\nReply-to: ".EMAIL_FROM."\r\n");
Looks fine to me but the notification messages are not delivered to my inbox.
Any pointers on what I might have done wrong?
Not sure what you mean by this but I did what you asked. Got a 'Undelivered Mail Returned to Sender; <toto####################>: inactive user (in reply to RCPT TO command)' message from my provider.
If you meant to check my SMTP settings I might have had to add that the messages to the subscribers are delivered. If I'm not mistaken the are generated within the same includes/modules/pages/subscribe/header_php.php file so SMTP is not the issue.
Hi NotGoddes,
I do indeed have a valid email address (format: Name 1 <email@address1>) in there and not the text mentioned in my earlier post.
Please do check on this cause I often find myself actually doing really stupid things like that. (Usually corrected before making a fool of myself out here ;-)
mathias,
I have tried it with valid email addresses. Emails to subscribers are delivered, notifications are not.
Am I not understanding you correctly?
Ok, excuse my english if I have some difficulties to explain myself.
You said that you encourred no problem expect one.
I just wanted to show you that there is another problem that is still not resolved.
When you create an account with an email that has been entered in the newsletter only subscription, you get this error :
Code:1062 Duplicate entry '0' for key 1
in:
[insert into myshop_subscribers (email_address, email_format, subscribed_date, confirmed) VALUES ([email protected]', 'HTML', now(), 'TDYzLj')]
Ahha, have not encountered the error in my setup so I really had no idea what you were getting at.
How come? I don't know. I carefully merged the new code in my corefiles and omitted any changes not directly related to NOS. The included core files where, as far as I can tell, not based on the latest 1.3.5 versions. During my first, less carefull, attempt I accidentally changed some SMTP settings altered in 1.3.5 that stopped emails from being send.
My guess is that that's (merging code; not the specific SMTP issue I had) also causing your error (assuming you did a clean 2.0.5 install as I did and didn't upgrade a earlier version). Didn't change anything to the SQL besides applying the customer date patch which I didn't find within 2.0.5.
Just fyi- no the 2 aren't related.
You tried putting in: name1 <email@add1>
Did you try only using the email address w/o the name? e.g. email@add1
Because when you did that with the dummy 'toto' account you did get a bounceback, so it may simply be a syntax issue.
Yes I did.
First my notification address contained a long name (with spaces) and the actual email address. Changed that to a short name (no spaces) and the email address. To top it off I gave it a go with just the email address without the name.
Still nothing.
I've only used the dummy 'toto' account as subscriber address, not as notification address. And subscriber mails are delivered (or bounced as in this case).
Hi NotGoddess,
Might have located the problem but I'm not sure. Comparing to files that do send extra emails I can't find a zen_mail statement at the bottom of includes/modules/pages/subscribe/header_php.php. I'm aware of the fact that there are more ways then one to get things done but this is what struck me as the most obvious reason for extra mails to fail. Am I wrong?
NotGoddess, one more thing. Within includes/modules/YOUR_TEMPLATE/subscribe_header.php on line 20 it reads:
require($template->get_template_dir('tpl_subscribe_header',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_subscribe_header.php');
Shouldn't it read:
require($template->get_template_dir('tpl_subscribe_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_subscribe_header.php');
Tried changing it and adding a new subscriber but still zero on the notification mails. Did stop my PHP log from cluttering though.
In functions/functions_email.php on line 158 change:
toCode:if (EMAIL_SMTPAUTH_MAIL_PORT != '25' & EMAIL_SMTPAUTH_MAIL_PORT != '') $mail->Port = EMAIL_SMTPAUTH_MAIL_PORT;
(add _SERVER to each define)Code:if (EMAIL_SMTPAUTH_MAIL_SERVER_PORT != '25' && EMAIL_SMTPAUTH_MAIL_SERVER_PORT != '') $mail->Port = EMAIL_SMTPAUTH_MAIL_SERVER_PORT;
and see if that works-it was reported as a bug for some zips.
I already have these SMTP lines in my functions/functions_email.php. This caused the SMTP problems I was reffering to in my earlier post to mathias. Already corrected them.
Did you have time to check why your own setup wasn't sending emails?
Dear Not goddess,
I have installed your mod on zencart 1.3.5. this i'm developing on my local server (not yet live.)
There is one problem i'm facing. If i press the subscribe button without entering the e-mail id, it throws two errors:
Warning: require(includes/templates/template_default/templates/tpl_subscribe_header.php) [function.require]: failed to open stream: No such file or directory in W:\www\simbanet\includes\modules\classic\subscribe_header.php on line 20
Fatal error: require() [function.require]: Failed opening required 'includes/templates/template_default/templates/tpl_subscribe_header.php' (include_path='.;/usr/local/PHP/includes;/usr/local/PHP/pear') in W:\www\simbanet\includes\modules\classic\subscribe_header.php on line 20
also the right panel dissapears.
could you please guide.
if i put a valid email id then there is no problem.
Just copy the tpl_subscribe_header it can't find into the templates_default folder.
that should fix it right up.
...or to be more specific ---
includes/templates/YOUR_TEMPLATE/templates/tpl_subscribe_header.php
into includes/templates/template_default/templates/tpl_subscribe_header.php
Many thanks, that solved my problem..
Hi NotGoddess,
Still have not been succesfull getting the the notification messages out thus far. Have you found some time to go through your setup to check if your notification mails worked or not? If you got it to work could you please let me know what to modify to get me up and running?
Thanks in advance. (not meaning to be impatient)
Hey everybody,
Everything seems to be working great. but, I need to remove the text "Enter your email address to subscribe...." altogether. I changed it to blank in the defines. however, on Firefox, Safari, and IE for PC. the spacing behavior was different on each. (surprise!)
Can anyone tell me how to remove that section from the code entirely. so there's no space between the header and the subscribeContent?
thanks so much in advance...
Edit the template file found in templates/yourtemplate/sideboxes/tpl_subscribe.php
It's already set to display an empty string if no text, but on the next line (just before the zen_draw_input_field there's a space, then no-breaking space that may be causing issues for you.
-Ng_
i do believe, that was the exact problem.
thanks NG... :)
Oh NG. I hope this is the last time I have to bother you...
So I've replaced the create_account.php and the customers.php you supplied.
and that part now works great. (been an all day affair for me)
now lastly, I'm getting that "Is your email address correct? It should contain...." error.
I believe its my SEO URLs because when i turn the off, i don't get that. do you know of a way to have my cake and eat it too? my customers want both...
thanks in advance....
Does anyone have a version of this (they could share) that captures name as well as email addy?
My current mailing list software outside Zencart) enables me to send out personalised newsletters, but since name is not captured in this contrib, I have a problem. I'd like to migrate my mailing lists inside Zencart to save the additional maintenance.
Thanks in advance.
I followed all the steps in the readme.txt comming with the extension.
Every step gave me the expected results, but when I insert the final code
if(defined('NEWSONLY_SUBSCRIPTION_ENABLED') &&
(NEWSONLY_SUBSCRIPTION_ENABLED=='true') &&
(NEWSONLY_SUBSCRIPTION_HEADER=='true')) {
include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_SUBSCRIBE_HEADER));
}
my front page displays stops at the point I put my code.
I would appreciate your advice.
S.
Well i know you did the install in admin or it would stop and not error out at the firs 'defined' check, so I'd say to make sure that modules/yourtemplate/subscibe_header.php is in place.
I've found sometimes working with a custom template you have to copy more than just the header file to the common folder-make sure you have main page template, etc in there.
also, you might try copying the subscribe_header.php file so it is in both modules/subscribe_header.php and modules/yourtemplate/subscribe_header.php
repeat for the tpl_ file (put a copy in template_default as well)
apologies for typos-
-Ng_
Thank you very much for your quick :yes: answer, this morning I followed your advices and
it seems that it works now : suddenly I saw in admin that a part of the path of my sidebox :
"sideboxes/my_template/subscribe.php"
became red...
When I activated my sidebox I can see it in left side. I wanted it in the header... I don't know if it's because I copied files the way you told me that now it's available in left side. I continue trying to understand.
Now I tried to subscribe and I receive the following error message.
"ERROR: Failed sending email to: "" with subject: "Please confirm bonaparto newsletter subscription" Could not instantiate mail function."
Is it maybe something related with smtp config ?
Thank
well... sorry... I talked too quickly... I still have the same problem when adding the code :
<?php
// BEGIN newsletter_subscribe mod 1/1
if(defined('NEWSONLY_SUBSCRIPTION_ENABLED') &&
(NEWSONLY_SUBSCRIPTION_ENABLED=='true') &&
(NEWSONLY_SUBSCRIPTION_HEADER=='true')) {
include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_SUBSCRIBE_HEADER));
}
// END newsletter_subscribe mod 1/1
?>
My page stops displaying...
:schmoll:
I really don't know what I did wrong...
I installed the newest version. I am able to subscribe using the sidebox and everything seems to work for this. However, when I try to subscribe with no email or the same email, the error message appears, but the rest of the page does not load. Can anyone help? https://style-scene.com/shop
Thanks for such a practical and great mod. I wish I understood php more!:blink:
I was wondering if I can add the newsletter sidebox to a regular html page - the homepage of the site, which isn't a zencart page - so that the emails populate to the same table with new email addresses. Any ideas?
Thanks so much for the help! :D
Is there a way to export the emails into another file - like excel or csv or something? Thanks!
Hi!
when entering an emailadres and hit the subscribe button i get this strange error message saying the mailadres needs to be 6 characters long and with an @ in it.....
but all the rest is working fine it seems.
( confirmation mail is send, emailadres is added to the newsletter only list et cet ... )
any idea??
thanks!
Jeroen
Hi!!
I'd like to change the title of the newsletter-only box with an image, but I don't know how to do that!
I changed all the titles of my sideboxs using english.php but it doesn't seems to work for the newsletter.
Any help would be greatly appreciated :wink2:
thank you!!!
Hi - I have the contribution installed, but I get a page not found error every time I try to add an email address from the sidebox. I'm not sure what I'm missing?
Ok...I have a question....
All newsletter only subscibers are only receiving text emails no matter what the settings are. I have html setup for the store and the subsciber receiving html, but only actual customers receive html, not subscibers only.
What am I doing wrong....using version 2.05 on 1.3.6 cart.
Sorry if this was already answers, I read through all these pages, and could not find the answer.
Thanks
Kim
Hi. I am trying to send out a newsletter to everyone who has subscribed ie:
1. those who signed up using the Newsletter Only Subscription; and
2. those who registered as a customer (ie created a customer account) and ticked the newsletter subscribe box.
The problem I have is that only those people who signed up using the Newsletter Only Subscription appear on my:
* Subscription Management page; and
* Newsletter and Product Notifications Manager.
I am therefore unable to send a newsletter using the Newsletter and Product Notifications Manager to customers who have created an account and ticked the newsletter subscribe box. I've tried adding their email addresses using the "New Subscription" tool on the Subscription Management page but it says that it cannot add the address as it is already registered to a customer.
I'm not sure what I'm doing wrong and would REALLY appreciate it if someone can help me!
Thanks :smile:
Hi all,
I am trying to install this great mod which appears to be working fine accept the text.
When I enter an e-mail address and the sucscribe page comes up I get the following:
-------------------------------------------------------------------------
Thank you for taking a moment to subscribe to our Newsletter.
You'll receive notices of newly available products, special offers, and news of upcoming showings.
TEXT_INFORMATION_CONFIRM
-------------------------------------------------------------------------
Then the e-mails I get have no text at all, they show the following:
--------------------------------------------------------------------------
EMAIL_WELCOME
EMAIL_TEXT
EMAIL_CONFIRMATION_TEXT
EMAIL_CONTACT
EMAIL_CLOSURE
---------------------------------------------------------------------------
I have replaced all the files a couple of times and reinstalled the mod but nothing works. Has anyone any ideas?
Many thanks in advance.
Big H
BigMacYin,
My guess is that you might be missing a YOUR_TEMPLATE in the language folder. follow the folders all the way and make sure you caught all the overrides NG has thoughtfully added... there are 3 of them in the languages folder. Just rename them with your Template name.
i think those defines are in the subscribe_confirm.php file if i'm not mistaken.
hope that helps.
Well, I am very embarrassed - that's exactly what it was - doh!!!
Many thanks for taking the time to respond - just another demonstration as to the strength of Zencart.
Many thanks pensive612
Kind regards,
H
I've had 2.05 installed on my 1.3.0.2 Zen cart, and am having an interesting problem: I can't unsubscribe people! If you click delete on a name in the admin, it will ask the verification 'do you want to delete?', and when you click 'yes', it goes back to the full list, but if you search, the user is still there, and not deleted.
I am running EasyPopulate and Imagehandler2 as well.
Thanks, both for any help, and for a great contribution!
Vicky Rowe
After install 2.0.6, it seems everthing fine, except
1. on "enter email address" field press enter, it'll show error message and code. How to not show the code ?
2. Newsletter unsubscribe : can remove non existing e-mail address.
Thank you
I am still having to remove unsubscribes manually via PhpMyAdmin. Any insight into why the Zen-cart admin cannot use the remove tool to take people out of this package?
I'm doing a full run-through tonight of this for 1.3.7 so I'll make sure it's working there. If not, I'll fix it...if it is, I'll see if I can find a copy of the cart closer to yours to see if some functionality it's using was added between 1.3.0 and 1.3.5.
-Ng_
(I'll have a 1.3.7 release out this weekend, maybe sooner, but can't promise)
Hello.
This mod looks like it might be exactly what I need. I have a pre installation question...
In the readme it says you will get Under 'Configuration -> E-mail Options'
Newsletter Subscribers
Customer Account Newsletter Subscribers
Newsletter-only Subscribers
Does this mean you can send to all subscribers, account subscribers only, or newsletter-only subscribers only?
I'm looking for something that I can send to all at once with.
Also, if you use the email export mod, does that require 2 exports, one from the "email only" group and one from the "accounts" group? Or is that one export.
Thanks.
Yes, you can send to one group or the other, or both. If by 'all' you mean all folks subscribing, the answer is 'yes'.
The email exporter allows you to select the audience you wish to export. So you can do all of the above, select newsletter-only subscriber, account-only or both together. (note: it's been a while since I've actively used this, but a quick check of the file seems to confirm this. ymmv).
-Ng_
Hi -Ng_,
Looking to try out your mod and was wondering if the ZC V3.1.7 version been released as yet?
Many Thanks :)
I've got two folks who are kindly doing proofs for me-they reported back a couple bugs I missed and am working on those now.
-Ng_
Hi Notgoddess,
Sorry to introduce an other problem with Newsletter-only on my site: www.mindex.be/anatest
When entering an address in the sidebox there is the following error:
The customer receives the confirmation mail and in the admin the mail is added.Quote:
Is your email address correct? It should contain at least 1 characters. Please try again.
Changing the values in Minimum Values doesn't seems to help.
I hope it isn't to much trouble to solve this problem.
Xavier
Hi,
Has anybody tested this on version 1.3.7?
I want to install it , but I'm afraid!
is there any other way of collecting email addresses for the newsletter?
Well, you do normally get the customer's email address when they place an order, and you can have others who just wnat the newsletter to email you. I'm assuming your web host offers a mailing list service that you can use to send out the newsletter. This is the direction I may be going in after I learned that ever since I installed the newsletter mod I can't email my customers via ZC if they haven't subscribed to the newsletter. :schmoll:
I've finished up a version that is compatible with Zen Cart v1.3.7. If anyone is interested in testing before I release it, please PM me for a copy.
The latest version, as far as I know, already works for me on 1.3.7........!
To the best of my knowledge, the latest version will work on 1.3.7, but there are, unfortunately, a lot of modified core files in this particular contribution, and they weren't addressed in the last one. It was basically a bugfix to patch the issue with the dropdown on the Create Account page. This one has the modifications patched directly into the new 1.3.7 files.
Okay, I've tested it out, and it works... mostly. There seems to be some sort of issue with the unsubscribe page. When the customer unsubscribes, they ARE removed from the database, but instead of going to a page to verify that they have unsubscribed, I got this error:
Anyone ever seen this before? And if so, any idea where the problem may lie? The url that generated the error was at /index.php?action=unsubscribe&main_page=unsubscribe&addr=test%40test.com&x=47&y=9Code:1065 Query was empty
in:
[]
If you want to try it yourself, the demo is at http://www.parrishwebdesign.com/~pwdzen/.
And if you would like to download a copy of the contribution in its current state to give it a try, the link is http://www.parrishwebdesign.com/zenc...cribe_v207.zip
Hi,
Im guessing there is some error in an unsubscribe module!
I've signed up to the newsletter on your test site. Can u send me a sample newsletter so i can try unsubscribing.
I don't get it........I installed this on 1.3.7 and everything seems to work fine, BUT:
When I go and send an email, I can choose the regular newletter-subscribers as a gruop (the customers who have an account on the store) OR I can choose the seperate newsletter-members one-by-one and not as a group. How can I send an email to ALL newsletter members ?
If I want to send everybody now, I have to choose the customers-group first and one-by-one alle other newsletter subscribers............
Anybody who can tell me if this is something of an idea for a new version, or is it already supposed to do this ?
hiya
i have installed this mod, thank you :) .. but was just wondering if there was a way i could make the text size/font etc match the rest of my sideboxes?
I have looked in CSS stylesheet file but dont know which part to change (or even if its in that one lolol)
Many Thanks for any help you can give
Erica xx
ps .. if you need to see it working, its on the eSparkles link in my sig
xxx
If you hit the subscribe button on your site (without filling in an email address), it shows some errors. I think you have forgotten to upload a few files to the right directory....
Quote:
Warning: main(includes/templates/template_default/templates/tpl_subscribe_header.php) [function.main]: failed to open stream: No such file or directory in /home/costumej/public_html/includes/modules/sage/subscribe_header.php on line 20
Are you going to Customers -> Customers
Then choosing Email?
I see an option to email all newsletter subscribers.
Hi..when I try to create a newsletter and switch to HTMLarea..I get error on page:
line 77 and line 20
HTMLArea is undefined
Anyone know what is going on?
Thanks Tracy
As you can see in the picture below, there isn't an option to send both newsletter members (nieuwsbrief-lezer) and all newsletter subscribers (this is a different group of members).
Or am I wrong ??
http://www.marcovanveelen.nl/newsletter.jpg
Hi,
I'm not understanding the difference!
There is the option to send to all news letter subscribers
That's the problem :
The "all news letter subscribers" don't include the "nieusbrief-lezer"....this "nieuwsbrief-lezer" is somebody who is NOT a customer, but IS a person who joined this seperate newsletter.
Somehow they are not merged into one list if you can follow me.....
hi,
i think I am seeing what you mean now.
You might want to ask sparrish
I PM'd him last week, but nothing so far.......
Quick question... I seem to remember in the back of my mind,
Does the confirmation email sent out from this module have to be in text format? Regardless of the customers email format preference? (text or HTML)
For some reason I thought I remembered reading that. Otherwise, I might have a problem on my site.
Thanks in advance.
I'm a bit dissapointed about the support from the author. I PM'd him after asking questions in this topic, but there has been no reaction whatsoever. That's a real pitty.
I hope he will take some time to help me / us here.........
I understand your frustration of not getting answers to your problems. But if you actually scroll back through the first 38 pages of this forum, and the entire previous NOS forum, you will see that NotGoddess has been more than extremely helpful and supportive...
This forum is based on users helping each other, not the creator helping everyone.
I don't have an answer to your problem, but i will continue to look into it...
Best of luck.
I believe they probably are merged. (Based on the fact that I am running this on 3 different sites and it works correctly on all of them.)
Remember, **just because someone is a customer that does not mean they are a subscriber**. You have 17 customers - have you looked at all of them to see if they are subscribers? (The only way to do this that I know of is to go and look at each customer profile to see if they are subscribed.)
I would bet that the "All Newsletter" list (which shows 15) includes all the newsletter only (nieusbrief-lezer) AND the customers who have chosen to subscribe. My guess is that not all 17 of the customers chose to subscribe to the newsletter.
As to your frustration - I know it is frustrating when there is a problem, but remember that this is a volunteer thing. NotGoddess has always been ready to help when she can - but sometimes people have other things to attend to in life.
Guys, it's not that I'm frustrated, but as I said a bit dissapointed. I know it is a volunteer thing, but I thought there would be at least a reaction within a week or so.
I'll look into what FruitFly mentioned, perhaps it is like he discribes. To be continued ;)
After a Zen upgrade from 1.3.0 to 1.3.6 my Newsletter subscribe is giving an error when I run a test email. I'd like to upgrade my Newsletter Subscribe as well but am unclear what steps to follow to make this happen. I have Newsletter Subscribe v202 installed. Could one of you fine folks enlighten me?
I'd prefer to start fresh and just overwrite the older version but don't want to lose my 200 plus subscribers that are now stored in Zen. Is there a way to save those subscribers and and them after a fresh install?
Thanks so much for your help!