Please note I have added this code to the footer that provides the link to our RSS feed based on forum id:
HTML Code:
<a href="http://www.unix.com/external.php?forumids=$forumid"><img src="images/xml.jpg" alt="[RSS]" title="UNIX Forums RSS Feed" align="right"/></a>
External links can't use the code above because the variable $forumid is not set.
For the general forum, try:
HTML Code:
<br /><a href="http://www.unix.com/external.php"><img src="images/xml.jpg" alt="[RSS]" title="UNIX Forums RSS Feed" align="right"/></a>
With the image in this attachment.