Mozilla Firefox with Coppermine RSS Feed as a live bookmark Mozilla Firefox with Coppermine RSS Feed as a live bookmark
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Mozilla Firefox with Coppermine RSS Feed as a live bookmark

Started by davew666, September 19, 2004, 10:50:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

davew666

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 ...


<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

Joachim Müller

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

Tarique Sani

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
SANIsoft PHP applications for E Biz

davew666

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.