
ChetW
Staff

Jul 13, 2007, 2:17 PM
Post #2 of 2
(2559 views)
Shortcut
|
|
Re: [paulmcd] rss_template.xml file gone?
[In reply to]
|
Can't Post
|
|
Hi, Thanks for the post! Here is a copy of the Article Manager1 RSS template file:
<?xml version="1.0"?> <rss version="2.0"> <channel> <title>YourSite.com</title> <link>http://www.yoursite.com</link> <description>Title of your website</description> <language>en-us</language> <!-- template insert : $article_list$ --> <!-- templatecell : row --> <item> <title>$art_name$</title> <link>$detail_link$</link> </item> <!-- /templatecell : row --> <!-- templatecell : row_summary --> <item> <title>$art_name$</title> <link>$detail_link$</link> </item> <!-- /templatecell : row_summary --> <!-- templatecell : row_link --> <item> <title>$art_name$</title> <link>$url_thispage$</link> </item> <!-- /templatecell : row_link --> <!-- templatecell : row_ufile --> <item> <title>$art_name$</title> <link>$url_thispage$</link> </item> <!-- /templatecell : row_ufile --> <!-- templatecell : not_found --> <!-- /templatecell : not_found --> <!-- templatecell : img_caption --> <!-- /templatecell : img_caption --> <!-- templatecell : img_nocaption --> <!-- /templatecell : img_nocaption --> <!-- template insert : $prev$ --> <!-- templatecell : prev --> <!-- /templatecell : prev --> <!-- templatecell : no_prev --> <!-- /templatecell : no_prev --> <!-- template insert : $next$ --> <!-- templatecell : next --> <!-- /templatecell : next --> <!-- templatecell : no_next --> <!-- /templatecell : no_next --> <!-- template insert : $more$ --> <!-- templatecell : more --> <!-- /templatecell : more --> <!-- templatecell : no_more --> <!-- /templatecell : no_more --> </channel> </rss> This should help you to get going Paul, if you have any other questions please feel free to ask. Cheers, Chet Woodside - 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]
|