-
☆ A M B ☆
- 24,524 Posts
You missed the language files; in the lang folder. Line 13:
$modx->TXNewsletters['txtlang']['subscribe_mod_msg'] = 'You can change your subscription or completly unsubscribe.';
Thanks.
It appears my windows search facility just isn’t working as it’s coming up blank searching even just on the lang folder. I’m now looking to get rid of the ">>" that seems to be inserted before eash message. I’ve deleted all the ones from the txnewsletters snippet but it’s none of those. I’ve changed the text in the variable "[’txtlang’][’subscribe_mod_edit_msg1’]" so i’m looking for the place that’s written out to screen to get rid of the ">>" before it. I would search for the string but windows won’t find it.
-
☆ A M B ☆
- 24,524 Posts
txnewsletters.inc.php, line 534.
$html .='>> '.$modx->TXNewsletters['txtlang']['subscribe_mod_edit_msg1'].' <input type="submit" value="'.$modx->TXNewsletters['txtlang']['ok'].'" />'."\n";
It’s line 15 in the language file:
assets/modules/txnewsletters/lang/lang.english.inc.php
Hi there,
...is there a way to check if the TxNewsletter mail function is working on my server (besides running TxNewsletter), so that i know if the problem is my TxNewsletter installation, or my server?
thanks, j
-
☆ A M B ☆
- 24,524 Posts
It just uses the PHP mail() function in a loop. Check your server’s mail logs.