Don't know if there is something available for 4.7 but I'm thinking you could perhaps benefit from the pre-made RSS xslt snippet when you create a new XSLT file in Umbraco? Is that an option?
How does this perform it's magic? I see an XSLT file, a macro and a template. Those are not enough for an RSS to be automagically created, yet when you append RSSFeed, you get one. Is something built into umbraco?
Umbraco lets you override the template any page is rendered with by either appending "/{templatename}.aspx" or by appending "?alttemplate={templatename}".
Hi Maik. I have over a month trying to find the EyeCath RSS HowTo or some way to configure it, and I still find the result. If you find a way how to do it, please post it. I'll do the same.
Install the package, then go to the new RssFeed template that was added.
Edit the macro there according to the "Configuration" section on the project page. I believe you would be most interested in the depth parameter. I think for DateFolders you would use 3 as a value for Depth.
Then just append "/RssFeed.aspx" to the url of the node containing your news items/datefolders.
i have the same problem like ERPalmer, but the depth Parameter didnt work for the datefolder. Maybe because of the datefolder is no item which is spezified in the content section, there is only a documenttype named NewsDateFolder without a template?
RSS Feed Generator: How to?
Hi,
Is there an RSS Feed Generator for Umbraco 4.7? Is it possible to use XSLT from Blog package?
Thanks
Hi Biagio
Don't know if there is something available for 4.7 but I'm thinking you could perhaps benefit from the pre-made RSS xslt snippet when you create a new XSLT file in Umbraco? Is that an option?
/Jan
Here you go, created just for you: :-)
http://our.umbraco.org/projects/website-utilities/eyecatch-rss-feed-generator
Nice one Ove :-)
/Jan
Hi, Does it work for comments, too? Is it possibile to insert images?
RSS output stylesheet?
Try this one ! Great tool :)
How does this perform it's magic? I see an XSLT file, a macro and a template. Those are not enough for an RSS to be automagically created, yet when you append RSSFeed, you get one. Is something built into umbraco?
Connie, I've been wondering the same thing. It looks like you can type any first level template starting with a forward slash just before the .aspx.
example:
1. "Rss" is a top level template (doesn't look to any master)
2. The page alias is http://www.domain.com/document-name.aspx
3. Now to display the same page only with the Rss template go to http://www.domain.com/document-name/rss.aspx
I've only just discovered this, someone please correct me if I'm wrong.
Jon
Correct.
Umbraco lets you override the template any page is rendered with by either appending "/{templatename}.aspx" or by appending "?alttemplate={templatename}".
Hi,
im new on this site. Im searching for a posibility to include the EyeCatch RssFeed in a news(using the datefolder package). Im looking for a howto?
Hi Maik.
I have over a month trying to find the EyeCath RSS HowTo or some way to configure it, and I still find the result.
If you find a way how to do it, please post it. I'll do the same.
Regards,
There is a "Configuration" and a "How to" section on the project page:
http://our.umbraco.org/projects/website-utilities/eyecatch-rss-feed-generator
Also, there is a documentation file on the "Documentation" tab.
Hi Over Andersen!
I found the answer in this post: Finds no pages
I have a list of articles with DateFolder.
What I can do to set it up? I have v1.2 installed.
Thanks in advance!
Install the package, then go to the new RssFeed template that was added.
Edit the macro there according to the "Configuration" section on the project page. I believe you would be most interested in the depth parameter.
I think for DateFolders you would use 3 as a value for Depth.
Then just append "/RssFeed.aspx" to the url of the node containing your news items/datefolders.
Hi Ove,
i have the same problem like ERPalmer, but the depth Parameter didnt work for the datefolder. Maybe because of the datefolder is no item which is spezified in the content section, there is only a documenttype named NewsDateFolder without a template?
thanks
is working on a reply...