![]() |
|
Rss feed: links contains a mixture of slashs and %2F - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Rss feed: links contains a mixture of slashs and %2F (/thread-2228.html) |
Rss feed: links contains a mixture of slashs and %2F - steffen - 2008-02-12 There is a mixture of slashs and %2F in all links within the feed. This should be slashs only. Please have a look at this exerpt: ` Strange Formations (2)
` Rss feed: links contains a mixture of slashs and %2F - steffen - 2008-02-12 I forgot to mention that those links doesn't work in IE7 while Firefox works. A click on the link text (not on the image) in the feed generates a 404 error. Rss feed: links contains a mixture of slashs and %2F - acrylian - 2008-02-12 I have these "%2F", too, but they do not cause any trouble. You could remove these lines after $images['filename'] = rawurlencode($images['filename']);` Rss feed: links contains a mixture of slashs and %2F - steffen - 2008-02-12 Those lines of code you suggested to include are already implemented into "rss.php". These doesn't work. Please have a look on my feed, but use the IE7: http://www.synnatschke.com/gallery/rss.php Then click on any text link. This leads to a 404. Rss feed: links contains a mixture of slashs and %2F - acrylian - 2008-02-12 I suggested to remove that lines... Rss feed: links contains a mixture of slashs and %2F - steffen - 2008-02-12 Sorry, sometimes it's better to read the whole posting :-) This one works! Thank you! |