|
Hello,
yes I started to figure out. Only the "thank you message" seems not to work (the e-mail which is being send after subscription).
This "Thank you for subscribing at" I can not find in ini file.
Also I don't know where to change the unsubscribe button text. Using Joomfish to put in other language text menu field: "Unusubscription Button Text" seems not to work.
I would need German and Italian.
I think there has to be changed something in the Newsletter_subscriber_pro index.php:
$messageConfirm = $params->get('message_confirm', 'Thank you for subscribing at {conf_host} .<br/><br/><br/>{conf_link}Click to complete your Subscription{/conf_link}<br/><br/>or copy this to your address bar<br/><br/>{conf_url}');
There should be something like a JText like this:
JText::_('Thank you for subscribing at') .' {conf_host} .<br/><br/><br/>{conf_link} . JText::_('Click to complete your Subscription') .{/conf_link}<br/><br/>. JText::_('or copy this to your address bar')
But this is not working it gives me a server error.... |