| Author |
Message |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2973 Location: Germany |
|
|
|
Try to directly edit the template in data/tpl/Newsletter.tpl.
|
|
| Fri Jul 04, 2008 1:30 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
crusi1986
Joined: 14 Sep 2008 Posts: 15
|
|
|
|
Have somebody fixed problem with cn_subscribe();? I still got blank page when i add name and email, and nothing is adding to emails.txt. I've tried to change paths to emails.txt and newsletter.txt it didn't help.
Secon question. How can i change the link which is generated to show full news in sended newsletter. By default it's "main.php?id=news_id_here", but what i need is show.php?id=news_id_here&category=cat_id_here"
_________________ What don't kill us will make us stronger... |
|
| Sun Sep 21, 2008 10:31 am |
|
 |
Spoon
Joined: 02 Apr 2008 Posts: 63
|
|
|
|
has someone made replyer yet?
so you fill in your email you get an email in wich is stated that you enlisted to the newsletter.
If you are sure you follow the link, if not you delete the mail.
After that you are enrolled to the newsletter.
is that possible?
I really need that. (because the double link is actually the only legal way to subscribe people to newsletters...)
|
|
| Tue Oct 21, 2008 2:25 pm |
|
 |
samiro

Joined: 20 Apr 2008 Posts: 93 Location: IL |
|
|
|
i there a new plugin for the cutenews ru ?
pleaseeeeeeeeee
_________________ www.Bwoman.co.il |
|
| Thu Jun 11, 2009 10:28 am |
|
 |
samiro

Joined: 20 Apr 2008 Posts: 93 Location: IL |
|
helpp |
|
the Click here to unsubscribe link - is not working...
can someone help me !?
_________________ www.Bwoman.co.il |
|
| Thu Jun 11, 2009 1:12 pm |
|
 |
marcelvk
Joined: 19 Jun 2008 Posts: 28
|
|
Confirmation |
|
Like nam says is there a way to activate your e-mail adres trough an activation code send to the e-mail adres and if it is not activated it gets deleted.
|
|
| Fri Jun 19, 2009 9:08 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 136
|
|
Newsletter - 300 mails per hour |
|
I've a big problem... in my provider I can send only 300 mails per hour.. I need a change code for send 300 per hour.. It's a possible??? thank you for helping...
|
|
| Wed Dec 16, 2009 3:53 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 136
|
|
|
| Mon Dec 21, 2009 4:58 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 136
|
|
|
|
I can send newsletter with smtp server, like this...
this script is a phpmailer.....
$mail = new PHPMailer();
$mail->IsSMTP(); // telling the class to use SMTP
$mail->Host = "server"; // SMTP server
$mail->SMTPDebug = 2; // enables SMTP debug information (for testing)
$mail->Port = 25; // set the SMTP port for the GMAIL server
change this send ....
newsletter_mail($recip, $subject, $message, $from);
|
|
| Tue Jan 05, 2010 5:35 pm |
|
 |
DarkSlim

Joined: 06 Aug 2009 Posts: 286 Location: IL |
|
|
|
 |  | I can send newsletter with smtp server, like this...
this script is a phpmailer.....
$mail = new PHPMailer();
$mail->IsSMTP(); // telling the class to use SMTP
$mail->Host = "server"; // SMTP server
$mail->SMTPDebug = 2; // enables SMTP debug information (for testing)
$mail->Port = 25; // set the SMTP port for the GMAIL server
change this send ....
newsletter_mail($recip, $subject, $message, $from); |
I see, well, have you tried to implement it?
Using SMTP should solve your problem?
_________________ Portfolio: www.Yaniv.tk
Some of my Plugins and Mods and more in the CuteNewsRU Index!
Donations Accepted, Thank you |
|
| Wed Jan 06, 2010 2:03 pm |
|
 |
marcusmagalhaes
Joined: 24 Apr 2007 Posts: 136
|
|
|
|
I try implement it, but I could not ....
|
|
| Fri Jan 08, 2010 11:55 am |
|
 |
D72

Joined: 22 Feb 2007 Posts: 321 Location: NL |
|
|
|
i also use the newsletter, well, i am going to use it...
And i am testing it again and discovered that the unsubscribe link from the email that the receiver got, is not working.
Also read that there are other people dealing with it. A shame.
Still no fix or workaround for it?
Or is there a way to create some kind of a hard coded url for unsubscribe
Other thing is, i would like to see that the TinyFck editor is activated or integrated to make my newsletters.
I know some html and coding. But clients just have no idea what to do when they make a newsletter and see all the HTML crap
Is it hard to let TinyFck work with the news letter too?
|
|
| Wed Mar 31, 2010 12:36 pm |
|
 |
DarkSlim

Joined: 06 Aug 2009 Posts: 286 Location: IL |
|
|
|
 |  | i also use the newsletter, well, i am going to use it...
And i am testing it again and discovered that the unsubscribe link from the email that the receiver got, is not working.
Also read that there are other people dealing with it. A shame.
Still no fix or workaround for it?
Or is there a way to create some kind of a hard coded url for unsubscribe
Other thing is, i would like to see that the TinyFck editor is activated or integrated to make my newsletters.
I know some html and coding. But clients just have no idea what to do when they make a newsletter and see all the HTML crap
Is it hard to let TinyFck work with the news letter too? |
The unsubsribe link has worked for me, well, may be i changed something lol
i don't remember, show me how your link looks like and i'll check/
The other idea is interesting i'll think about it!
_________________ Portfolio: www.Yaniv.tk
Some of my Plugins and Mods and more in the CuteNewsRU Index!
Donations Accepted, Thank you |
|
| Wed Apr 07, 2010 2:38 pm |
|
 |
|