For anyone who is still using this mod, I came to this forum because the RSS icons weren't showing up and I had forgotten how to set them. We're using the "Soft Global" template marked as v1.1.5 compatible. The info below was the exact solution - and duh/oops that's what I did on another board...

Thanks for the info.
However - I got the v1.1 RSS Feed Icon mod from
here. Is that still the most current for this mod? It doesn't look like the feed.xml executed so I had to mod the code manually. It seems the help posted in this forum for this mod always suggests doing a manual update. This mod is only supposed to do two things, update the BoardIndex and MessageIndex templates - and it's not doing either one. Is this mod going to be retired? I don't care much, it's a real simple one - just asking in case others want to use it too. And note, there are two templates that should be modified, not just one.
Thanks.
Are you using a custom theme? if so, You will need to edit the BoardIndex.template.php of the theme that you are using.
Open that file
Find
', $board['name'], '</a></b>
Add this after
<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" /></a>