Member ID missing when sending email template

I have one example. In profil_activate.php file, find line:
$aTemplate = $rEmailTemplate -> getTemplate( 't_Activation') ;

You should replace it by:
$aTemplate = $rEmailTemplate -> getTemplate( 't_Activation', $p_arr['ID']) ;

Otherwise default language email is sent. For example if profil has joined in english and default language is french, email is sent in french. But profil is in english, it's very confusing!

You should fix all lines that miss this parameter. I have to do this manually each upgrade :(

Thanks!

Quote · 21 Feb 2014

Thank you for pointing this out:

http://www.boonex.com/trac/dolphin/ticket/3378

Rules → http://www.boonex.com/terms
Quote · 24 Feb 2014

You should fix all lines that miss this parameter.

I don't think this is fixed. getTemplate is called in a lot of places. For example not fixed here: BxDolCommunicator.php:348, BxFaceBookConnectModule.php:664 …

Quote · 24 Feb 2014

Thank you for pointing this out, it was fixed as well:

http://www.boonex.com/trac/dolphin/changeset/17894

Please let us know if you find this problem somewhere else.

I don't think this is fixed. getTemplate is called in a lot of places. For example not fixed here: BxDolCommunicator.php:348, BxFaceBookConnectModule.php:664

 

Rules → http://www.boonex.com/terms
Quote · 4 Mar 2014
Please let us know if you find this problem somewhere else.

 There are other instances of this hence the ellipsis.

I'm tired of the attitude of boonex. License is not cheap – it's not my job to fix dolphin on the code level.

Quote · 12 Mar 2014

We will try to find it by ourselves, but it would be great help if somebody can point this out.

Please let us know if you find this problem somewhere else.

 There are other instances of this hence the ellipsis.

I'm tired of the attitude of boonex. License is not cheap – it's not my job to fix dolphin on the code level.

 

Rules → http://www.boonex.com/terms
Quote · 18 Mar 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.