Gossamer Forum
Home : Products : Links 2.0 : Customization :

Edit Text when user joins mailing list?

Quote Reply
Edit Text when user joins mailing list?
Can someone tell me where I edit the text for when a user joins the mailing list?
Quote Reply
Re: [pflyz] Edit Text when user joins mailing list? In reply to
for user - email-add.txt in the templates folder

for admin - add.cgi in the links folder


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Quote Reply
Re: [esm] Edit Text when user joins mailing list? In reply to
That file email_add.txt is for the response when a user adds a link, I am looking for the confirmation html that is generated when a user adds themselves to the Links Mailing List...

Is there a email_success.html template I am missing?
Quote Reply
Re: [pflyz] Edit Text when user joins mailing list? In reply to
email.html in the templates folder


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Quote Reply
Re: [esm] Edit Text when user joins mailing list? In reply to
I found it... had to look a little harder than I wanted... it was in site_html_templates.pl under the sub site_html_mailing subscribe message.

thanks for your help!
Quote Reply
Re: [pflyz] Edit Text when user joins mailing list? In reply to
that calls the email.html file.

you can change the $message variable in the sub site_html_mailing


Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."