Hi;
I'm working on setting up my own portfolio/artist's website as well, and I'm using the Nextgen plugin to display my galleries. Like the original poster, I was frustrated with the fact that there were no images displayed in the RSS feed updates, so I was really happy when I found this post. I wanted to try it using a test gallery that only has blank blocks of color in it...I'm really new to website stuff, and I know almost nothing about coding, but I was able to update the media-rss.php file, as described above. I used Bloomhash's first suggestion, changing the code to:
$out .= $indent . "\t<description><![CDATA[" . nggGallery::i18n($desc) . ">
<img src='". $image->imageURL ."']]></description>\n";
Then I checked to see if the feed was working. I subscribed to the feed using apple mail, and the full-size images were displaying fine, except that there is a ">" on one line, directly before the image. When I subscribe to the feed using google reader, however, the images don't display in the feed. Instead, there is the same ">" on the first line, and then the image source tag--without a closing bracket--on the second line. So it looks like this:
>
<img src='http://mattcoors.com/wp-content/gallery/blocks/block3.jpg'
So it seems that for some reason the closing bracket is being displayed before the rest of the image tag, which is keeping some rss readers from displaying the image. Does anyone know what I can change to fix this problem? I would appreciate any help you could give.
Thanks,
--Matt