
MikeB
Staff
/ Moderator

Aug 3, 2006, 1:22 PM
Post #2 of 8
(2625 views)
Shortcut
|
|
Re: [gsmith] RSS Feed Question - Summary Content
[In reply to]
|
Can't Post
|
|
Hi Greg, Thanks for the post! I apologize for the delay in getting back to you on this. Here are the steps you can follow to add the summary in Article Manager to your RSS feed. You'll actually want to create a new field for the "RSS Summary" as generally XML feeds are pretty picky about the text as some content (certain characters, HTML code, etc.) may cause errors. 1. First you'll want to log into Article Manager and click "Setup Options". From there you'll want to find the heading that says "Article Fields" and find an empty field that hasn't been used yet. You can set the field type to "textarea" and set the name to "RSS Summary". Be sure to set the "enabled" checkbox for this field and make a note of the field placeholder (art_fieldX). Now when you create a new article you'll want to fill this box with your basic summary. There shouldn't be any images or HTML coding in this summary so it will still work in XML format. 2. Now you'll want to open up the template used for your RSS feed. On this server it's in the /artman/templates/index/ folder and called rss_template.xml. In this file, anywhere you see this line: <title>$art_name$</title> You'll want to modify it to add a new line below it, so it will look like this: <title>$art_name$</title> <description>$art_fieldX$</description> You'll just want to replace the X with the actual field number you're using. I hope this helps and if you have any other questions or comments, just let me know! Cheers, Mike Briggs - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|