fauxtog
03-21-2005, 07:08 AM
Sorry about another RSS thread, but I've read through many of them and didn't see this specific thing.
I was noticing that I couldn't see my thumbnails in Bloglines so I looked at the Activity window in Safari and noticed that it was trying to fetch the images from this:
http://fauxtoblog.comthumbnails/thumb_blossoms.jpg
I noticed that there was a "/" missing so I edited this line in my index.php file so that it had a "/" before the thumbnails directory in this line:
$image = $cfgrow['siteurl']."/thumbnails/thumb_$image";
This worked for my Atom feed, but doing the same to the RSS 2.0 section didn't give me the same results.
Is there something I'm doing wrong? duh. :-)
I was noticing that I couldn't see my thumbnails in Bloglines so I looked at the Activity window in Safari and noticed that it was trying to fetch the images from this:
http://fauxtoblog.comthumbnails/thumb_blossoms.jpg
I noticed that there was a "/" missing so I edited this line in my index.php file so that it had a "/" before the thumbnails directory in this line:
$image = $cfgrow['siteurl']."/thumbnails/thumb_$image";
This worked for my Atom feed, but doing the same to the RSS 2.0 section didn't give me the same results.
Is there something I'm doing wrong? duh. :-)