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 />
-----------------------------------------------------