Topic: Disable RSS Feeds
How can I disable rss feeds completely? I don't want any user to use rss.
Sharetronix Themes,Plugins,Templates,Tutorials
Sharetronix Tutorials,Guide,Themes,Plugins - Looking for complete information about Sharetronix? SharetronixGuide is the best place to look in.
You are not logged in. Please login or register.
Sharetronix Themes,Plugins,Templates,Tutorials » General Questions/New to Sharetronix » Disable RSS Feeds
How can I disable rss feeds completely? I don't want any user to use rss.
There is no option available right now to disable the RSS feeds from the site control panel .We will update the tutorial do this manually and it will be posted our Tutorials section soon.
Try this method
1. Delete the link to rss feed in settings menu in ./themes/{theme}/html/setting_leftmenu.php
2. Delete the ./system/controllers/settings_rssfeeds.php
3. Delete the ./themes/{theme}/html/setting_rssfeeds.php
these without these files a user can't submit a rss feed.
Thanks to BgDomainer
Try this method
1. Delete the link to rss feed in settings menu in ./themes/{theme}/html/setting_leftmenu.php
2. Delete the ./system/controllers/settings_rssfeeds.php
3. Delete the ./themes/{theme}/html/setting_rssfeeds.phpthese without these files a user can't submit a rss feed.
Thanks to BgDomainer
How to completely remove it?
MaxBad, This .will removes the RSS feeds option from the menu so its an complete solution.
MaxBad, This .will removes the RSS feeds option from the menu so its an complete solution.
Look forward to its appearance!
Do you (mean)want to remove RSS feeds option from the Display
This is solution given already but i am giving a detailed one here
Just open the following file in your theme folder
html->settings_leftmenu.php and remove the following line
<a href="<?= $C->SITE_URL ?>settings/rssfeeds" class="<?= $this->request[1]=='rssfeeds' ? 'onsidenav' : '' ?>"><?= $this->lang('settings_menu_rssfeeds') ?></a>
Now the RSS feeds option will be deleted from the Member panel option for ever.
With UBB WYSIWYG Editor Extension. © 2010 ColorfulPHP.