Image error in feed RSS

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/23/2011 3:52:19 AM
Gravatar
Total Posts 108
Community Expert

Image error in feed RSS

Hi  Joe  I got a issue with the image display in the Feed module, all the image have the src stripped or replaced be a src_neathtmlreplace that make the image not visible.

I'm ussing mojoPortal Version 2.3.6.2 MSSQL and feed-manager  0.0.1.0 

This was working with the 2.3.5.8 version of mojoPortal

You can see and example of the html code here

<img height="112" width="149" alt="" src_neathtmlreplace="http://www.iislafe.es/Data/Sites/1/media/sala prensa/notas de prensa/2011/fotos/imgp6654.jpg" title="foto" style="margin-top: 0.2em; width: 160px; float: right; height: 112px; margin-left: 19px;">

2/23/2011 12:11:32 PM
Gravatar
Total Posts 18439

Re: Image error in feed RSS

Hi German,

Go into the settings for Feed Manager, under Security Settings, check the box for "Allow External Images".

Hope it helps,

Joe

ps, looks like you are using spaces in folder names, I recommend not doing that. spaces require escape characters in an url.

2/28/2011 3:38:04 AM
Gravatar
Total Posts 108
Community Expert

Re: Image error in feed RSS

Thank Joe I forgot to check the Allow External Images, with this all work as expected, the thing with the paths are that the webmaster doesn't go with the rules I told her, so I found several problems with page going to a not found error page.

One thing, I try first with relative paths but the result was the same, the external image refer to any image? 

2/28/2011 9:49:38 AM
Gravatar
Total Posts 18439

Re: Image error in feed RSS

A feed should never have relative urls for images or anything else because they will not resolve when the feed is viewed in a different context (outside of the originating site) like in a feed reader such as google reader or any other consumer of feeds. Urls in feeds should always be fully qualified.

If you are having trouble with some image urls and not others you should give examples of the urls that work and the ones that do not.

We use relative urls in the blog, but when we generate the outbound feed those are changed to fully qualified urls.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.