i have link on the bottom of my album page to get to RSS feed of this album.
the code is the following printRSSLink( "Gallery","",(gettext('Portfolio Images')),"",false,"rsslink" );
the first time i click on it it opens a feed. if i leave the feed page and click again on the link, it doesn't open as afeed any more but as ar egular html page. any idea why ?
thanks,
frank.
RSS feeds are cached as xml files after first creation. I see no reason this should behave differently. Which browser are you talking about? I admit I never use the browser for display but a rss reader program. Anyway, last time checked our feeds were fully valid.
hi,
i am using safari on a mac.
the first time i click on the link it opens as feed:http://localhost/zenphoto/rss.php?albumtitle=Samoa&folder=samoa&lang=en_US. any other time it opens as just http://localhost/zenphoto/rss.php?albumtitle=Samoa&folder=samoa&lang=en_US
(note the localahost domain is because i am developping the site on a local server before moving it to my host provider)
on the other hand everytime i click on the headerlink in the nav bar of safari it opens as feed:http://localhost/zenphoto/rss.php?albumtitle=Samoa&folder=samoa&lang=en_US.
frank.