Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jason 86 posts 156 karma points
    May 29, 2014 @ 19:45
    Jason
    0

    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.

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jun 02, 2014 @ 15:43
    Ove Andersen
    0

    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?

  • Jason 86 posts 156 karma points
    Jun 02, 2014 @ 15:47
    Jason
    0

    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>

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jun 03, 2014 @ 09:41
    Ove Andersen
    0

    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.

  • Jason 86 posts 156 karma points
    Jun 03, 2014 @ 14:04
    Jason
    0

    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.

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jun 03, 2014 @ 14:39
    Ove Andersen
    0

    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.

  • Jason 86 posts 156 karma points
    Jun 03, 2014 @ 14:50
    Jason
    0

    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,

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jun 10, 2014 @ 12:03
    Ove Andersen
    0

    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.

  • Jason 86 posts 156 karma points
    Jun 11, 2014 @ 17:03
    Jason
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft