Hello, I'm not sure if this is the right place but it seems related.
I am trying to get my rss-news to load my image. Basically, I am running ZenPage as a photoblog. My content is just the custom TinyZenPage image I am adding. However, my "/index.php?rss-news&withimages&lang=en_US" page loads nothing but "..."
Has there been any progress to fixing the bug mentioned? I'd like to use the standard rss-news.php without editing it; the only hack I can use is by commenting as below:
`
if(getOption('zenpage_rss_length') == "") { // empty value means full content!
$content = get_language_string($obj->get('content'),$locale);
} else {
$content = get_language_string($obj->get('content'),$locale);
}
`
Just curious. Thanks!
Update: The feed is working correctly. But note that the combined feed sorts images and news by date. The date stored for images is generally the internal file date and not the date uploaded.. ID would be the setting to get images in upload order (exacty discovery order) but ID does not work with news as they are only sorted by date to make sense.
So if you upload an image today that has been shot three weeks ago it has that old date and therefore does not appear at the beginning. Also if you overwrite an existing image with a same named one it is not considered new, too.
Set the feed items to a very high number and you will surely see the images you are missing as later numbers.
Hi, I am on 1.4.2. The rss-news itself works, but the problem for me is my image does not show up in my news-article. I am inserting my image via tinyZenpage, and the only thing I get is "..." in the RSS feed without my hack that I posted above.
The only thing I have in my news $content is the picture inserted from tinyZenpage. It does not show up. I have the option set for full article (not truncating or shortening, by emptying the value).
Ah, ok, thanks for the clarification. Sadly I cannot reproduce it. I added text, a default size image via tinyZenapge and cleared the option for the Zenpage rss feed lenght.
All shows up for me in the feed readers I tested (NetNewsWire 3.3 and Apple Mail on Mac, naturally).
I think what you are seeing as working is actually my "hack" file.. it seems that a lot of the RSS feeds out there are running the outdated version. Google reader has an old version of my RSS, but running the link straight from Firefox or Google Chrome in Windows renders the images not showing.. I know this because the RSS feed does not show my latest entry...
I don't think I saw your "hacked" file as it worked for me out of the box with the standard one. Make sure the rss cache is disabled/cleared and that the reader does not use anything cached itself (all these tools do to lower workload, I am sure).
I never used browsers to display RSS as I found that much more inconvenient to use. But I just tried with Safari and Chrome and there I indeed get the "..." as well. I think this is not a problem with our feed but with the display of the tools itself. The browser apparently clears out html elements likes images for its preview. I fear there is no way around.