PDA

View Full Version : RSS feed / how to modify?


briangarson
09-06-2006, 11:53 PM
I have my site set up:

http://briangarson.com/ (with index.html) as my main portfolio

http://briangarson.com/index.php is my blog.

This all works, but it's come to my attention from several other bloggers who use their RSS readers to keep updated on my site that, it does not work for them. So I took a peek into the RSS, and would like to know where I can go to modify what gets written to it, here is the problem:

<link>http://briangarson.com/?showimage=97</link> <-- this should have /index.php?showimage=97

bloglines however appears to use:
<guid>http://briangarson.com/index.php?showimage=97</guid>

which works fine.

thanks

Connie
09-07-2006, 07:30 AM
this is done by the script itself in index.php of Pixelpost

the feed is validated, so this need comes up here first time

I will put that on a todo-list, and I will check whether <guid> is a valid element which could be added, too

but please do not expect a change immediately, I have no time in the moment for that... it might be in the next, future release

briangarson
09-07-2006, 11:30 AM
this is done by the script itself in index.php of Pixelpost


perfect thanks, i made the changes to the index.php file and works great :)

thanks!