This is for Mr. Site admin
Put this in your headerinclude template to get the little RSS icon in the bottom of the firefox window (you can then click it to get live bookmarks for either the whole site or for a specific forum by just clicking on the icon).
<if condition="$vboptions[externalrss]">
<link href="$vboptions[bburl]/external.php?type=rss2" rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - Latest Posts" />
<if condition="$foruminfo[forumid] != ''">
<link href="$vboptions[bburl]/external.php?type=rss2&forumids=$foruminfo[forumid]" rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - Latest Posts in $foruminfo[title]" />
</if>
</if>