forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: davew666 on September 19, 2004, 10:50:16 am

Title: Mozilla Firefox with Coppermine RSS Feed as a live bookmark
Post by: davew666 on September 19, 2004, 10:50:16 am
Has anyone got a Coppermine RSS feed working with the latest version of Mozilla Firefox using it's Live Bookmark feature?

I installed the standard RSS feed mod and then added a line like this to the theme.html ...

Code: [Select]
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.mountainbikevideo.lunarpages.com/gallery/rss.php">

The feed does work for a multitude of readers but not Firefox - does anyone know what's up with the feed? is it not strictly RSS compliant? it seems to have RDF in the headers rather than RSS
Title: Re: Mozilla Firefox with Coppermine RSS Feed as a live bookmark
Post by: Joachim Müller on September 19, 2004, 12:42:54 pm
when looking for support on a mod it's better to reply to the mod's thread instead of starting a standalone one, as those who might know the answer to your question will probably have notification turned on for that very thread, but you can't say if they're constantly monitoring all new support board threads or the "general discussion" board (probably they're not).

Joachim
Title: Re: Mozilla Firefox with Coppermine RSS Feed as a live bookmark
Post by: Tarique Sani on September 19, 2004, 02:31:32 pm
The Feed does validate - check out http://feedvalidator.org/check.cgi?url=http://www.tariquesani.net/rss.php
However I have found that recent Mozilla and Firefox versions do not display XML as a structured tree (Moz 1.4.2 on FC1 still does) might be related to to the same bug
Title: Re: Mozilla Firefox with Coppermine RSS Feed as a live bookmark
Post by: davew666 on September 19, 2004, 03:34:14 pm
It seems that Firefox doesn't like the title being missing - if I alter the code so that it send "untitled" instead of nothing when there is no title it works. I suppose Firefox is still a release candidate. So, I think I'm going to send the filename as a title when the title is absent and it willl work fine.

Thanks.