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