MyBB Community Forums

Full Version: how can close output rss
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Peace be upon you
Where is the rss settings
How to complete it closed

thanks
if you want to remove rss output then you can delete (or rename) rss.php and syndication.php files
also remove code like below from the headerinclude template
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />