View Full Version : (outdated) RSS feed updated
pixelpunk
10-28-2004, 08:31 AM
There are some major faults with the rss feed which for most newsaggregators makes it act weird.
I've re-created it and now it should work without problems, you need to patch your index.php with this new file.
Instructions in the read me.
Download the patch (http://www.pixelpunk.se/software/download.php?download=rss-patch)
blinking8s
10-28-2004, 12:10 PM
look'n good!
one question. how do you add a thumnail into the feed? I dont know if all readers display images, but some of other blogs i have in my macromedia central the feed provides a thumbnail as well.
good work though! mad props to you
pixelpunk
10-28-2004, 12:15 PM
Hmm, the thumbnails should be in the feed unless something is funky.
Check the source to see that it's a valid url to the thumbnail, if not you might get some ideas why they don't show up.
If you add my site for example (http://www.pixelpunk.se/?x=rss) in a newsaggregator you should see thumbnails, and I don't use any customizations at all on my site, vanilla pixelpost only.
// punK
blinking8s
10-28-2004, 12:24 PM
yours works fine...
a few days back i caught that the mysql had /blog2/ stored, which was the dir i originally installed at as a trial, but then switched everything over to /blog/ and though all was well when i caught that entry in the db and fixed it...
humm...im stumped, it has to be the image path though.
and is there way to edit mine so the time always says 88:88 ? i'll be in heaven if there is
i do have an error though, the dates are off. Where is it reading the dates from? its more than likely on my side.
i am also a little foggy on the rss link. Im used the the xml generated script coming up...on your website the rss link asks me to download an unrecognized file. On mine it asks to downlod the index.php, in which case after downloading it looks to be the content of the feed.
pixelpunk
10-28-2004, 02:16 PM
The downloading is due to the mime-handling in your browser, it's acknowledges itself as an rss+xml file and will most likely result in a download.
I see what's up with your feed.
Why I have no clue, but the site-url variable in the database is not changeable in admin but the images path and the rest is, blatant mistake.
You need to change the config-table in the database, update the siteurl so that it has http:// in front of your url.
The second thing is the time.
I'm not sure if it will qualify as a time or if it will throw errors.
Where do you want it, only in the rss-feed or for every single image?
// punk
blinking8s
10-28-2004, 07:12 PM
thanks, thumbs work fine now.
every single image, the date to stay normal, and the time to say 88:88 in the feed.
on your feed, it reads
Posted in pixelpunk | Sun Jan NaN, NaN NaN:0NaN AM
Id love to feed a different thumnail into the rss feed. Humm...
The downloading is due to the mime-handling in your browser, it's acknowledges itself as an rss+xml file and will most likely result in a download.
so the view has to know to copy the link, because the download does not entail details about the links feed other than the actual feed content...which isnt much help...or am i totally missing something?
bretzelman
12-20-2004, 09:17 AM
The link for the patch doesn't works. :(
Connie
12-20-2004, 09:46 AM
Bretzelmann,
try this URL http://www.pixelpost.org/download.php?download=rss-patch
the link was published before Pixelpost moved to Pixelpost.org
greetings, Connie
bretzelman
12-20-2004, 02:19 PM
Thanks :)
i've tried this, but when clicking on the RSS 2.0 link, my index.php still tries to download.
Any ideas?
mark
http://www.markmyshots.com
ok, i see that if i change:
header("Content-type:application/rss+xml");
echo $output;
exit;
to:
header("Content-type:application/xml");
echo $output;
exit;
it does bring back xml. why exactly do you need the rss+xml piece? Is it required for something?
tanjatiziana
05-18-2005, 05:10 AM
The link to the patch still doesn't work. I just was told by someone that my RSS feed doesnt work, so i'm figuring that patch will help...
Joe[y]
05-18-2005, 08:39 AM
The link to the patch still doesn't work. I just was told by someone that my RSS feed doesnt work, so i'm figuring that patch will help...
notice that that patch was realeased in october of last year. The RSS feed in PP version 1.4.1 is absolutely fine - if you don't already have it download it.
Mornin Java
04-05-2006, 07:42 PM
Can someone please tell me how to get the path for the thumbnails in the RSS to be accurate?
http://www.pixelshells.com/index.php?x=rss
As you can see, there is a definite problem. I would appreciate any one who can tell me how to fix this issue.
Java
Joe[y]
04-05-2006, 07:45 PM
you are missing the tailing slash in your url... you should change this at the options page in your admin.
Mornin Java
04-05-2006, 09:18 PM
Thank You!
Java
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.