MyBB Community Forums

Full Version: [Tutorial] How to remove/disable RSS Feed on your forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Some of the steps preventing someone to steal content of your forum you can delete/disable RSS Feed on your forum. You can do it on this ways:


-Remove syndication.php file from your hosting. It's good but this can cause some errors maybe.


-Removing RSS Feed link from your footer:

ACP > Templates & Style > Templates > **expand template set** > Footer Templates > footer > find and remove:

| <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a> 


-If you are using some theme which have RSS Feed link in header, it's same you have to find that line of code in header templates and delete it.

- Set the CHMOD settings on the syndication.php to 000.


If someone have some more usefull tips how to remove/disable RSS Feed on forum make me know and i will add it.
Thanks, good work.
(2012-04-24, 03:02 PM)Mr.Kewl Wrote: [ -> ]Thanks, good work.

You're welcome Smile
Thanks~
You're welcome Smile
thanks
this is good! server load is extremely high when syndication.php is being visited by multiple ping.

developers should fix this issue in these MyBB versions (1.6-2.0+).
Works with 1.8.2?