2013-11-20, 08:23 AM
2013-11-20, 08:33 AM
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
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" />