Change URL for Profile activation notification.

 Hi,

I like to change URL for Profile activation notification email template.
For default email template you will redirect to www.yousite.com/member.php after you have clicked link on your notification mail.
But I like want them to redirect to profile page.
I know it will not work just changing "<Domain>member.php" to "<Domain>{nickname}".
Do I have to edit php file? or If there is anyone know how to figure this out please let me know.

Here is "Profile activation notification" email template.
-----------------------------------------------------
<bx_include_auto:_email_header.html />
<p><b>Dear <RealName></b>,</p>
<p>Your profile was reviewed and activated!</p>
<p>Your Account: <a href="<Domain>member.php"><Domain>member.php</a></p>
<p>Member ID: <b><recipientID></b></p>
<p>Your E-mail: <span style="color:#FF6633"><Email></span></p>
<bx_include_auto:_email_footer.html />
-----------------------------------------------------

Quote · 15 Apr 2014

You should be able to change this.

<p>Your Account: <a href="<Domain>member.php"><Domain>member.php</a></p>

To This.

<p>Your Profile: <a href="<Domain><NickName>"><Domain><NickName></a></p>

https://www.deanbassett.com
Quote · 15 Apr 2014

deano

Thank you so much for your help.
Now looks much better than before.

I really appreciate your help!

Quote · 15 Apr 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.