View Full Version : What's wrong with my RSS?
unculturedswine
11-25-2006, 04:24 PM
Howdy ya'll. I'm running v 1.5 and just started my photoblog a few days ago, but something is wrong with the RSS feed. I am running OS 10.4 and the Blue Safari RSS link doesn't work at all, whereas the bottom link does work but the thumbnails don't display. Also, the feed doesn't validate. Any help as I'm clueless on PHP and RSS. THANKS!!
http://www.unculturedswine.net/pixelpost/index.php
kidleethal
11-26-2006, 12:07 AM
Nothing to do with PHP or RSS. The path for your feeds is just set wrong in the HTML :)
<!-- Link for ATOM feed autodiscovery -->
<link rel="service.feed" type="application/x.atom+xml" title="unculturedswine - ATOM Feed" href="http://jjenkins.powweb.com/pixelpostindex.php?x=atom" />
<!-- Link for RSS feed autodiscovery -->
<link rel="alternate" type="application/rss+xml" title="unculturedswine - RSS Feed" href="http://jjenkins.powweb.com/pixelpostindex.php?x=rss" />
You're missing a slash between 'pixelpost' and 'index.php'. It should read:
<!-- Link for ATOM feed autodiscovery -->
<link rel="service.feed" type="application/x.atom+xml" title="unculturedswine - ATOM Feed" href="http://jjenkins.powweb.com/pixelpost/index.php?x=atom" />
<!-- Link for RSS feed autodiscovery -->
<link rel="alternate" type="application/rss+xml" title="unculturedswine - RSS Feed" href="http://jjenkins.powweb.com/pixelpost/index.php?x=rss" />
unculturedswine
11-26-2006, 03:54 AM
Thanks for spotting that, what pixelpost file do I fix that in? index.php? Also, even when I add the / the thumbnails still aren't showing :(
kidleethal
11-26-2006, 05:54 AM
No no, it has nothing to do with pixelpost. It's in your template html. Just edit the image_template.html file that is being run on your site, and add the slashes in.
I'm not sure about the thumbnail issue. I noticed in your archive that your thumbnails are very large. Maybe there's some sort of size limit for RSS thumbnails, and yours are exceeding it? I'm not sure. Maybe someone else can help out.
Vernon.Trent
11-26-2006, 08:08 AM
go to your admin panel - options
then SITE TITLE AND URL
the url must have the trailing /
in your case http://www.unculturedswine.net/pixelpost/
unculturedswine
11-30-2006, 01:58 AM
go to your admin panel - options
then SITE TITLE AND URL
the url must have the trailing /
in your case http://www.unculturedswine.net/pixelpost/
THANKS!! That did it, one stupid simple change and RSS went happy, the thumbnails work and the Safari RSS button works as well. THANKS!!!
Hello!
I'm looking for some help here. I'm using Mac OS X 10.4.10 with Safari 3.0.3 and when I click on the website's RSS link at the bottom, everything works fine, but if I click on Safari's blue button, it changes the http:// for a feed:// and the RSS doesn't work, can you help me?
THANKS!!
http://www.canelson.com.ar/pixelpost (beta)
Just because youve mixed something.
Link http://www.canelson.com.ar/pixelpost/index.php?x=rss which should point to the RSS feed dont do that and redirects back to blog with random image.
Probably youve made some hacks which you cant controll now.
Thanks! You were right. It's fixed now...
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.