CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • CiviMail click through behavior
Pages: [1]

Author Topic: CiviMail click through behavior  (Read 2610 times)

twowheeler

  • I post occasionally
  • **
  • Posts: 115
  • Karma: 11
    • Harrisburg Christian Performing Arts Center
  • CiviCRM version: 4.3.4
  • CMS version: Drupal 7.22
  • MySQL version: 5.1
  • PHP version: 5.3
CiviMail click through behavior
November 01, 2007, 09:42:24 pm
I have read the other forum posts about the issues that occur when click through tracking tries to convert link text that contains "http".  I have a similar problem, but my link texts dont contain "http".  I am using the 1.9 final release on drupal 5.3 and the UAS CiviSMTP service. 

In the HTML email newsletter I am developing, some URLs are converted accurately.  They are always anchor links like this:
<a href="http://www.eternityplayers.org/EPnews1107.html">Click here</a>

which is converted to this:
<a href="https://ghyfc.podzone.org/sites/all/modules/civicrm/extern/url.php?u=80&qid=13">Click here</a>
which works fine.

However image links of the form:
<img src="http://www.eternityplayers.org/2/uploads/YFC-EPbanner.jpg" alt="YFC Eternity Players Special Preview Banner" height="100" width="600">

either do not convert properly -- this one becomes a nonexistent URL:
<img src="https://ghyfc.podzone.org/sites/all/modules/civicrm/extern/url.php?u=81&qid=13/2/YFC-EPbanner.jpg" alt="YFC Eternity Players Special Preview Banner" height="100" width="600">

 ... or else are not converted at all.  They display fine in the email but there is no click tracking available.  For example this one did not convert:
<img class="imgBorder" src="http://www.eternityplayers.org/2/uploads/Alice_Logo_email.jpg" alt="Alice in Wonderland Logo" align="right" hspace="12" vspace="10" width="250">

Any thoughts about what is happening here? 

« Last Edit: November 04, 2007, 11:29:16 am by twowheeler »

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: CiviMail click through behavior
November 01, 2007, 11:10:27 pm

There is an open issue in 1.9 right now. Should be fixed in the next revision release of 1.9

http://issues.civicrm.org/jira/browse/CRM-2364

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • CiviMail click through behavior

This forum was archived on 2017-11-26.