I am attempting to install and configure the rss feed mod.. I had installed many moons ago the google foogle but never really got it working correctly.
I completed the first part of the installation and have what I believe is configured..
However I am confused by the next few steps and would like some advise
here are two locations and am confused as to what these do and which file to add the codes?
possible locations... /public_html/includes/templates/mytemplate/common/tpl_footer.php
/public_html/includes/templates/template_default/common/tpl_footer.php
this is a bit confusing \4. You can add to html_header.php somewhere beetwen <head> and </head> tags:
<?php echo rss_feed_link_alternate(); // RSS Feed ?>
5. You can add to tpl_footer.php or where you want:
<!--bof RSS Feed -->
<div id="RSSFeedLink"><?php echo rss_feed_link(RSS_ICON); ?></div>
<!--eof RSS Feed -->
6. The CSS/XSL files are sent from /includes/templates/YOUR_TEMPLATE/css/ to the browser in this order:
(and alphabetically within each case of more than one match):
rss*.css // are always loaded and at least ONE should contain site-wide properties.
rss*.xsl // are always loaded and at least ONE should contain site-wide properties.
Any insight would be appreciated TIA Kitty


Reply With Quote
