forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: gehtdoch on December 15, 2005, 07:34:26 pm

Title: link in displayimage.php zu rss.php ?
Post by: gehtdoch on December 15, 2005, 07:34:26 pm
Hallo,
in der displayimage.php steht folgender link für einen rss feed der nur im Firefox als feed angezeigt wird. Kann mir jemand verraten wozu der Verweis da ist? Ich kann in meiner Installation (1.4.2 stable) keine rss.php finden.

Zeile 308
Code: [Select]
        $meta_nav .= "<link rel=\"alternate\" type=\"text/xml\" title=\"RSS feed\" href=\"rss.php\" />
        ";
        $meta_keywords .= $meta_nav;

Title: Re: link in displayimage.php zu rss.php ?
Post by: Joachim Müller on December 16, 2005, 06:16:59 pm
das ist ein bug, werde daher Deinen Beitrag übersetzen und dann den Thread ins Bug-Forum verschieben.

English:
in displayimage.php, there's reference to
Code: [Select]
$meta_nav .= "<link rel=\"alternate\" type=\"text/xml\" title=\"RSS feed\" href=\"rss.php\" />even though there's no file named rss.php in the package.
Title: Re: link in displayimage.php zu rss.php ?
Post by: Nibbler on December 16, 2005, 06:36:35 pm
http://forum.coppermine-gallery.net/index.php?topic=10408.0
Title: Re: link in displayimage.php zu rss.php ?
Post by: gehtdoch on December 16, 2005, 09:09:08 pm
@GauGau
Thx for translating - my english isn´t much readable.

@Nibbler
I can see only the following message if i want to open your link.
Quote
The topic or board you are looking for appears to be either missing or off limits to you.

Is there any information for me?
Title: Re: link in displayimage.php zu rss.php ?
Post by: Joachim Müller on December 17, 2005, 01:46:21 am
@Nibbler: that was over a year ago, Tarique hasn't introduced the rss page, so we should remove it form the stable branch as you suggested in the first place.

@gehtdoch: the link Nibbler posted is to a dev-only board, it wasn't meant for you. You're save to remove that line of code in your install.
Title: Re: link in displayimage.php zu rss.php ?
Post by: Nibbler on December 17, 2005, 02:56:11 am
Done.