1

Topic: Disable RSS Feeds

How can I disable rss feeds completely? I don't want any user to use rss.

Thumbs up Thumbs down

2

Re: Disable RSS Feeds

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.

Install Turnkey Web Scripts start your own profit portals
Do someMicro Jobs and earn decent money on your part time

3

Re: Disable RSS Feeds

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

Install Turnkey Web Scripts start your own profit portals
Do someMicro Jobs and earn decent money on your part time

4

Re: Disable RSS Feeds

admin wrote:

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

How to completely remove it?

I come from the great Chinese!

Thumbs up Thumbs down

5

Re: Disable RSS Feeds

MaxBad, This .will removes the RSS feeds option from the menu so its an complete solution.

Install Turnkey Web Scripts start your own profit portals
Do someMicro Jobs and earn decent money on your part time

6

Re: Disable RSS Feeds

admin wrote:

MaxBad, This .will removes the RSS feeds option from the menu so its an complete solution.

Look forward to its appearance!

I come from the great Chinese!

Thumbs up Thumbs down

7

Re: Disable RSS Feeds

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.

Install Turnkey Web Scripts start your own profit portals
Do someMicro Jobs and earn decent money on your part time