Using Umbraco 4.7.1.1Just installed EyeCatch RSS Feed 1.2Think I'm close, but not pulling anything into the feed.According to install instructions, it should be found here:http://www.saintleo.edu/news-events/news/rssfeed but no news loads.Also tried installing as Macro here:http://www.saintleo.edu/news-events/testrssfeed.aspx with the same result, no news loads.Any assistance would be greatly appreciated.PS: Would like to pull FULL stories.Thanks in advance.
Installed EyeCatch Can't get RSS Feed to load.
Using Umbraco 4.7.1.1Just installed EyeCatch RSS Feed 1.2Think I'm close, but not pulling anything into the feed.According to install instructions, it should be found here:http://www.saintleo.edu/news-events/news/rssfeed but no news loads.Also tried installing as Macro here:http://www.saintleo.edu/news-events/testrssfeed.aspx with the same result, no news loads.Any assistance would be greatly appreciated.PS: Would like to pull FULL stories.Thanks in advance.
The feed looks ok to me, with the exception that the description is empty.
Can you post the code that you used to generate the feed?
I think this is what you are looking for?
<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
<asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server"><umbraco:Macro Alias="[EyeCatch]RSSFeed" title="Saint Leo News" documentTypeAlias="" depth="3" propertyName="bodyCopy" runat="server"></umbraco:Macro>
<% Response.ContentType = "application/rss+xml"; %>
</asp:Content>
Yes, it looks to me like there could be a bug with the 1.2 version. Could you try the 2.0 version and see if it works?
If not, I will try to get a fix out tonight or during the weekend.
Okay, I just finished loading the 2.0 version.
Here's what I have right out of the gate. http://www.saintleo.edu/news-events/news/RssFeed.aspx
I don't see a XSLT file for this one. Where do I specify the configuration?
Thanks, Ove.
The configuration must be specified in the macro. The macro properties have been changed, so please look at http://our.umbraco.org/FileDownload?id=4153 for reference.
Just so I understand, could you explain further?
All I've done so far is install the package and this page (per the instructions) is "live" http://www.saintleo.edu/news-events/news/RssFeed.aspx
Where exactly do I specify the macro? Do I have to place the macro on a page? If so, how does it connect to the link above?
In the older version it was all done through the XSLT file, so I am just trying to figure this one out.
Thanks,
The macro is specified in the RSSFeed template that should be in your Templates "folder" under Settings in the Umbraco backend.
The configuration options are described in the documentation, but give me a heads up if there is something that is unclear.
Ove,
I looked within Settings> Templates> RSS Feed and am still getting nothing.
Here's the code from RSS Feed:
<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
<asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server"><umbraco:Macro Source="1863" BaseUrl="http://www.saintleo.edu" DocumentTypeAlias="Article" KeywordProperty="tags" BodyTextProperty="bodyText" Alias="[EyeCatch]RSSFeed" runat="server"></umbraco:Macro>
</asp:Content>
Still nothing.....Can you please assist? Thanks!
http://www.saintleo.edu/news-events/news/RssFeed
is working on a reply...