Disable and remove RSS

I actually don't see an option to disable the RSS feed. Maybe I missed it. But you can simply remove the graphic from the templates:

Admin CP -> Appearance -> Templates -> node_forum_level_2

Find and remove this code:

Code:
        <div class="nodeControls">
            <a href="{xen:link forums/index.rss, $forum}" class="tinyIcon feedIcon" title="{xen:phrase rss}">{xen:phrase rss}</a>
        </div>
 
Top Bottom