By Ineke Huibregtse on Wednesday, 30 September 2015
Posted in General Issues
Replies 3
Likes 0
Views 636
Votes 0
Hello,
De confirmation mail for new subscribers is incomplete. It just states the name of the category. (see screenshot)
The part with :

<p style="text-align:left;">
<?php echo JText::_( 'COM_EASYBLOG_NOTIFICATION_HELLO' ) . ' ' . $fullname; ?>,
</p>

<p style="text-align:left;">
<?php echo JText::_( 'COM_EASYBLOG_NOTIFICATION_SUBSCRIBED_TO' ); ?>


in email.subscriptions.confirmation.html.php seems to be ignored.

Hope you can help!
Best,
Ineke
Hi Ineke,

If I'm not wrong file email.subscriptions.confirmation.html.php is from easyblog 3.9 and I checked your site you are using easyblog 5.0.26. The correct file path for easyblog 5 is /components/com_easyblog/themes/wireframe/emails/html/subscription.confirmation.php where it does not include full name of the subscribers.
·
Wednesday, 30 September 2015 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,
Aha, that explains a lot.
It's a bit unfriendly though, without a hello and a bit of text, but I can adapt that in an override then.
Thanks!
Ineke
·
Wednesday, 30 September 2015 16:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ineke,

You are most welcome.
·
Wednesday, 30 September 2015 16:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post