I have exactly the same problem! I need to disable the plugin to send mail with links otherwise the link are corrupted with the “/track/” url.
Please help us!
-
This reply was modified 8 years, 1 month ago by
bleffoman.
@decapeter @bleffoman I am trying to fix it now. As soon as it fixed, I will release new version
Thank you so much! Please notify us when the bug is fixed.
Just a question. with the previous plugin version all was working correctly for me. Should I install the previous version to get it work?
It’s very useful for me to track emails.
Thanks,
Fabio.
i already solve it, replace this in /model/TrackEmail.php:
– comment lines 117 to 120
– replace line 121:
return "<img src='" . get_site_url() . $this->rw_url_email_open . $email_id . "/track-log' alt='track' />";
by
return "<img src='" . get_site_url() . "/index.php?main_action=track-email.php&action=o&pk=".$email_id."' alt='mydomain.com' /></a>";
Now it send email with visible URL.
Sorry decapter, which version of the plugin do you have? I have the last version 1.3.6 and I dont have this code at line 121.
If you mean the edit of the function get_track_code I did this, but is still not working.
public function get_track_code( $email_id )
{
//return "<img />rw_url_email_open . $email_id . "/track-log' alt='track' />";
return "<img src='" . get_site_url() . "/index.php?main_action=track-email.php&action=o&pk=".$email_id."' alt='mydomain.com' /></a>";
}
Thanks.
-
This reply was modified 8 years ago by
bleffoman.
i also have 1.3.6
Yes that’s this function, comment every lines in this function and add :
return "<img src='" . get_site_url() . "/index.php?main_action=track-email.php&action=o&pk=".$email_id."' alt='mydomain.com' /></a>";
This code allow only open tracking.
it should work :/
With me is not solving the issue. The reset password link label is correct but when I click on it the link is corrupted by the \track\ part