Welcome to Geeklog, Anonymous Thursday, November 28 2024 @ 05:31 am EST
Geeklog Forums
Newsletter. Problem with links and images
Page navigation
Status: offline
Pushkar
Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
Location:Ukraine, Kyiv
I have installed Newsletter plugin to my Geeklog Site. After that i send my first letter by this plugin. In text I used images and links. But on my e-mail I got a text without images and links. In that place I see:
http://s006.radikal.ru/i215/1101/b0/87c4dc85e986.jpg
for link:
<a onclick="return im_fixA(this);">link</a>
for image:
<a onclick="return im_fixA(this);" title="\"??????????" ????????????????="" ????????\=""><img alt="\"\"" height="\"443\"" width="\"550\"">
Please help me fix it. Thanks
http://s006.radikal.ru/i215/1101/b0/87c4dc85e986.jpg
Text Formatted Code
for link:
<a onclick="return im_fixA(this);">link</a>
for image:
<a onclick="return im_fixA(this);" title="\"??????????" ????????????????="" ????????\=""><img alt="\"\"" height="\"443\"" width="\"550\"">
Please help me fix it. Thanks
36
25
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
Your images and links need to be fully qualified urls.
Correct:
Incorrect:
Same is true for links.
Correct:
Incorrect:
Coding html email is a pain. Html clients all handle html differently.
An excellent article on the matter http://articles.sitepoint.com/article/code-html-email-newsletters.
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
Correct:
Text Formatted Code
<img src="http://mysite.com/my_image.jpg"/>Incorrect:
Text Formatted Code
<img src="../my_image.jpg"/>Same is true for links.
Correct:
Text Formatted Code
<a href="http://mysite.com/index.php">My site</a>Incorrect:
Text Formatted Code
<a href="/index.php">My site</a>Coding html email is a pain. Html clients all handle html differently.
An excellent article on the matter http://articles.sitepoint.com/article/code-html-email-newsletters.
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
30
31
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
I have put a correctly url's and images adresses
And what? it's working?
Or same issue?
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
32
30
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
<a onclick="return im_fixA(this);">link</a>
and
<a onclick="return im_fixA(this);" title="\"??????????" ????????????????="" ????????\=""><img alt="\"\"" height="\"443\"" width="\"550\"">
You are not using onclick in your links are you? That simply is not allowed in html email.
These must be what your email client/service use as replacement. I don't believe geeklog would make those replacements.
Do you get the same result with other email services like gmail, yahoo, hotmail ...
I'll PM my test email and if you can have the newsletter plugin send me a copy.
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
21
29
Quote
Status: offline
Pushkar
Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
Location:Ukraine, Kyiv
Quote by: suprsidr
and
You are not using onclick in your links are you? That simply is not allowed in html email.
These must be what your email client/service use as replacement. I don't believe geeklog would make those replacements.
Do you get the same result with other email services like gmail, yahoo, hotmail ...
I'll PM my test email and if you can have the newsletter plugin send me a copy.
-s
<a onclick="return im_fixA(this);">link</a>
and
<a onclick="return im_fixA(this);" title=""??????????" ????????????????="" ????????=""><img alt="""" height=""443"" width=""550"">
You are not using onclick in your links are you? That simply is not allowed in html email.
These must be what your email client/service use as replacement. I don't believe geeklog would make those replacements.
Do you get the same result with other email services like gmail, yahoo, hotmail ...
I'll PM my test email and if you can have the newsletter plugin send me a copy.
-s
in gmail i get this:
Text Formatted Code
<a>link</a><a title="\"??????????"><img alt="\"\"" width="\"550\"" height="\"443\""></a>
i was send you a newsletter
29
27
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
in gmail i get this:
Text Formatted Code
<a>link</a><a title="\"??????????"><img alt="\"\"" width="\"550\"" height="\"443\""></a>
And what exactly was the html in your newsletter that resulted in those examples?
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
30
34
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
Ok, I got the newsletter.
Lets make sure geeklog is not filtering your html as its very strange that the links set in the footer by the plugin do not get stripped.
Geeklog Admin -> Configuration -> Geeklog -> Miscellaneous -> HTML Filtering -> Skip HTML Filter for Root? -> Set to TRUE
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
Lets make sure geeklog is not filtering your html as its very strange that the links set in the footer by the plugin do not get stripped.
Geeklog Admin -> Configuration -> Geeklog -> Miscellaneous -> HTML Filtering -> Skip HTML Filter for Root? -> Set to TRUE
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
35
37
Quote
Status: offline
Pushkar
Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
Location:Ukraine, Kyiv
Quote by: suprsidr
Ok, I got the newsletter.
Lets make sure geeklog is not filtering your html as its very strange that the links set in the footer by the plugin do not get stripped.
Geeklog Admin -> Configuration -> Geeklog -> Miscellaneous -> HTML Filtering -> Skip HTML Filter for Root? -> Set to TRUE
-s
Yes it is set to TRUE :banghead:
24
29
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
I copied the html from your newsletter the way it displays on yoursite into my test site newsletter, and it sent fine - no stripping.
Don't use the advanced editor, and try again.
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
Don't use the advanced editor, and try again.
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
27
24
Quote
Status: offline
Pushkar
Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
Location:Ukraine, Kyiv
Quote by: suprsidr
I copied the html from your newsletter the way it displays on yoursite into my test site newsletter, and it sent fine - no stripping.
Don't use the advanced editor, and try again.
-s
I try with html-mode - not helps
28
23
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
I don't think its an issue with the newsletter plugin.
The plugin is displaying your saved newsletter just fine.
I even test sent the same html from within my newsletter plugin no issue.(Pm me your email and I'll send to you as well)
So the issue has to be with the email services stripping what they have determined to be unsafe content.
Hotmail replaces your image with i_safe.gif so I believe the issue lies there.
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
The plugin is displaying your saved newsletter just fine.
I even test sent the same html from within my newsletter plugin no issue.(Pm me your email and I'll send to you as well)
So the issue has to be with the email services stripping what they have determined to be unsafe content.
Hotmail replaces your image with i_safe.gif so I believe the issue lies there.
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
28
31
Quote
Status: offline
Pushkar
Forum User
Regular Poster
Registered: 04/14/09
Posts: 99
Location:Ukraine, Kyiv
Quote by: cordiste
Hi. The newsletter plugin is working for me on a geeklog 1.7.1 site.
::Ben
can you send me a link for download your newsletter plugin? maybe your version is newest than 1.0.8?
P.S. could it possible that the problem is in language of my site (russian)?
30
26
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
Sorry, 1.0.8 is the latest.
Does your geeklog use SMTP or PHP mail?
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
Does your geeklog use SMTP or PHP mail?
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
23
24
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
If you don't know its most likely php mail
yoursite.com/admin/configuration.php -> Geeklog -> Site -> Mail -> Mail Settings[backend]
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
yoursite.com/admin/configuration.php -> Geeklog -> Site -> Mail -> Mail Settings[backend]
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
25
27
Quote
Status: offline
suprsidr
Forum User
Full Member
Registered: 12/29/04
Posts: 555
Location:Champaign, Illinois
Forget my previous query, we can figure this out here.
go to yoursite.com/admin/mail.php
paste the contents of one of your newsletters there, and send it to yourself.
This cuts newsletter out of the equation.
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
go to yoursite.com/admin/mail.php
paste the contents of one of your newsletters there, and send it to yourself.
This cuts newsletter out of the equation.
-s
FlashYourWeb and Your Gallery with the E2 XML Media Player for Gallery2 - http://www.flashyourweb.com
29
27
Quote
Page navigation
All times are EST. The time is now 05:31 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content