Confluence 4.0 : How do I disable RSS Feeds?
This page last changed on Sep 27, 2010 by mryall.
Confluence does not have an option to disable RSS feeds from the Administration Console and there is a discussion regarding this in CONF-10755. However there is a workaround on how to disable RSS via some simple modifications that this guide will show. To disable RSS feeds in Confluence, you would need to disable In this guide, we will be modifying And then follow these steps:
In this patch, the changes in To disable the RSS Feeds link in the Advanced section of spaces, you have to unjar the confluence-x.y.z.jar (where x.y.z is the verison of Confluence that you are using) which is located in confluence-install/confluence/WEB-INF/lib/confluence-x.y.z.jar. If none of this makes any sense to you, please refer to this page: Editing Files within JAR Archives The file you are looking for is plugins/space-advanced-sections.xml. Lines 76-83 <web-item key="rss" name="Rss Feeds" section="system.space.advanced/subscribesection" weight="10"> <label key="title.rss.feeds" /> <link>/spaces/listrssfeeds.action?key=$generalUtil.urlEncode($helper.spaceKey)</link> <icon height="16" width="16"> <link>/images/icons/feed-icon-16x16.png</link> </icon> </web-item> Re Jar this file and replace the current confluence-x.y.z.jar file. You will have to restart confluence to see the effects. ![]() ![]() ![]() ![]() |
![]() |
Document generated by Confluence on Sep 19, 2011 02:50 |