Closed (won't fix)
Project:
Front Page
Version:
5.x-1.9
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
4 Nov 2007 at 13:53 UTC
Updated:
17 Jun 2008 at 15:56 UTC
RSS autodiscoverable link is gone when themed frontpage is enabled. RSS autodiscoverable (link href="http://../rss.xml" rel="alternate" type="application/rss+xml") in the head section of the page should be available in front page too.
Comments
Comment #1
Dublin Drupaller commentedthanks for the heads up about that Steve. I'll look into it.
Dub
Comment #2
dennys commentedThis is a temporary solution, I add this HTML code in the body of front page module
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />Another way is we can use it to assing the rss to feedburner
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/your_feed" />I'm not familiar with this HTML tag, it seems that even this tag is not in the HEAD section, Firefox still can auto discover this feed.
Comment #3
ipllc commenteddennys solutions works for firefox, but does not work in IE.
Is there any progress on trying to correct this error? I'm using a themed front page and it's actually putting the RSS feed of an embedded view instead of nothing at all...
Comment #4
dennys commentedI think maybe we can use this module http://drupal.org/project/feed_path_publisher ?
Comment #5
Phillip Mc commentedClosing because this bug - it isn't related to the front page.module.